#BD927C
A light, moderate orange closely aligning with Rosybrown.
About #BD927C
The precise color #BD927C is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Rosybrown. In the RGB color space, it consists of 189 red, 146 green, and 124 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 23% M, 34% Y, and 26% K. With a hue angle of 20.3 degrees, it sits comfortably in the orange spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD927C
RGB189, 146, 124
HSL20.3°, 33.0%, 61.4%
CMYK0%, 23%, 34%, 26%
HSV20.3°, 34.4%, 74.1%
LAB64.0, 13.1, 17.9
XYZ34.9, 32.8, 23.6
Decimal12423804
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.78:1
Text on #FFFFFF
FAIL
7.57:1
Text on #000000
AAA
2.65:1
Text on #F8FAFC
FAIL
6.43:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD927C;
}
.text-color {
color: #BD927C;
}
.border-color {
border: 2px solid #BD927C;
}