#B6A099
A light, muted red closely aligning with Darkgray.
About #B6A099
When working with digital screens, the color #B6A099 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkgray. This translates to an RGB value of rgb(182, 160, 153).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 12% Magenta, 16% Yellow, and 29% Black. With a hue angle of 14.5 degrees, it sits comfortably in the red spectrum.
When using this color as a background, text legibility must be considered. 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#B6A099
RGB182, 160, 153
HSL14.5°, 16.6%, 65.7%
CMYK0%, 12%, 16%, 29%
HSV14.5°, 15.9%, 71.4%
LAB67.6, 6.9, 6.6
XYZ37.6, 37.4, 35.4
Decimal11968665
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: #B6A099;
}
.text-color {
color: #B6A099;
}
.border-color {
border: 2px solid #B6A099;
}