Shades of Dark Khaki #BBB770
Tints of Dark Khaki #BBB770
RGB
CMYK
RGB Variations
Color information
#BBB770 (or 0xBBB770) is known color: Dark Khaki. HEX triplet: BB, B7 and 70. RGB value is (187,183,112). Sum of RGB (Red+Green+Blue) = 187+183+112=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB770 is #44488F. Grayscale: #B0B0B0. Windows color (decimal): -4475024 or 7387067. OLE color: 7387067.
HSL color Cylindrical-coordinate representation of color #BBB770: hue angle of 56.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 #BBB770 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 183 | 112 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.27 |
| HSL | 56.8º | 0.36% | 0.59% | - |
| HSV(B) | 56.8º | 0.4% | 0.73% | - |
| XYZ | 40.35 | 45.6 | 22 | - |
| YUV | 176.1 | 91.83 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 112 | 0 | 0.02 | 0.40 | 0.27 | 56.8 | 0.36 | 0.59 |
| Hex | BB | B7 | 70 | 0 | 2 | 28 | 1B | 39 | 24 | 3B |
| Octal | 273 | 267 | 160 | 0 | 2 | 50 | 33 | 71 | 44 | 73 |
| Binary | 10111011 | 10110111 | 1110000 | 0 | 10 | 101000 | 11011 | 111001 | 100100 | 111011 |
Color Harmonies of #BBB770
Complementary color
Monochromatic Colors of #BBB770
Black with #BBB770
Text Example
Text Example
White with #BBB770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB770; }
p { color: rgb(187,183,112); }
H1.HeaderClassName
{
color: #BBB770;
}
.AnyTagClassName
{
color: #BBB770;
}
</style>
background-color css
<style>
a { background-color: #BBB770; }
a { background-color: rgb(187,183,112); }
div.DivClassName
{
background-color: #BBB770;
}
.BgClassName
{
background-color: #BBB770;
}
</style>
border-color css
<style>
span { border-color: #BBB770; }
span { border-color: rgb(187,183,112); }
td.TdClassName
{
border-color: #BBB770;
}
.TagClassName
{
border-color: #BBB770;
}
</style>