#BC8F8F
rosybrown
#BC8F8F is a red colour. In RGB it is 188 red, 143 green and 143 blue, which converts to a hue of 0 degrees, 25% saturation and 65% lightness. It is one of the named CSS colours, written as rosybrown in stylesheets.
Color values
| HEX | #BC8F8F |
|---|---|
| RGB | rgb(188, 143, 143) |
| HSL | hsl(0, 25%, 65%) |
| HSV | hsv(0, 24%, 74%) |
| CMYK | cmyk(0%, 24%, 24%, 26%) |
Contrast and accessibility
Against white the contrast ratio is 2.81:1, and against black it is 7.46: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.81:1 | Fail | Fail |
| Black | 7.46:1 | AAA | AAA |
Tints and shades
Lighter tints move #BC8F8F toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #BC8F8F; |
|---|---|
| CSS rgb() | color: rgb(188 143 143); |
| Tailwind | bg-[#bc8f8f] |
| SwiftUI | Color(red: 0.737, green: 0.561, blue: 0.561) |
| Android | Color.parseColor("#BC8F8F") |