Shades of Dark Khaki #BBB564
Tints of Dark Khaki #BBB564
RGB
CMYK
RGB Variations
Color information
#BBB564 (or 0xBBB564) is known color: Dark Khaki. HEX triplet: BB, B5 and 64. RGB value is (187,181,100). Sum of RGB (Red+Green+Blue) = 187+181+100=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB564 is #444A9B. Grayscale: #ADADAD. Windows color (decimal): -4475548 or 6600123. OLE color: 6600123.
HSL color Cylindrical-coordinate representation of color #BBB564: hue angle of 55.86º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBB564 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 181 | 100 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.27 |
| HSL | 55.86º | 0.39% | 0.56% | - |
| HSV(B) | 55.86º | 0.47% | 0.73% | - |
| XYZ | 39.32 | 44.53 | 18.58 | - |
| YUV | 173.56 | 86.49 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 100 | 0 | 0.03 | 0.47 | 0.27 | 55.86 | 0.39 | 0.56 |
| Hex | BB | B5 | 64 | 0 | 3 | 2F | 1B | 38 | 27 | 38 |
| Octal | 273 | 265 | 144 | 0 | 3 | 57 | 33 | 70 | 47 | 70 |
| Binary | 10111011 | 10110101 | 1100100 | 0 | 11 | 101111 | 11011 | 111000 | 100111 | 111000 |
Color Harmonies of #BBB564
Complementary color
Monochromatic Colors of #BBB564
Black with #BBB564
Text Example
Text Example
White with #BBB564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB564; }
p { color: rgb(187,181,100); }
H1.HeaderClassName
{
color: #BBB564;
}
.AnyTagClassName
{
color: #BBB564;
}
</style>
background-color css
<style>
a { background-color: #BBB564; }
a { background-color: rgb(187,181,100); }
div.DivClassName
{
background-color: #BBB564;
}
.BgClassName
{
background-color: #BBB564;
}
</style>
border-color css
<style>
span { border-color: #BBB564; }
span { border-color: rgb(187,181,100); }
td.TdClassName
{
border-color: #BBB564;
}
.TagClassName
{
border-color: #BBB564;
}
</style>