Shades of Dark Khaki #BAB374
Tints of Dark Khaki #BAB374
RGB
CMYK
RGB Variations
Color information
#BAB374 (or 0xBAB374) is known color: Dark Khaki. HEX triplet: BA, B3 and 74. RGB value is (186,179,116). Sum of RGB (Red+Green+Blue) = 186+179+116=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB374 is #454C8B. Grayscale: #AEAEAE. Windows color (decimal): -4541580 or 7648186. OLE color: 7648186.
HSL color Cylindrical-coordinate representation of color #BAB374: hue angle of 54º 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 #BAB374 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 179 | 116 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.27 |
| HSL | 54º | 0.34% | 0.59% | - |
| HSV(B) | 54º | 0.38% | 0.73% | - |
| XYZ | 39.52 | 43.94 | 22.92 | - |
| YUV | 173.91 | 95.32 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 116 | 0 | 0.04 | 0.38 | 0.27 | 54 | 0.34 | 0.59 |
| Hex | BA | B3 | 74 | 0 | 4 | 26 | 1B | 36 | 22 | 3B |
| Octal | 272 | 263 | 164 | 0 | 4 | 46 | 33 | 66 | 42 | 73 |
| Binary | 10111010 | 10110011 | 1110100 | 0 | 100 | 100110 | 11011 | 110110 | 100010 | 111011 |
Color Harmonies of #BAB374
Complementary color
Monochromatic Colors of #BAB374
Black with #BAB374
Text Example
Text Example
White with #BAB374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB374; }
p { color: rgb(186,179,116); }
H1.HeaderClassName
{
color: #BAB374;
}
.AnyTagClassName
{
color: #BAB374;
}
</style>
background-color css
<style>
a { background-color: #BAB374; }
a { background-color: rgb(186,179,116); }
div.DivClassName
{
background-color: #BAB374;
}
.BgClassName
{
background-color: #BAB374;
}
</style>
border-color css
<style>
span { border-color: #BAB374; }
span { border-color: rgb(186,179,116); }
td.TdClassName
{
border-color: #BAB374;
}
.TagClassName
{
border-color: #BAB374;
}
</style>