Shades of Dark Khaki #BBB06D
Tints of Dark Khaki #BBB06D
RGB
CMYK
RGB Variations
Color information
#BBB06D (or 0xBBB06D) is known color: Dark Khaki. HEX triplet: BB, B0 and 6D. RGB value is (187,176,109). Sum of RGB (Red+Green+Blue) = 187+176+109=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB06D is #444F92. Grayscale: #ABABAB. Windows color (decimal): -4476819 or 7188667. OLE color: 7188667.
HSL color Cylindrical-coordinate representation of color #BBB06D: hue angle of 51.54º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBB06D is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 176 | 109 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.27 |
| HSL | 51.54º | 0.36% | 0.58% | - |
| HSV(B) | 51.54º | 0.42% | 0.73% | - |
| XYZ | 38.78 | 42.72 | 20.67 | - |
| YUV | 171.65 | 92.64 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 109 | 0 | 0.06 | 0.42 | 0.27 | 51.54 | 0.36 | 0.58 |
| Hex | BB | B0 | 6D | 0 | 6 | 2A | 1B | 34 | 24 | 3A |
| Octal | 273 | 260 | 155 | 0 | 6 | 52 | 33 | 64 | 44 | 72 |
| Binary | 10111011 | 10110000 | 1101101 | 0 | 110 | 101010 | 11011 | 110100 | 100100 | 111010 |
Color Harmonies of #BBB06D
Complementary color
Monochromatic Colors of #BBB06D
Black with #BBB06D
Text Example
Text Example
White with #BBB06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB06D; }
p { color: rgb(187,176,109); }
H1.HeaderClassName
{
color: #BBB06D;
}
.AnyTagClassName
{
color: #BBB06D;
}
</style>
background-color css
<style>
a { background-color: #BBB06D; }
a { background-color: rgb(187,176,109); }
div.DivClassName
{
background-color: #BBB06D;
}
.BgClassName
{
background-color: #BBB06D;
}
</style>
border-color css
<style>
span { border-color: #BBB06D; }
span { border-color: rgb(187,176,109); }
td.TdClassName
{
border-color: #BBB06D;
}
.TagClassName
{
border-color: #BBB06D;
}
</style>