#B6B6A0
A light, muted yellow closely aligning with Silver.
About #B6B6A0
At its core, #B6B6A0 is a light and muted hue. Designers often compare it to the standard color Silver. In the RGB color space, it consists of 182 red, 182 green, and 160 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#B6B6A0
RGB182, 182, 160
HSL60.0°, 13.1%, 67.1%
CMYK0%, 0%, 12%, 29%
HSV60.0°, 12.1%, 71.4%
LAB73.5, -3.9, 11.2
XYZ42.4, 45.9, 39.9
Decimal11974304
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.06:1
Text on #FFFFFF
FAIL
10.19:1
Text on #000000
AAA
1.97:1
Text on #F8FAFC
FAIL
8.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6B6A0;
}
.text-color {
color: #B6B6A0;
}
.border-color {
border: 2px solid #B6B6A0;
}