#BDA875
A light, moderate orange closely aligning with Tan.
About #BDA875
At its core, #BDA875 is a light and moderate hue. It is closely associated with the named CSS color Tan. This translates to an RGB value of rgb(189, 168, 117).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 11% Magenta, 38% Yellow, and 26% Black. With a hue angle of 42.5 degrees, it sits comfortably in the orange spectrum.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#BDA875
RGB189, 168, 117
HSL42.5°, 35.3%, 60.0%
CMYK0%, 11%, 38%, 26%
HSV42.5°, 38.1%, 74.1%
LAB69.5, 0.3, 29.2
XYZ38.2, 40.1, 22.6
Decimal12429429
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.33:1
Text on #FFFFFF
FAIL
9.02:1
Text on #000000
AAA
2.22:1
Text on #F8FAFC
FAIL
7.67:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDA875;
}
.text-color {
color: #BDA875;
}
.border-color {
border: 2px solid #BDA875;
}