Shades of Dark Khaki #B9BB6B
Tints of Dark Khaki #B9BB6B
RGB
CMYK
RGB Variations
Color information
#B9BB6B (or 0xB9BB6B) is known color: Dark Khaki. HEX triplet: B9, BB and 6B. RGB value is (185,187,107). Sum of RGB (Red+Green+Blue) = 185+187+107=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 187 - color contains mainly: green. Hex color #B9BB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BB6B is #464494. Grayscale: #B1B1B1. Windows color (decimal): -4605077 or 7060409. OLE color: 7060409.
HSL color Cylindrical-coordinate representation of color #B9BB6B: hue angle of 61.5º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9BB6B is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 187 | 107 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.27 |
| HSL | 61.5º | 0.37% | 0.58% | - |
| HSV(B) | 61.5º | 0.43% | 0.73% | - |
| XYZ | 40.43 | 46.92 | 20.83 | - |
| YUV | 177.28 | 88.34 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 187 | 107 | 0.01 | 0 | 0.43 | 0.27 | 61.5 | 0.37 | 0.58 |
| Hex | B9 | BB | 6B | 1 | 0 | 2B | 1B | 3E | 25 | 3A |
| Octal | 271 | 273 | 153 | 1 | 0 | 53 | 33 | 76 | 45 | 72 |
| Binary | 10111001 | 10111011 | 1101011 | 1 | 0 | 101011 | 11011 | 111110 | 100101 | 111010 |
Color Harmonies of #B9BB6B
Complementary color
Monochromatic Colors of #B9BB6B
Black with #B9BB6B
Text Example
Text Example
White with #B9BB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BB6B; }
p { color: rgb(185,187,107); }
H1.HeaderClassName
{
color: #B9BB6B;
}
.AnyTagClassName
{
color: #B9BB6B;
}
</style>
background-color css
<style>
a { background-color: #B9BB6B; }
a { background-color: rgb(185,187,107); }
div.DivClassName
{
background-color: #B9BB6B;
}
.BgClassName
{
background-color: #B9BB6B;
}
</style>
border-color css
<style>
span { border-color: #B9BB6B; }
span { border-color: rgb(185,187,107); }
td.TdClassName
{
border-color: #B9BB6B;
}
.TagClassName
{
border-color: #B9BB6B;
}
</style>