Shades of Dark Khaki #BAB270
Tints of Dark Khaki #BAB270
RGB
CMYK
RGB Variations
Color information
#BAB270 (or 0xBAB270) is known color: Dark Khaki. HEX triplet: BA, B2 and 70. RGB value is (186,178,112). Sum of RGB (Red+Green+Blue) = 186+178+112=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB270 is #454D8F. Grayscale: #ADADAD. Windows color (decimal): -4541840 or 7385786. OLE color: 7385786.
HSL color Cylindrical-coordinate representation of color #BAB270: hue angle of 53.51º 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 #BAB270 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 112 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.27 |
| HSL | 53.51º | 0.35% | 0.58% | - |
| HSV(B) | 53.51º | 0.4% | 0.73% | - |
| XYZ | 39.09 | 43.45 | 21.66 | - |
| YUV | 172.87 | 93.65 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 112 | 0 | 0.04 | 0.40 | 0.27 | 53.51 | 0.35 | 0.58 |
| Hex | BA | B2 | 70 | 0 | 4 | 28 | 1B | 36 | 23 | 3A |
| Octal | 272 | 262 | 160 | 0 | 4 | 50 | 33 | 66 | 43 | 72 |
| Binary | 10111010 | 10110010 | 1110000 | 0 | 100 | 101000 | 11011 | 110110 | 100011 | 111010 |
Color Harmonies of #BAB270
Complementary color
Monochromatic Colors of #BAB270
Black with #BAB270
Text Example
Text Example
White with #BAB270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB270; }
p { color: rgb(186,178,112); }
H1.HeaderClassName
{
color: #BAB270;
}
.AnyTagClassName
{
color: #BAB270;
}
</style>
background-color css
<style>
a { background-color: #BAB270; }
a { background-color: rgb(186,178,112); }
div.DivClassName
{
background-color: #BAB270;
}
.BgClassName
{
background-color: #BAB270;
}
</style>
border-color css
<style>
span { border-color: #BAB270; }
span { border-color: rgb(186,178,112); }
td.TdClassName
{
border-color: #BAB270;
}
.TagClassName
{
border-color: #BAB270;
}
</style>