Shades of Dark Khaki #B9B270
Tints of Dark Khaki #B9B270
RGB
CMYK
RGB Variations
Color information
#B9B270 (or 0xB9B270) is known color: Dark Khaki. HEX triplet: B9, B2 and 70. RGB value is (185,178,112). Sum of RGB (Red+Green+Blue) = 185+178+112=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 178 (69.92% from 255 or 37.47% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B270 is #464D8F. Grayscale: #ACACAC. Windows color (decimal): -4607376 or 7385785. OLE color: 7385785.
HSL color Cylindrical-coordinate representation of color #B9B270: hue angle of 54.25º 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 #B9B270 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 178 | 112 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.27 |
| HSL | 54.25º | 0.34% | 0.58% | - |
| HSV(B) | 54.25º | 0.39% | 0.73% | - |
| XYZ | 38.85 | 43.32 | 21.64 | - |
| YUV | 172.57 | 93.82 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 178 | 112 | 0 | 0.04 | 0.39 | 0.27 | 54.25 | 0.34 | 0.58 |
| Hex | B9 | B2 | 70 | 0 | 4 | 27 | 1B | 36 | 22 | 3A |
| Octal | 271 | 262 | 160 | 0 | 4 | 47 | 33 | 66 | 42 | 72 |
| Binary | 10111001 | 10110010 | 1110000 | 0 | 100 | 100111 | 11011 | 110110 | 100010 | 111010 |
Color Harmonies of #B9B270
Complementary color
Monochromatic Colors of #B9B270
Black with #B9B270
Text Example
Text Example
White with #B9B270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B270; }
p { color: rgb(185,178,112); }
H1.HeaderClassName
{
color: #B9B270;
}
.AnyTagClassName
{
color: #B9B270;
}
</style>
background-color css
<style>
a { background-color: #B9B270; }
a { background-color: rgb(185,178,112); }
div.DivClassName
{
background-color: #B9B270;
}
.BgClassName
{
background-color: #B9B270;
}
</style>
border-color css
<style>
span { border-color: #B9B270; }
span { border-color: rgb(185,178,112); }
td.TdClassName
{
border-color: #B9B270;
}
.TagClassName
{
border-color: #B9B270;
}
</style>