Shades of Dark Khaki #BBB672
Tints of Dark Khaki #BBB672
RGB
CMYK
RGB Variations
Color information
#BBB672 (or 0xBBB672) is known color: Dark Khaki. HEX triplet: BB, B6 and 72. RGB value is (187,182,114). Sum of RGB (Red+Green+Blue) = 187+182+114=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 182 (71.48% from 255 or 37.68% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB672 is #44498D. Grayscale: #B0B0B0. Windows color (decimal): -4475278 or 7517883. OLE color: 7517883.
HSL color Cylindrical-coordinate representation of color #BBB672: hue angle of 55.89º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBB672 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 182 | 114 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.27 |
| HSL | 55.89º | 0.35% | 0.59% | - |
| HSV(B) | 55.89º | 0.39% | 0.73% | - |
| XYZ | 40.26 | 45.24 | 22.53 | - |
| YUV | 175.74 | 93.16 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 182 | 114 | 0 | 0.03 | 0.39 | 0.27 | 55.89 | 0.35 | 0.59 |
| Hex | BB | B6 | 72 | 0 | 3 | 27 | 1B | 38 | 23 | 3B |
| Octal | 273 | 266 | 162 | 0 | 3 | 47 | 33 | 70 | 43 | 73 |
| Binary | 10111011 | 10110110 | 1110010 | 0 | 11 | 100111 | 11011 | 111000 | 100011 | 111011 |
Color Harmonies of #BBB672
Complementary color
Monochromatic Colors of #BBB672
Black with #BBB672
Text Example
Text Example
White with #BBB672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB672; }
p { color: rgb(187,182,114); }
H1.HeaderClassName
{
color: #BBB672;
}
.AnyTagClassName
{
color: #BBB672;
}
</style>
background-color css
<style>
a { background-color: #BBB672; }
a { background-color: rgb(187,182,114); }
div.DivClassName
{
background-color: #BBB672;
}
.BgClassName
{
background-color: #BBB672;
}
</style>
border-color css
<style>
span { border-color: #BBB672; }
span { border-color: rgb(187,182,114); }
td.TdClassName
{
border-color: #BBB672;
}
.TagClassName
{
border-color: #BBB672;
}
</style>