Shades of Dark Khaki #BAB373
Tints of Dark Khaki #BAB373
RGB
CMYK
RGB Variations
Color information
#BAB373 (or 0xBAB373) is known color: Dark Khaki. HEX triplet: BA, B3 and 73. RGB value is (186,179,115). Sum of RGB (Red+Green+Blue) = 186+179+115=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 179 (70.31% from 255 or 37.29% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB373 is #454C8C. Grayscale: #AEAEAE. Windows color (decimal): -4541581 or 7582650. OLE color: 7582650.
HSL color Cylindrical-coordinate representation of color #BAB373: hue angle of 54.08º 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 #BAB373 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 179 | 115 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.27 |
| HSL | 54.08º | 0.34% | 0.59% | - |
| HSV(B) | 54.08º | 0.38% | 0.73% | - |
| XYZ | 39.46 | 43.92 | 22.62 | - |
| YUV | 173.8 | 94.82 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 115 | 0 | 0.04 | 0.38 | 0.27 | 54.08 | 0.34 | 0.59 |
| Hex | BA | B3 | 73 | 0 | 4 | 26 | 1B | 36 | 22 | 3B |
| Octal | 272 | 263 | 163 | 0 | 4 | 46 | 33 | 66 | 42 | 73 |
| Binary | 10111010 | 10110011 | 1110011 | 0 | 100 | 100110 | 11011 | 110110 | 100010 | 111011 |
Color Harmonies of #BAB373
Complementary color
Monochromatic Colors of #BAB373
Black with #BAB373
Text Example
Text Example
White with #BAB373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB373; }
p { color: rgb(186,179,115); }
H1.HeaderClassName
{
color: #BAB373;
}
.AnyTagClassName
{
color: #BAB373;
}
</style>
background-color css
<style>
a { background-color: #BAB373; }
a { background-color: rgb(186,179,115); }
div.DivClassName
{
background-color: #BAB373;
}
.BgClassName
{
background-color: #BAB373;
}
</style>
border-color css
<style>
span { border-color: #BAB373; }
span { border-color: rgb(186,179,115); }
td.TdClassName
{
border-color: #BAB373;
}
.TagClassName
{
border-color: #BAB373;
}
</style>