Shades of Dark Khaki #BAB971
Tints of Dark Khaki #BAB971
RGB
CMYK
RGB Variations
Color information
#BAB971 (or 0xBAB971) is known color: Dark Khaki. HEX triplet: BA, B9 and 71. RGB value is (186,185,113). Sum of RGB (Red+Green+Blue) = 186+185+113=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB971 is #45468E. Grayscale: #B1B1B1. Windows color (decimal): -4540047 or 7453114. OLE color: 7453114.
HSL color Cylindrical-coordinate representation of color #BAB971: hue angle of 59.18º 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 #BAB971 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 185 | 113 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.27 |
| HSL | 59.18º | 0.35% | 0.59% | - |
| HSV(B) | 59.18º | 0.39% | 0.73% | - |
| XYZ | 40.58 | 46.33 | 22.43 | - |
| YUV | 177.09 | 91.83 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 113 | 0 | 0.01 | 0.39 | 0.27 | 59.18 | 0.35 | 0.59 |
| Hex | BA | B9 | 71 | 0 | 1 | 27 | 1B | 3B | 23 | 3B |
| Octal | 272 | 271 | 161 | 0 | 1 | 47 | 33 | 73 | 43 | 73 |
| Binary | 10111010 | 10111001 | 1110001 | 0 | 1 | 100111 | 11011 | 111011 | 100011 | 111011 |
Color Harmonies of #BAB971
Complementary color
Monochromatic Colors of #BAB971
Black with #BAB971
Text Example
Text Example
White with #BAB971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB971; }
p { color: rgb(186,185,113); }
H1.HeaderClassName
{
color: #BAB971;
}
.AnyTagClassName
{
color: #BAB971;
}
</style>
background-color css
<style>
a { background-color: #BAB971; }
a { background-color: rgb(186,185,113); }
div.DivClassName
{
background-color: #BAB971;
}
.BgClassName
{
background-color: #BAB971;
}
</style>
border-color css
<style>
span { border-color: #BAB971; }
span { border-color: rgb(186,185,113); }
td.TdClassName
{
border-color: #BAB971;
}
.TagClassName
{
border-color: #BAB971;
}
</style>