Shades of Dark Khaki #BBB56A
Tints of Dark Khaki #BBB56A
RGB
CMYK
RGB Variations
Color information
#BBB56A (or 0xBBB56A) is known color: Dark Khaki. HEX triplet: BB, B5 and 6A. RGB value is (187,181,106). Sum of RGB (Red+Green+Blue) = 187+181+106=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 181 (71.09% from 255 or 38.19% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB56A is #444A95. Grayscale: #AEAEAE. Windows color (decimal): -4475542 or 6993339. OLE color: 6993339.
HSL color Cylindrical-coordinate representation of color #BBB56A: hue angle of 55.56º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBB56A is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 181 | 106 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.27 |
| HSL | 55.56º | 0.37% | 0.57% | - |
| HSV(B) | 55.56º | 0.43% | 0.73% | - |
| XYZ | 39.62 | 44.65 | 20.17 | - |
| YUV | 174.24 | 89.49 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 106 | 0 | 0.03 | 0.43 | 0.27 | 55.56 | 0.37 | 0.57 |
| Hex | BB | B5 | 6A | 0 | 3 | 2B | 1B | 38 | 25 | 39 |
| Octal | 273 | 265 | 152 | 0 | 3 | 53 | 33 | 70 | 45 | 71 |
| Binary | 10111011 | 10110101 | 1101010 | 0 | 11 | 101011 | 11011 | 111000 | 100101 | 111001 |
Color Harmonies of #BBB56A
Complementary color
Monochromatic Colors of #BBB56A
Black with #BBB56A
Text Example
Text Example
White with #BBB56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB56A; }
p { color: rgb(187,181,106); }
H1.HeaderClassName
{
color: #BBB56A;
}
.AnyTagClassName
{
color: #BBB56A;
}
</style>
background-color css
<style>
a { background-color: #BBB56A; }
a { background-color: rgb(187,181,106); }
div.DivClassName
{
background-color: #BBB56A;
}
.BgClassName
{
background-color: #BBB56A;
}
</style>
border-color css
<style>
span { border-color: #BBB56A; }
span { border-color: rgb(187,181,106); }
td.TdClassName
{
border-color: #BBB56A;
}
.TagClassName
{
border-color: #BBB56A;
}
</style>