Shades of Dark Khaki #BBB270
Tints of Dark Khaki #BBB270
RGB
CMYK
RGB Variations
Color information
#BBB270 (or 0xBBB270) is known color: Dark Khaki. HEX triplet: BB, B2 and 70. RGB value is (187,178,112). Sum of RGB (Red+Green+Blue) = 187+178+112=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB270 is #444D8F. Grayscale: #ADADAD. Windows color (decimal): -4476304 or 7385787. OLE color: 7385787.
HSL color Cylindrical-coordinate representation of color #BBB270: hue angle of 52.8º 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 #BBB270 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 178 | 112 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.27 |
| HSL | 52.8º | 0.36% | 0.59% | - |
| HSV(B) | 52.8º | 0.4% | 0.73% | - |
| XYZ | 39.34 | 43.58 | 21.67 | - |
| YUV | 173.17 | 93.48 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 112 | 0 | 0.05 | 0.40 | 0.27 | 52.8 | 0.36 | 0.59 |
| Hex | BB | B2 | 70 | 0 | 5 | 28 | 1B | 35 | 24 | 3B |
| Octal | 273 | 262 | 160 | 0 | 5 | 50 | 33 | 65 | 44 | 73 |
| Binary | 10111011 | 10110010 | 1110000 | 0 | 101 | 101000 | 11011 | 110101 | 100100 | 111011 |
Color Harmonies of #BBB270
Complementary color
Monochromatic Colors of #BBB270
Black with #BBB270
Text Example
Text Example
White with #BBB270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB270; }
p { color: rgb(187,178,112); }
H1.HeaderClassName
{
color: #BBB270;
}
.AnyTagClassName
{
color: #BBB270;
}
</style>
background-color css
<style>
a { background-color: #BBB270; }
a { background-color: rgb(187,178,112); }
div.DivClassName
{
background-color: #BBB270;
}
.BgClassName
{
background-color: #BBB270;
}
</style>
border-color css
<style>
span { border-color: #BBB270; }
span { border-color: rgb(187,178,112); }
td.TdClassName
{
border-color: #BBB270;
}
.TagClassName
{
border-color: #BBB270;
}
</style>