Shades of Dark Khaki #BBBA6F
Tints of Dark Khaki #BBBA6F
RGB
CMYK
RGB Variations
Color information
#BBBA6F (or 0xBBBA6F) is known color: Dark Khaki. HEX triplet: BB, BA and 6F. RGB value is (187,186,111). Sum of RGB (Red+Green+Blue) = 187+186+111=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA6F is #444590. Grayscale: #B2B2B2. Windows color (decimal): -4474257 or 7322299. OLE color: 7322299.
HSL color Cylindrical-coordinate representation of color #BBBA6F: hue angle of 59.21º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBBA6F is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 111 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.27 |
| HSL | 59.21º | 0.36% | 0.58% | - |
| HSV(B) | 59.21º | 0.41% | 0.73% | - |
| XYZ | 40.92 | 46.83 | 21.92 | - |
| YUV | 177.75 | 90.33 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 111 | 0 | 0.01 | 0.41 | 0.27 | 59.21 | 0.36 | 0.58 |
| Hex | BB | BA | 6F | 0 | 1 | 29 | 1B | 3B | 24 | 3A |
| Octal | 273 | 272 | 157 | 0 | 1 | 51 | 33 | 73 | 44 | 72 |
| Binary | 10111011 | 10111010 | 1101111 | 0 | 1 | 101001 | 11011 | 111011 | 100100 | 111010 |
Color Harmonies of #BBBA6F
Complementary color
Monochromatic Colors of #BBBA6F
Black with #BBBA6F
Text Example
Text Example
White with #BBBA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA6F; }
p { color: rgb(187,186,111); }
H1.HeaderClassName
{
color: #BBBA6F;
}
.AnyTagClassName
{
color: #BBBA6F;
}
</style>
background-color css
<style>
a { background-color: #BBBA6F; }
a { background-color: rgb(187,186,111); }
div.DivClassName
{
background-color: #BBBA6F;
}
.BgClassName
{
background-color: #BBBA6F;
}
</style>
border-color css
<style>
span { border-color: #BBBA6F; }
span { border-color: rgb(187,186,111); }
td.TdClassName
{
border-color: #BBBA6F;
}
.TagClassName
{
border-color: #BBBA6F;
}
</style>