#BDA07C
A light, moderate orange closely aligning with Tan.
About #BDA07C
At its core, #BDA07C is a light and moderate hue. If you're using CSS, you might find it aligns closely with Tan. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 160, and 124.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 15% M, 34% Y, and 26% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BDA07C
RGB189, 160, 124
HSL33.2°, 33.0%, 61.4%
CMYK0%, 15%, 34%, 26%
HSV33.2°, 34.4%, 74.1%
LAB67.6, 5.4, 22.8
XYZ37.2, 37.4, 24.3
Decimal12427388
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.48:1
Text on #FFFFFF
FAIL
8.48:1
Text on #000000
AAA
2.37:1
Text on #F8FAFC
FAIL
7.21:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDA07C;
}
.text-color {
color: #BDA07C;
}
.border-color {
border: 2px solid #BDA07C;
}