Shades of Dark Khaki #BAB16F
Tints of Dark Khaki #BAB16F
RGB
CMYK
RGB Variations
Color information
#BAB16F (or 0xBAB16F) is known color: Dark Khaki. HEX triplet: BA, B1 and 6F. RGB value is (186,177,111). Sum of RGB (Red+Green+Blue) = 186+177+111=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 111 (43.75% from 255 or 23.42% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB16F is #454E90. Grayscale: #ACACAC. Windows color (decimal): -4542097 or 7319994. OLE color: 7319994.
HSL color Cylindrical-coordinate representation of color #BAB16F: hue angle of 52.8º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAB16F is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 177 | 111 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.27 |
| HSL | 52.8º | 0.35% | 0.58% | - |
| HSV(B) | 52.8º | 0.4% | 0.73% | - |
| XYZ | 38.84 | 43.03 | 21.3 | - |
| YUV | 172.17 | 93.48 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 177 | 111 | 0 | 0.05 | 0.40 | 0.27 | 52.8 | 0.35 | 0.58 |
| Hex | BA | B1 | 6F | 0 | 5 | 28 | 1B | 35 | 23 | 3A |
| Octal | 272 | 261 | 157 | 0 | 5 | 50 | 33 | 65 | 43 | 72 |
| Binary | 10111010 | 10110001 | 1101111 | 0 | 101 | 101000 | 11011 | 110101 | 100011 | 111010 |
Color Harmonies of #BAB16F
Complementary color
Monochromatic Colors of #BAB16F
Black with #BAB16F
Text Example
Text Example
White with #BAB16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB16F; }
p { color: rgb(186,177,111); }
H1.HeaderClassName
{
color: #BAB16F;
}
.AnyTagClassName
{
color: #BAB16F;
}
</style>
background-color css
<style>
a { background-color: #BAB16F; }
a { background-color: rgb(186,177,111); }
div.DivClassName
{
background-color: #BAB16F;
}
.BgClassName
{
background-color: #BAB16F;
}
</style>
border-color css
<style>
span { border-color: #BAB16F; }
span { border-color: rgb(186,177,111); }
td.TdClassName
{
border-color: #BAB16F;
}
.TagClassName
{
border-color: #BAB16F;
}
</style>