Shades of Dark Khaki #BBAE73
Tints of Dark Khaki #BBAE73
RGB
CMYK
RGB Variations
Color information
#BBAE73 (or 0xBBAE73) is known color: Dark Khaki. HEX triplet: BB, AE and 73. RGB value is (187,174,115). Sum of RGB (Red+Green+Blue) = 187+174+115=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 115 (45.31% from 255 or 24.16% from 476); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAE73 is #44518C. Grayscale: #ABABAB. Windows color (decimal): -4477325 or 7581371. OLE color: 7581371.
HSL color Cylindrical-coordinate representation of color #BBAE73: hue angle of 49.17º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBAE73 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 174 | 115 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.27 |
| HSL | 49.17º | 0.35% | 0.59% | - |
| HSV(B) | 49.17º | 0.39% | 0.73% | - |
| XYZ | 38.72 | 42.07 | 22.3 | - |
| YUV | 171.16 | 96.31 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 115 | 0 | 0.07 | 0.39 | 0.27 | 49.17 | 0.35 | 0.59 |
| Hex | BB | AE | 73 | 0 | 7 | 27 | 1B | 31 | 23 | 3B |
| Octal | 273 | 256 | 163 | 0 | 7 | 47 | 33 | 61 | 43 | 73 |
| Binary | 10111011 | 10101110 | 1110011 | 0 | 111 | 100111 | 11011 | 110001 | 100011 | 111011 |
Color Harmonies of #BBAE73
Complementary color
Monochromatic Colors of #BBAE73
Black with #BBAE73
Text Example
Text Example
White with #BBAE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAE73; }
p { color: rgb(187,174,115); }
H1.HeaderClassName
{
color: #BBAE73;
}
.AnyTagClassName
{
color: #BBAE73;
}
</style>
background-color css
<style>
a { background-color: #BBAE73; }
a { background-color: rgb(187,174,115); }
div.DivClassName
{
background-color: #BBAE73;
}
.BgClassName
{
background-color: #BBAE73;
}
</style>
border-color css
<style>
span { border-color: #BBAE73; }
span { border-color: rgb(187,174,115); }
td.TdClassName
{
border-color: #BBAE73;
}
.TagClassName
{
border-color: #BBAE73;
}
</style>