Shades of Dark Khaki #BAB573
Tints of Dark Khaki #BAB573
RGB
CMYK
RGB Variations
Color information
#BAB573 (or 0xBAB573) is known color: Dark Khaki. HEX triplet: BA, B5 and 73. RGB value is (186,181,115). Sum of RGB (Red+Green+Blue) = 186+181+115=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 181 (71.09% from 255 or 37.55% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB573 is #454A8C. Grayscale: #AFAFAF. Windows color (decimal): -4541069 or 7583162. OLE color: 7583162.
HSL color Cylindrical-coordinate representation of color #BAB573: hue angle of 55.77º 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 #BAB573 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 181 | 115 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.27 |
| HSL | 55.77º | 0.34% | 0.59% | - |
| HSV(B) | 55.77º | 0.38% | 0.73% | - |
| XYZ | 39.87 | 44.72 | 22.75 | - |
| YUV | 174.97 | 94.16 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 115 | 0 | 0.03 | 0.38 | 0.27 | 55.77 | 0.34 | 0.59 |
| Hex | BA | B5 | 73 | 0 | 3 | 26 | 1B | 38 | 22 | 3B |
| Octal | 272 | 265 | 163 | 0 | 3 | 46 | 33 | 70 | 42 | 73 |
| Binary | 10111010 | 10110101 | 1110011 | 0 | 11 | 100110 | 11011 | 111000 | 100010 | 111011 |
Color Harmonies of #BAB573
Complementary color
Monochromatic Colors of #BAB573
Black with #BAB573
Text Example
Text Example
White with #BAB573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB573; }
p { color: rgb(186,181,115); }
H1.HeaderClassName
{
color: #BAB573;
}
.AnyTagClassName
{
color: #BAB573;
}
</style>
background-color css
<style>
a { background-color: #BAB573; }
a { background-color: rgb(186,181,115); }
div.DivClassName
{
background-color: #BAB573;
}
.BgClassName
{
background-color: #BAB573;
}
</style>
border-color css
<style>
span { border-color: #BAB573; }
span { border-color: rgb(186,181,115); }
td.TdClassName
{
border-color: #BAB573;
}
.TagClassName
{
border-color: #BAB573;
}
</style>