Shades of Dark Khaki #BBB472
Tints of Dark Khaki #BBB472
RGB
CMYK
RGB Variations
Color information
#BBB472 (or 0xBBB472) is known color: Dark Khaki. HEX triplet: BB, B4 and 72. RGB value is (187,180,114). Sum of RGB (Red+Green+Blue) = 187+180+114=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB472 is #444B8D. Grayscale: #AEAEAE. Windows color (decimal): -4475790 or 7517371. OLE color: 7517371.
HSL color Cylindrical-coordinate representation of color #BBB472: hue angle of 54.25º 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 #BBB472 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 180 | 114 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.27 |
| HSL | 54.25º | 0.35% | 0.59% | - |
| HSV(B) | 54.25º | 0.39% | 0.73% | - |
| XYZ | 39.85 | 44.42 | 22.39 | - |
| YUV | 174.57 | 93.82 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 114 | 0 | 0.04 | 0.39 | 0.27 | 54.25 | 0.35 | 0.59 |
| Hex | BB | B4 | 72 | 0 | 4 | 27 | 1B | 36 | 23 | 3B |
| Octal | 273 | 264 | 162 | 0 | 4 | 47 | 33 | 66 | 43 | 73 |
| Binary | 10111011 | 10110100 | 1110010 | 0 | 100 | 100111 | 11011 | 110110 | 100011 | 111011 |
Color Harmonies of #BBB472
Complementary color
Monochromatic Colors of #BBB472
Black with #BBB472
Text Example
Text Example
White with #BBB472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB472; }
p { color: rgb(187,180,114); }
H1.HeaderClassName
{
color: #BBB472;
}
.AnyTagClassName
{
color: #BBB472;
}
</style>
background-color css
<style>
a { background-color: #BBB472; }
a { background-color: rgb(187,180,114); }
div.DivClassName
{
background-color: #BBB472;
}
.BgClassName
{
background-color: #BBB472;
}
</style>
border-color css
<style>
span { border-color: #BBB472; }
span { border-color: rgb(187,180,114); }
td.TdClassName
{
border-color: #BBB472;
}
.TagClassName
{
border-color: #BBB472;
}
</style>