Shades of Dark Khaki #BBB877
Tints of Dark Khaki #BBB877
RGB
CMYK
RGB Variations
Color information
#BBB877 (or 0xBBB877) is known color: Dark Khaki. HEX triplet: BB, B8 and 77. RGB value is (187,184,119). Sum of RGB (Red+Green+Blue) = 187+184+119=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 184 (72.27% from 255 or 37.55% from 490); Blue value is 119 (46.88% from 255 or 24.29% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB877 is #444788. Grayscale: #B1B1B1. Windows color (decimal): -4474761 or 7846075. OLE color: 7846075.
HSL color Cylindrical-coordinate representation of color #BBB877: hue angle of 57.35º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBB877 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 184 | 119 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.27 |
| HSL | 57.35º | 0.33% | 0.6% | - |
| HSV(B) | 57.35º | 0.36% | 0.73% | - |
| XYZ | 40.96 | 46.18 | 24.21 | - |
| YUV | 177.49 | 94.99 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 119 | 0 | 0.02 | 0.36 | 0.27 | 57.35 | 0.33 | 0.6 |
| Hex | BB | B8 | 77 | 0 | 2 | 24 | 1B | 39 | 21 | 3C |
| Octal | 273 | 270 | 167 | 0 | 2 | 44 | 33 | 71 | 41 | 74 |
| Binary | 10111011 | 10111000 | 1110111 | 0 | 10 | 100100 | 11011 | 111001 | 100001 | 111100 |
Color Harmonies of #BBB877
Complementary color
Monochromatic Colors of #BBB877
Black with #BBB877
Text Example
Text Example
White with #BBB877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB877; }
p { color: rgb(187,184,119); }
H1.HeaderClassName
{
color: #BBB877;
}
.AnyTagClassName
{
color: #BBB877;
}
</style>
background-color css
<style>
a { background-color: #BBB877; }
a { background-color: rgb(187,184,119); }
div.DivClassName
{
background-color: #BBB877;
}
.BgClassName
{
background-color: #BBB877;
}
</style>
border-color css
<style>
span { border-color: #BBB877; }
span { border-color: rgb(187,184,119); }
td.TdClassName
{
border-color: #BBB877;
}
.TagClassName
{
border-color: #BBB877;
}
</style>