Shades of Dark Khaki #BAB975
Tints of Dark Khaki #BAB975
RGB
CMYK
RGB Variations
Color information
#BAB975 (or 0xBAB975) is known color: Dark Khaki. HEX triplet: BA, B9 and 75. RGB value is (186,185,117). Sum of RGB (Red+Green+Blue) = 186+185+117=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB975 is #45468A. Grayscale: #B1B1B1. Windows color (decimal): -4540043 or 7715258. OLE color: 7715258.
HSL color Cylindrical-coordinate representation of color #BAB975: hue angle of 59.13º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAB975 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 185 | 117 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.27 |
| HSL | 59.13º | 0.33% | 0.59% | - |
| HSV(B) | 59.13º | 0.37% | 0.73% | - |
| XYZ | 40.81 | 46.42 | 23.64 | - |
| YUV | 177.55 | 93.83 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 117 | 0 | 0.01 | 0.37 | 0.27 | 59.13 | 0.33 | 0.59 |
| Hex | BA | B9 | 75 | 0 | 1 | 25 | 1B | 3B | 21 | 3B |
| Octal | 272 | 271 | 165 | 0 | 1 | 45 | 33 | 73 | 41 | 73 |
| Binary | 10111010 | 10111001 | 1110101 | 0 | 1 | 100101 | 11011 | 111011 | 100001 | 111011 |
Color Harmonies of #BAB975
Complementary color
Monochromatic Colors of #BAB975
Black with #BAB975
Text Example
Text Example
White with #BAB975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB975; }
p { color: rgb(186,185,117); }
H1.HeaderClassName
{
color: #BAB975;
}
.AnyTagClassName
{
color: #BAB975;
}
</style>
background-color css
<style>
a { background-color: #BAB975; }
a { background-color: rgb(186,185,117); }
div.DivClassName
{
background-color: #BAB975;
}
.BgClassName
{
background-color: #BAB975;
}
</style>
border-color css
<style>
span { border-color: #BAB975; }
span { border-color: rgb(186,185,117); }
td.TdClassName
{
border-color: #BAB975;
}
.TagClassName
{
border-color: #BAB975;
}
</style>