Shades of Dark Khaki #BBBA72
Tints of Dark Khaki #BBBA72
RGB
CMYK
RGB Variations
Color information
#BBBA72 (or 0xBBBA72) is known color: Dark Khaki. HEX triplet: BB, BA and 72. RGB value is (187,186,114). Sum of RGB (Red+Green+Blue) = 187+186+114=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA72 is #44458D. Grayscale: #B2B2B2. Windows color (decimal): -4474254 or 7518907. OLE color: 7518907.
HSL color Cylindrical-coordinate representation of color #BBBA72: hue angle of 59.18º 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 #BBBA72 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 114 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.27 |
| HSL | 59.18º | 0.35% | 0.59% | - |
| HSV(B) | 59.18º | 0.39% | 0.73% | - |
| XYZ | 41.09 | 46.9 | 22.81 | - |
| YUV | 178.09 | 91.83 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 114 | 0 | 0.01 | 0.39 | 0.27 | 59.18 | 0.35 | 0.59 |
| Hex | BB | BA | 72 | 0 | 1 | 27 | 1B | 3B | 23 | 3B |
| Octal | 273 | 272 | 162 | 0 | 1 | 47 | 33 | 73 | 43 | 73 |
| Binary | 10111011 | 10111010 | 1110010 | 0 | 1 | 100111 | 11011 | 111011 | 100011 | 111011 |
Color Harmonies of #BBBA72
Complementary color
Monochromatic Colors of #BBBA72
Black with #BBBA72
Text Example
Text Example
White with #BBBA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA72; }
p { color: rgb(187,186,114); }
H1.HeaderClassName
{
color: #BBBA72;
}
.AnyTagClassName
{
color: #BBBA72;
}
</style>
background-color css
<style>
a { background-color: #BBBA72; }
a { background-color: rgb(187,186,114); }
div.DivClassName
{
background-color: #BBBA72;
}
.BgClassName
{
background-color: #BBBA72;
}
</style>
border-color css
<style>
span { border-color: #BBBA72; }
span { border-color: rgb(187,186,114); }
td.TdClassName
{
border-color: #BBBA72;
}
.TagClassName
{
border-color: #BBBA72;
}
</style>