Shades of Dark Khaki #BBB566
Tints of Dark Khaki #BBB566
RGB
CMYK
RGB Variations
Color information
#BBB566 (or 0xBBB566) is known color: Dark Khaki. HEX triplet: BB, B5 and 66. RGB value is (187,181,102). Sum of RGB (Red+Green+Blue) = 187+181+102=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB566 is #444A99. Grayscale: #AEAEAE. Windows color (decimal): -4475546 or 6731195. OLE color: 6731195.
HSL color Cylindrical-coordinate representation of color #BBB566: hue angle of 55.76º 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 #BBB566 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 181 | 102 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.27 |
| HSL | 55.76º | 0.38% | 0.57% | - |
| HSV(B) | 55.76º | 0.45% | 0.73% | - |
| XYZ | 39.42 | 44.57 | 19.1 | - |
| YUV | 173.79 | 87.49 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 102 | 0 | 0.03 | 0.45 | 0.27 | 55.76 | 0.38 | 0.57 |
| Hex | BB | B5 | 66 | 0 | 3 | 2D | 1B | 38 | 26 | 39 |
| Octal | 273 | 265 | 146 | 0 | 3 | 55 | 33 | 70 | 46 | 71 |
| Binary | 10111011 | 10110101 | 1100110 | 0 | 11 | 101101 | 11011 | 111000 | 100110 | 111001 |
Color Harmonies of #BBB566
Complementary color
Monochromatic Colors of #BBB566
Black with #BBB566
Text Example
Text Example
White with #BBB566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB566; }
p { color: rgb(187,181,102); }
H1.HeaderClassName
{
color: #BBB566;
}
.AnyTagClassName
{
color: #BBB566;
}
</style>
background-color css
<style>
a { background-color: #BBB566; }
a { background-color: rgb(187,181,102); }
div.DivClassName
{
background-color: #BBB566;
}
.BgClassName
{
background-color: #BBB566;
}
</style>
border-color css
<style>
span { border-color: #BBB566; }
span { border-color: rgb(187,181,102); }
td.TdClassName
{
border-color: #BBB566;
}
.TagClassName
{
border-color: #BBB566;
}
</style>