Shades of Dark Khaki #BAB273
Tints of Dark Khaki #BAB273
RGB
CMYK
RGB Variations
Color information
#BAB273 (or 0xBAB273) is known color: Dark Khaki. HEX triplet: BA, B2 and 73. RGB value is (186,178,115). Sum of RGB (Red+Green+Blue) = 186+178+115=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 178 (69.92% from 255 or 37.16% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB273 is #454D8C. Grayscale: #ADADAD. Windows color (decimal): -4541837 or 7582394. OLE color: 7582394.
HSL color Cylindrical-coordinate representation of color #BAB273: hue angle of 53.24º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAB273 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 115 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.27 |
| HSL | 53.24º | 0.34% | 0.59% | - |
| HSV(B) | 53.24º | 0.38% | 0.73% | - |
| XYZ | 39.26 | 43.52 | 22.55 | - |
| YUV | 173.21 | 95.15 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 115 | 0 | 0.04 | 0.38 | 0.27 | 53.24 | 0.34 | 0.59 |
| Hex | BA | B2 | 73 | 0 | 4 | 26 | 1B | 35 | 22 | 3B |
| Octal | 272 | 262 | 163 | 0 | 4 | 46 | 33 | 65 | 42 | 73 |
| Binary | 10111010 | 10110010 | 1110011 | 0 | 100 | 100110 | 11011 | 110101 | 100010 | 111011 |
Color Harmonies of #BAB273
Complementary color
Monochromatic Colors of #BAB273
Black with #BAB273
Text Example
Text Example
White with #BAB273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB273; }
p { color: rgb(186,178,115); }
H1.HeaderClassName
{
color: #BAB273;
}
.AnyTagClassName
{
color: #BAB273;
}
</style>
background-color css
<style>
a { background-color: #BAB273; }
a { background-color: rgb(186,178,115); }
div.DivClassName
{
background-color: #BAB273;
}
.BgClassName
{
background-color: #BAB273;
}
</style>
border-color css
<style>
span { border-color: #BAB273; }
span { border-color: rgb(186,178,115); }
td.TdClassName
{
border-color: #BAB273;
}
.TagClassName
{
border-color: #BAB273;
}
</style>