Shades of Dark Khaki #BAB870
Tints of Dark Khaki #BAB870
RGB
CMYK
RGB Variations
Color information
#BAB870 (or 0xBAB870) is known color: Dark Khaki. HEX triplet: BA, B8 and 70. RGB value is (186,184,112). Sum of RGB (Red+Green+Blue) = 186+184+112=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB870 is #45478F. Grayscale: #B0B0B0. Windows color (decimal): -4540304 or 7387322. OLE color: 7387322.
HSL color Cylindrical-coordinate representation of color #BAB870: hue angle of 58.38º 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 #BAB870 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 112 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.27 |
| HSL | 58.38º | 0.35% | 0.58% | - |
| HSV(B) | 58.38º | 0.4% | 0.73% | - |
| XYZ | 40.31 | 45.89 | 22.06 | - |
| YUV | 176.39 | 91.66 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 112 | 0 | 0.01 | 0.40 | 0.27 | 58.38 | 0.35 | 0.58 |
| Hex | BA | B8 | 70 | 0 | 1 | 28 | 1B | 3A | 23 | 3A |
| Octal | 272 | 270 | 160 | 0 | 1 | 50 | 33 | 72 | 43 | 72 |
| Binary | 10111010 | 10111000 | 1110000 | 0 | 1 | 101000 | 11011 | 111010 | 100011 | 111010 |
Color Harmonies of #BAB870
Complementary color
Monochromatic Colors of #BAB870
Black with #BAB870
Text Example
Text Example
White with #BAB870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB870; }
p { color: rgb(186,184,112); }
H1.HeaderClassName
{
color: #BAB870;
}
.AnyTagClassName
{
color: #BAB870;
}
</style>
background-color css
<style>
a { background-color: #BAB870; }
a { background-color: rgb(186,184,112); }
div.DivClassName
{
background-color: #BAB870;
}
.BgClassName
{
background-color: #BAB870;
}
</style>
border-color css
<style>
span { border-color: #BAB870; }
span { border-color: rgb(186,184,112); }
td.TdClassName
{
border-color: #BAB870;
}
.TagClassName
{
border-color: #BAB870;
}
</style>