#BDA099
A light, muted red closely aligning with Rosybrown.
About #BDA099
At its core, #BDA099 is a light and muted hue. Designers often compare it to the standard color Rosybrown. In the RGB color space, it consists of 189 red, 160 green, and 153 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 15% Magenta, 19% Yellow, and 26% Black. With a hue angle of 11.7 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BDA099
RGB189, 160, 153
HSL11.7°, 21.4%, 67.1%
CMYK0%, 15%, 19%, 26%
HSV11.7°, 19.0%, 74.1%
LAB68.2, 9.5, 7.6
XYZ39.3, 38.3, 35.5
Decimal12427417
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.43:1
Text on #FFFFFF
FAIL
8.65:1
Text on #000000
AAA
2.32:1
Text on #F8FAFC
FAIL
7.36:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDA099;
}
.text-color {
color: #BDA099;
}
.border-color {
border: 2px solid #BDA099;
}