Shades of Dark Khaki #BBB971
Tints of Dark Khaki #BBB971
RGB
CMYK
RGB Variations
Color information
#BBB971 (or 0xBBB971) is known color: Dark Khaki. HEX triplet: BB, B9 and 71. RGB value is (187,185,113). Sum of RGB (Red+Green+Blue) = 187+185+113=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB971 is #44468E. Grayscale: #B1B1B1. Windows color (decimal): -4474511 or 7453115. OLE color: 7453115.
HSL color Cylindrical-coordinate representation of color #BBB971: hue angle of 58.38º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBB971 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 185 | 113 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.27 |
| HSL | 58.38º | 0.35% | 0.59% | - |
| HSV(B) | 58.38º | 0.4% | 0.73% | - |
| XYZ | 40.82 | 46.45 | 22.44 | - |
| YUV | 177.39 | 91.66 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 113 | 0 | 0.01 | 0.40 | 0.27 | 58.38 | 0.35 | 0.59 |
| Hex | BB | B9 | 71 | 0 | 1 | 28 | 1B | 3A | 23 | 3B |
| Octal | 273 | 271 | 161 | 0 | 1 | 50 | 33 | 72 | 43 | 73 |
| Binary | 10111011 | 10111001 | 1110001 | 0 | 1 | 101000 | 11011 | 111010 | 100011 | 111011 |
Color Harmonies of #BBB971
Complementary color
Monochromatic Colors of #BBB971
Black with #BBB971
Text Example
Text Example
White with #BBB971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB971; }
p { color: rgb(187,185,113); }
H1.HeaderClassName
{
color: #BBB971;
}
.AnyTagClassName
{
color: #BBB971;
}
</style>
background-color css
<style>
a { background-color: #BBB971; }
a { background-color: rgb(187,185,113); }
div.DivClassName
{
background-color: #BBB971;
}
.BgClassName
{
background-color: #BBB971;
}
</style>
border-color css
<style>
span { border-color: #BBB971; }
span { border-color: rgb(187,185,113); }
td.TdClassName
{
border-color: #BBB971;
}
.TagClassName
{
border-color: #BBB971;
}
</style>