#BDA883
A light, moderate orange closely aligning with Tan.
About #BDA883
Visually, #BDA883 is defined as a moderate orange. It is closely associated with the named CSS color Tan. In the RGB color space, it consists of 189 red, 168 green, and 131 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 11% magenta, 31% yellow, and 26% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#BDA883
RGB189, 168, 131
HSL38.3°, 30.5%, 62.7%
CMYK0%, 11%, 31%, 26%
HSV38.3°, 30.7%, 74.1%
LAB69.8, 2.0, 21.9
XYZ39.1, 40.5, 27.2
Decimal12429443
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.31:1
Text on #FFFFFF
FAIL
9.09:1
Text on #000000
AAA
2.21:1
Text on #F8FAFC
FAIL
7.73:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDA883;
}
.text-color {
color: #BDA883;
}
.border-color {
border: 2px solid #BDA883;
}