Shades of Dark Khaki #BAB070
Tints of Dark Khaki #BAB070
RGB
CMYK
RGB Variations
Color information
#BAB070 (or 0xBAB070) is known color: Dark Khaki. HEX triplet: BA, B0 and 70. RGB value is (186,176,112). Sum of RGB (Red+Green+Blue) = 186+176+112=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB070 is #454F8F. Grayscale: #ABABAB. Windows color (decimal): -4542352 or 7385274. OLE color: 7385274.
HSL color Cylindrical-coordinate representation of color #BAB070: hue angle of 51.89º 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 #BAB070 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 176 | 112 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.27 |
| HSL | 51.89º | 0.35% | 0.58% | - |
| HSV(B) | 51.89º | 0.4% | 0.73% | - |
| XYZ | 38.7 | 42.66 | 21.52 | - |
| YUV | 171.69 | 94.31 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 112 | 0 | 0.05 | 0.40 | 0.27 | 51.89 | 0.35 | 0.58 |
| Hex | BA | B0 | 70 | 0 | 5 | 28 | 1B | 34 | 23 | 3A |
| Octal | 272 | 260 | 160 | 0 | 5 | 50 | 33 | 64 | 43 | 72 |
| Binary | 10111010 | 10110000 | 1110000 | 0 | 101 | 101000 | 11011 | 110100 | 100011 | 111010 |
Color Harmonies of #BAB070
Complementary color
Monochromatic Colors of #BAB070
Black with #BAB070
Text Example
Text Example
White with #BAB070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB070; }
p { color: rgb(186,176,112); }
H1.HeaderClassName
{
color: #BAB070;
}
.AnyTagClassName
{
color: #BAB070;
}
</style>
background-color css
<style>
a { background-color: #BAB070; }
a { background-color: rgb(186,176,112); }
div.DivClassName
{
background-color: #BAB070;
}
.BgClassName
{
background-color: #BAB070;
}
</style>
border-color css
<style>
span { border-color: #BAB070; }
span { border-color: rgb(186,176,112); }
td.TdClassName
{
border-color: #BAB070;
}
.TagClassName
{
border-color: #BAB070;
}
</style>