#BDA0A0
A light, muted red closely aligning with Rosybrown.
About #BDA0A0
The precise color #BDA0A0 is an excellent choice for modern design projects. It is closely associated with the named CSS color Rosybrown. This translates to an RGB value of rgb(189, 160, 160).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 15% magenta inks. With a hue angle of 0.0 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#BDA0A0
RGB189, 160, 160
HSL0.0°, 18.0%, 68.4%
CMYK0%, 15%, 15%, 26%
HSV0.0°, 15.3%, 74.1%
LAB68.4, 10.7, 4.0
XYZ39.9, 38.5, 38.6
Decimal12427424
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.41:1
Text on #FFFFFF
FAIL
8.70:1
Text on #000000
AAA
2.31:1
Text on #F8FAFC
FAIL
7.40:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDA0A0;
}
.text-color {
color: #BDA0A0;
}
.border-color {
border: 2px solid #BDA0A0;
}