Shades of Dark Khaki #B9B870
Tints of Dark Khaki #B9B870
RGB
CMYK
RGB Variations
Color information
#B9B870 (or 0xB9B870) is known color: Dark Khaki. HEX triplet: B9, B8 and 70. RGB value is (185,184,112). Sum of RGB (Red+Green+Blue) = 185+184+112=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B870 is #46478F. Grayscale: #B0B0B0. Windows color (decimal): -4605840 or 7387321. OLE color: 7387321.
HSL color Cylindrical-coordinate representation of color #B9B870: hue angle of 59.18º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B9B870 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 184 | 112 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.27 |
| HSL | 59.18º | 0.34% | 0.58% | - |
| HSV(B) | 59.18º | 0.39% | 0.73% | - |
| XYZ | 40.07 | 45.77 | 22.05 | - |
| YUV | 176.09 | 91.83 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 184 | 112 | 0 | 0.01 | 0.39 | 0.27 | 59.18 | 0.34 | 0.58 |
| Hex | B9 | B8 | 70 | 0 | 1 | 27 | 1B | 3B | 22 | 3A |
| Octal | 271 | 270 | 160 | 0 | 1 | 47 | 33 | 73 | 42 | 72 |
| Binary | 10111001 | 10111000 | 1110000 | 0 | 1 | 100111 | 11011 | 111011 | 100010 | 111010 |
Color Harmonies of #B9B870
Complementary color
Monochromatic Colors of #B9B870
Black with #B9B870
Text Example
Text Example
White with #B9B870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B870; }
p { color: rgb(185,184,112); }
H1.HeaderClassName
{
color: #B9B870;
}
.AnyTagClassName
{
color: #B9B870;
}
</style>
background-color css
<style>
a { background-color: #B9B870; }
a { background-color: rgb(185,184,112); }
div.DivClassName
{
background-color: #B9B870;
}
.BgClassName
{
background-color: #B9B870;
}
</style>
border-color css
<style>
span { border-color: #B9B870; }
span { border-color: rgb(185,184,112); }
td.TdClassName
{
border-color: #B9B870;
}
.TagClassName
{
border-color: #B9B870;
}
</style>