Shades of Dark Khaki #BAB972
Tints of Dark Khaki #BAB972
RGB
CMYK
RGB Variations
Color information
#BAB972 (or 0xBAB972) is known color: Dark Khaki. HEX triplet: BA, B9 and 72. RGB value is (186,185,114). Sum of RGB (Red+Green+Blue) = 186+185+114=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB972 is #45468D. Grayscale: #B1B1B1. Windows color (decimal): -4540046 or 7518650. OLE color: 7518650.
HSL color Cylindrical-coordinate representation of color #BAB972: hue angle of 59.17º degrees, saturation: 0.34, 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 #BAB972 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 185 | 114 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.27 |
| HSL | 59.17º | 0.34% | 0.59% | - |
| HSV(B) | 59.17º | 0.39% | 0.73% | - |
| XYZ | 40.64 | 46.35 | 22.72 | - |
| YUV | 177.21 | 92.33 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 114 | 0 | 0.01 | 0.39 | 0.27 | 59.17 | 0.34 | 0.59 |
| Hex | BA | B9 | 72 | 0 | 1 | 27 | 1B | 3B | 22 | 3B |
| Octal | 272 | 271 | 162 | 0 | 1 | 47 | 33 | 73 | 42 | 73 |
| Binary | 10111010 | 10111001 | 1110010 | 0 | 1 | 100111 | 11011 | 111011 | 100010 | 111011 |
Color Harmonies of #BAB972
Complementary color
Monochromatic Colors of #BAB972
Black with #BAB972
Text Example
Text Example
White with #BAB972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB972; }
p { color: rgb(186,185,114); }
H1.HeaderClassName
{
color: #BAB972;
}
.AnyTagClassName
{
color: #BAB972;
}
</style>
background-color css
<style>
a { background-color: #BAB972; }
a { background-color: rgb(186,185,114); }
div.DivClassName
{
background-color: #BAB972;
}
.BgClassName
{
background-color: #BAB972;
}
</style>
border-color css
<style>
span { border-color: #BAB972; }
span { border-color: rgb(186,185,114); }
td.TdClassName
{
border-color: #BAB972;
}
.TagClassName
{
border-color: #BAB972;
}
</style>