Shades of Dark Khaki #BBB973
Tints of Dark Khaki #BBB973
RGB
CMYK
RGB Variations
Color information
#BBB973 (or 0xBBB973) is known color: Dark Khaki. HEX triplet: BB, B9 and 73. RGB value is (187,185,115). Sum of RGB (Red+Green+Blue) = 187+185+115=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB973 is #44468C. Grayscale: #B1B1B1. Windows color (decimal): -4474509 or 7584187. OLE color: 7584187.
HSL color Cylindrical-coordinate representation of color #BBB973: hue angle of 58.33º 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 #BBB973 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 185 | 115 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.27 |
| HSL | 58.33º | 0.35% | 0.59% | - |
| HSV(B) | 58.33º | 0.39% | 0.73% | - |
| XYZ | 40.94 | 46.5 | 23.04 | - |
| YUV | 177.62 | 92.66 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 115 | 0 | 0.01 | 0.39 | 0.27 | 58.33 | 0.35 | 0.59 |
| Hex | BB | B9 | 73 | 0 | 1 | 27 | 1B | 3A | 23 | 3B |
| Octal | 273 | 271 | 163 | 0 | 1 | 47 | 33 | 72 | 43 | 73 |
| Binary | 10111011 | 10111001 | 1110011 | 0 | 1 | 100111 | 11011 | 111010 | 100011 | 111011 |
Color Harmonies of #BBB973
Complementary color
Monochromatic Colors of #BBB973
Black with #BBB973
Text Example
Text Example
White with #BBB973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB973; }
p { color: rgb(187,185,115); }
H1.HeaderClassName
{
color: #BBB973;
}
.AnyTagClassName
{
color: #BBB973;
}
</style>
background-color css
<style>
a { background-color: #BBB973; }
a { background-color: rgb(187,185,115); }
div.DivClassName
{
background-color: #BBB973;
}
.BgClassName
{
background-color: #BBB973;
}
</style>
border-color css
<style>
span { border-color: #BBB973; }
span { border-color: rgb(187,185,115); }
td.TdClassName
{
border-color: #BBB973;
}
.TagClassName
{
border-color: #BBB973;
}
</style>