Shades of Dark Khaki #BBB470
Tints of Dark Khaki #BBB470
RGB
CMYK
RGB Variations
Color information
#BBB470 (or 0xBBB470) is known color: Dark Khaki. HEX triplet: BB, B4 and 70. RGB value is (187,180,112). Sum of RGB (Red+Green+Blue) = 187+180+112=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB470 is #444B8F. Grayscale: #AEAEAE. Windows color (decimal): -4475792 or 7386299. OLE color: 7386299.
HSL color Cylindrical-coordinate representation of color #BBB470: hue angle of 54.4º degrees, saturation: 0.36, 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 #BBB470 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 180 | 112 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.27 |
| HSL | 54.4º | 0.36% | 0.59% | - |
| HSV(B) | 54.4º | 0.4% | 0.73% | - |
| XYZ | 39.74 | 44.38 | 21.8 | - |
| YUV | 174.34 | 92.82 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 112 | 0 | 0.04 | 0.40 | 0.27 | 54.4 | 0.36 | 0.59 |
| Hex | BB | B4 | 70 | 0 | 4 | 28 | 1B | 36 | 24 | 3B |
| Octal | 273 | 264 | 160 | 0 | 4 | 50 | 33 | 66 | 44 | 73 |
| Binary | 10111011 | 10110100 | 1110000 | 0 | 100 | 101000 | 11011 | 110110 | 100100 | 111011 |
Color Harmonies of #BBB470
Complementary color
Monochromatic Colors of #BBB470
Black with #BBB470
Text Example
Text Example
White with #BBB470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB470; }
p { color: rgb(187,180,112); }
H1.HeaderClassName
{
color: #BBB470;
}
.AnyTagClassName
{
color: #BBB470;
}
</style>
background-color css
<style>
a { background-color: #BBB470; }
a { background-color: rgb(187,180,112); }
div.DivClassName
{
background-color: #BBB470;
}
.BgClassName
{
background-color: #BBB470;
}
</style>
border-color css
<style>
span { border-color: #BBB470; }
span { border-color: rgb(187,180,112); }
td.TdClassName
{
border-color: #BBB470;
}
.TagClassName
{
border-color: #BBB470;
}
</style>