Shades of Dark Khaki #BAB173
Tints of Dark Khaki #BAB173
RGB
CMYK
RGB Variations
Color information
#BAB173 (or 0xBAB173) is known color: Dark Khaki. HEX triplet: BA, B1 and 73. RGB value is (186,177,115). Sum of RGB (Red+Green+Blue) = 186+177+115=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB173 is #454E8C. Grayscale: #ACACAC. Windows color (decimal): -4542093 or 7582138. OLE color: 7582138.
HSL color Cylindrical-coordinate representation of color #BAB173: hue angle of 52.39º 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 #BAB173 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 177 | 115 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.27 |
| HSL | 52.39º | 0.34% | 0.59% | - |
| HSV(B) | 52.39º | 0.38% | 0.73% | - |
| XYZ | 39.07 | 43.12 | 22.48 | - |
| YUV | 172.62 | 95.48 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 177 | 115 | 0 | 0.05 | 0.38 | 0.27 | 52.39 | 0.34 | 0.59 |
| Hex | BA | B1 | 73 | 0 | 5 | 26 | 1B | 34 | 22 | 3B |
| Octal | 272 | 261 | 163 | 0 | 5 | 46 | 33 | 64 | 42 | 73 |
| Binary | 10111010 | 10110001 | 1110011 | 0 | 101 | 100110 | 11011 | 110100 | 100010 | 111011 |
Color Harmonies of #BAB173
Complementary color
Monochromatic Colors of #BAB173
Black with #BAB173
Text Example
Text Example
White with #BAB173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB173; }
p { color: rgb(186,177,115); }
H1.HeaderClassName
{
color: #BAB173;
}
.AnyTagClassName
{
color: #BAB173;
}
</style>
background-color css
<style>
a { background-color: #BAB173; }
a { background-color: rgb(186,177,115); }
div.DivClassName
{
background-color: #BAB173;
}
.BgClassName
{
background-color: #BAB173;
}
</style>
border-color css
<style>
span { border-color: #BAB173; }
span { border-color: rgb(186,177,115); }
td.TdClassName
{
border-color: #BAB173;
}
.TagClassName
{
border-color: #BAB173;
}
</style>