Shades of Dark Khaki #B9B876
Tints of Dark Khaki #B9B876
RGB
CMYK
RGB Variations
Color information
#B9B876 (or 0xB9B876) is known color: Dark Khaki. HEX triplet: B9, B8 and 76. RGB value is (185,184,118). Sum of RGB (Red+Green+Blue) = 185+184+118=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 184 (72.27% from 255 or 37.78% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B876 is #464789. Grayscale: #B1B1B1. Windows color (decimal): -4605834 or 7780537. OLE color: 7780537.
HSL color Cylindrical-coordinate representation of color #B9B876: hue angle of 59.1º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B9B876 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 184 | 118 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.27 |
| HSL | 59.1º | 0.32% | 0.59% | - |
| HSV(B) | 59.1º | 0.36% | 0.73% | - |
| XYZ | 40.42 | 45.9 | 23.87 | - |
| YUV | 176.78 | 94.83 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 184 | 118 | 0 | 0.01 | 0.36 | 0.27 | 59.1 | 0.32 | 0.59 |
| Hex | B9 | B8 | 76 | 0 | 1 | 24 | 1B | 3B | 20 | 3B |
| Octal | 271 | 270 | 166 | 0 | 1 | 44 | 33 | 73 | 40 | 73 |
| Binary | 10111001 | 10111000 | 1110110 | 0 | 1 | 100100 | 11011 | 111011 | 100000 | 111011 |
Color Harmonies of #B9B876
Complementary color
Monochromatic Colors of #B9B876
Black with #B9B876
Text Example
Text Example
White with #B9B876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B876; }
p { color: rgb(185,184,118); }
H1.HeaderClassName
{
color: #B9B876;
}
.AnyTagClassName
{
color: #B9B876;
}
</style>
background-color css
<style>
a { background-color: #B9B876; }
a { background-color: rgb(185,184,118); }
div.DivClassName
{
background-color: #B9B876;
}
.BgClassName
{
background-color: #B9B876;
}
</style>
border-color css
<style>
span { border-color: #B9B876; }
span { border-color: rgb(185,184,118); }
td.TdClassName
{
border-color: #B9B876;
}
.TagClassName
{
border-color: #B9B876;
}
</style>