Shades of Dark Khaki #BAB271
Tints of Dark Khaki #BAB271
RGB
CMYK
RGB Variations
Color information
#BAB271 (or 0xBAB271) is known color: Dark Khaki. HEX triplet: BA, B2 and 71. RGB value is (186,178,113). Sum of RGB (Red+Green+Blue) = 186+178+113=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB271 is #454D8E. Grayscale: #ADADAD. Windows color (decimal): -4541839 or 7451322. OLE color: 7451322.
HSL color Cylindrical-coordinate representation of color #BAB271: hue angle of 53.42º degrees, saturation: 0.35, 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 #BAB271 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 113 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.27 |
| HSL | 53.42º | 0.35% | 0.59% | - |
| HSV(B) | 53.42º | 0.39% | 0.73% | - |
| XYZ | 39.15 | 43.47 | 21.95 | - |
| YUV | 172.98 | 94.15 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 113 | 0 | 0.04 | 0.39 | 0.27 | 53.42 | 0.35 | 0.59 |
| Hex | BA | B2 | 71 | 0 | 4 | 27 | 1B | 35 | 23 | 3B |
| Octal | 272 | 262 | 161 | 0 | 4 | 47 | 33 | 65 | 43 | 73 |
| Binary | 10111010 | 10110010 | 1110001 | 0 | 100 | 100111 | 11011 | 110101 | 100011 | 111011 |
Color Harmonies of #BAB271
Complementary color
Monochromatic Colors of #BAB271
Black with #BAB271
Text Example
Text Example
White with #BAB271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB271; }
p { color: rgb(186,178,113); }
H1.HeaderClassName
{
color: #BAB271;
}
.AnyTagClassName
{
color: #BAB271;
}
</style>
background-color css
<style>
a { background-color: #BAB271; }
a { background-color: rgb(186,178,113); }
div.DivClassName
{
background-color: #BAB271;
}
.BgClassName
{
background-color: #BAB271;
}
</style>
border-color css
<style>
span { border-color: #BAB271; }
span { border-color: rgb(186,178,113); }
td.TdClassName
{
border-color: #BAB271;
}
.TagClassName
{
border-color: #BAB271;
}
</style>