#BCAAA4
Material brown 200
#BCAAA4 is a orange colour. In RGB it is 188 red, 170 green and 164 blue, which converts to a hue of 15 degrees, 15% saturation and 69% lightness. It is Material brown 200 in that design system's palette.
Color values
| HEX | #BCAAA4 |
|---|---|
| RGB | rgb(188, 170, 164) |
| HSL | hsl(15, 15%, 69%) |
| HSV | hsv(15, 13%, 74%) |
| CMYK | cmyk(0%, 10%, 13%, 26%) |
Contrast and accessibility
Against white the contrast ratio is 2.23:1, and against black it is 9.42:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 2.23:1 | Fail | Fail |
| Black | 9.42:1 | AAA | AAA |
Tints and shades
Lighter tints move #BCAAA4 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #BCAAA4; |
|---|---|
| CSS rgb() | color: rgb(188 170 164); |
| Tailwind | bg-[#bcaaa4] |
| SwiftUI | Color(red: 0.737, green: 0.667, blue: 0.643) |
| Android | Color.parseColor("#BCAAA4") |
Closest named color
The nearest CSS colour keyword to #BCAAA4 is darkgray (#A9A9A9).