Shades of Dark Khaki #BBB666
Tints of Dark Khaki #BBB666
RGB
CMYK
RGB Variations
Color information
#BBB666 (or 0xBBB666) is known color: Dark Khaki. HEX triplet: BB, B6 and 66. RGB value is (187,182,102). Sum of RGB (Red+Green+Blue) = 187+182+102=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 102 (40.23% from 255 or 21.66% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB666 is #444999. Grayscale: #AEAEAE. Windows color (decimal): -4475290 or 6731451. OLE color: 6731451.
HSL color Cylindrical-coordinate representation of color #BBB666: hue angle of 56.47º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBB666 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 182 | 102 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.27 |
| HSL | 56.47º | 0.38% | 0.57% | - |
| HSV(B) | 56.47º | 0.45% | 0.73% | - |
| XYZ | 39.62 | 44.98 | 19.16 | - |
| YUV | 174.38 | 87.16 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 182 | 102 | 0 | 0.03 | 0.45 | 0.27 | 56.47 | 0.38 | 0.57 |
| Hex | BB | B6 | 66 | 0 | 3 | 2D | 1B | 38 | 26 | 39 |
| Octal | 273 | 266 | 146 | 0 | 3 | 55 | 33 | 70 | 46 | 71 |
| Binary | 10111011 | 10110110 | 1100110 | 0 | 11 | 101101 | 11011 | 111000 | 100110 | 111001 |
Color Harmonies of #BBB666
Complementary color
Monochromatic Colors of #BBB666
Black with #BBB666
Text Example
Text Example
White with #BBB666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB666; }
p { color: rgb(187,182,102); }
H1.HeaderClassName
{
color: #BBB666;
}
.AnyTagClassName
{
color: #BBB666;
}
</style>
background-color css
<style>
a { background-color: #BBB666; }
a { background-color: rgb(187,182,102); }
div.DivClassName
{
background-color: #BBB666;
}
.BgClassName
{
background-color: #BBB666;
}
</style>
border-color css
<style>
span { border-color: #BBB666; }
span { border-color: rgb(187,182,102); }
td.TdClassName
{
border-color: #BBB666;
}
.TagClassName
{
border-color: #BBB666;
}
</style>