Shades of Dark Khaki #BBBA6D
Tints of Dark Khaki #BBBA6D
RGB
CMYK
RGB Variations
Color information
#BBBA6D (or 0xBBBA6D) is known color: Dark Khaki. HEX triplet: BB, BA and 6D. RGB value is (187,186,109). Sum of RGB (Red+Green+Blue) = 187+186+109=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA6D is #444592. Grayscale: #B1B1B1. Windows color (decimal): -4474259 or 7191227. OLE color: 7191227.
HSL color Cylindrical-coordinate representation of color #BBBA6D: hue angle of 59.23º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBBA6D is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 109 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.27 |
| HSL | 59.23º | 0.36% | 0.58% | - |
| HSV(B) | 59.23º | 0.42% | 0.73% | - |
| XYZ | 40.81 | 46.79 | 21.35 | - |
| YUV | 177.52 | 89.33 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 109 | 0 | 0.01 | 0.42 | 0.27 | 59.23 | 0.36 | 0.58 |
| Hex | BB | BA | 6D | 0 | 1 | 2A | 1B | 3B | 24 | 3A |
| Octal | 273 | 272 | 155 | 0 | 1 | 52 | 33 | 73 | 44 | 72 |
| Binary | 10111011 | 10111010 | 1101101 | 0 | 1 | 101010 | 11011 | 111011 | 100100 | 111010 |
Color Harmonies of #BBBA6D
Complementary color
Monochromatic Colors of #BBBA6D
Black with #BBBA6D
Text Example
Text Example
White with #BBBA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA6D; }
p { color: rgb(187,186,109); }
H1.HeaderClassName
{
color: #BBBA6D;
}
.AnyTagClassName
{
color: #BBBA6D;
}
</style>
background-color css
<style>
a { background-color: #BBBA6D; }
a { background-color: rgb(187,186,109); }
div.DivClassName
{
background-color: #BBBA6D;
}
.BgClassName
{
background-color: #BBBA6D;
}
</style>
border-color css
<style>
span { border-color: #BBBA6D; }
span { border-color: rgb(187,186,109); }
td.TdClassName
{
border-color: #BBBA6D;
}
.TagClassName
{
border-color: #BBBA6D;
}
</style>