#BD8A7C
A light, moderate red closely aligning with Rosybrown.
About #BD8A7C
Visually, #BD8A7C is defined as a moderate red. It is closely associated with the named CSS color Rosybrown. Its digital footprint relies on 189 parts red, 138 parts green, and 124 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 27% Magenta, 34% Yellow, and 26% Black. The HSL representation is 12.9° hue, 33.0% saturation, and 61.4% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BD8A7C
RGB189, 138, 124
HSL12.9°, 33.0%, 61.4%
CMYK0%, 27%, 34%, 26%
HSV12.9°, 34.4%, 74.1%
LAB62.0, 17.5, 15.2
XYZ33.7, 30.5, 23.2
Decimal12421756
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.96:1
Text on #FFFFFF
FAIL
7.09:1
Text on #000000
AAA
2.83:1
Text on #F8FAFC
FAIL
6.03:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD8A7C;
}
.text-color {
color: #BD8A7C;
}
.border-color {
border: 2px solid #BD8A7C;
}