Shades of Dark Khaki #BBAE6F
Tints of Dark Khaki #BBAE6F
RGB
CMYK
RGB Variations
Color information
#BBAE6F (or 0xBBAE6F) is known color: Dark Khaki. HEX triplet: BB, AE and 6F. RGB value is (187,174,111). Sum of RGB (Red+Green+Blue) = 187+174+111=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAE6F is #445190. Grayscale: #AAAAAA. Windows color (decimal): -4477329 or 7319227. OLE color: 7319227.
HSL color Cylindrical-coordinate representation of color #BBAE6F: hue angle of 49.74º 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 #BBAE6F is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 174 | 111 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.27 |
| HSL | 49.74º | 0.36% | 0.58% | - |
| HSV(B) | 49.74º | 0.41% | 0.73% | - |
| XYZ | 38.5 | 41.98 | 21.11 | - |
| YUV | 170.71 | 94.31 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 111 | 0 | 0.07 | 0.41 | 0.27 | 49.74 | 0.36 | 0.58 |
| Hex | BB | AE | 6F | 0 | 7 | 29 | 1B | 32 | 24 | 3A |
| Octal | 273 | 256 | 157 | 0 | 7 | 51 | 33 | 62 | 44 | 72 |
| Binary | 10111011 | 10101110 | 1101111 | 0 | 111 | 101001 | 11011 | 110010 | 100100 | 111010 |
Color Harmonies of #BBAE6F
Complementary color
Monochromatic Colors of #BBAE6F
Black with #BBAE6F
Text Example
Text Example
White with #BBAE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAE6F; }
p { color: rgb(187,174,111); }
H1.HeaderClassName
{
color: #BBAE6F;
}
.AnyTagClassName
{
color: #BBAE6F;
}
</style>
background-color css
<style>
a { background-color: #BBAE6F; }
a { background-color: rgb(187,174,111); }
div.DivClassName
{
background-color: #BBAE6F;
}
.BgClassName
{
background-color: #BBAE6F;
}
</style>
border-color css
<style>
span { border-color: #BBAE6F; }
span { border-color: rgb(187,174,111); }
td.TdClassName
{
border-color: #BBAE6F;
}
.TagClassName
{
border-color: #BBAE6F;
}
</style>