Shades of Dark Khaki #BAB773
Tints of Dark Khaki #BAB773
RGB
CMYK
RGB Variations
Color information
#BAB773 (or 0xBAB773) is known color: Dark Khaki. HEX triplet: BA, B7 and 73. RGB value is (186,183,115). Sum of RGB (Red+Green+Blue) = 186+183+115=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 183 (71.88% from 255 or 37.81% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB773 is #45488C. Grayscale: #B0B0B0. Windows color (decimal): -4540557 or 7583674. OLE color: 7583674.
HSL color Cylindrical-coordinate representation of color #BAB773: hue angle of 57.46º 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 #BAB773 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 115 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.27 |
| HSL | 57.46º | 0.34% | 0.59% | - |
| HSV(B) | 57.46º | 0.38% | 0.73% | - |
| XYZ | 40.28 | 45.54 | 22.89 | - |
| YUV | 176.15 | 93.49 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 115 | 0 | 0.02 | 0.38 | 0.27 | 57.46 | 0.34 | 0.59 |
| Hex | BA | B7 | 73 | 0 | 2 | 26 | 1B | 39 | 22 | 3B |
| Octal | 272 | 267 | 163 | 0 | 2 | 46 | 33 | 71 | 42 | 73 |
| Binary | 10111010 | 10110111 | 1110011 | 0 | 10 | 100110 | 11011 | 111001 | 100010 | 111011 |
Color Harmonies of #BAB773
Complementary color
Monochromatic Colors of #BAB773
Black with #BAB773
Text Example
Text Example
White with #BAB773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB773; }
p { color: rgb(186,183,115); }
H1.HeaderClassName
{
color: #BAB773;
}
.AnyTagClassName
{
color: #BAB773;
}
</style>
background-color css
<style>
a { background-color: #BAB773; }
a { background-color: rgb(186,183,115); }
div.DivClassName
{
background-color: #BAB773;
}
.BgClassName
{
background-color: #BAB773;
}
</style>
border-color css
<style>
span { border-color: #BAB773; }
span { border-color: rgb(186,183,115); }
td.TdClassName
{
border-color: #BAB773;
}
.TagClassName
{
border-color: #BAB773;
}
</style>