Shades of Dark Khaki #BABA74
Tints of Dark Khaki #BABA74
RGB
CMYK
RGB Variations
Color information
#BABA74 (or 0xBABA74) is known color: Dark Khaki. HEX triplet: BA, BA and 74. RGB value is (186,186,116). Sum of RGB (Red+Green+Blue) = 186+186+116=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABA74 is #45458B. Grayscale: #B2B2B2. Windows color (decimal): -4539788 or 7649978. OLE color: 7649978.
HSL color Cylindrical-coordinate representation of color #BABA74: hue angle of 60º 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 #BABA74 is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 186 | 116 | - |
| CMYK | 0 | 0 | 0.38 | 0.27 |
| HSL | 60º | 0.34% | 0.59% | - |
| HSV(B) | 60º | 0.38% | 0.73% | - |
| XYZ | 40.96 | 46.82 | 23.4 | - |
| YUV | 178.02 | 93 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 116 | 0 | 0 | 0.38 | 0.27 | 60 | 0.34 | 0.59 |
| Hex | BA | BA | 74 | 0 | 0 | 26 | 1B | 3C | 22 | 3B |
| Octal | 272 | 272 | 164 | 0 | 0 | 46 | 33 | 74 | 42 | 73 |
| Binary | 10111010 | 10111010 | 1110100 | 0 | 0 | 100110 | 11011 | 111100 | 100010 | 111011 |
Color Harmonies of #BABA74
Complementary color
Monochromatic Colors of #BABA74
Black with #BABA74
Text Example
Text Example
White with #BABA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABA74; }
p { color: rgb(186,186,116); }
H1.HeaderClassName
{
color: #BABA74;
}
.AnyTagClassName
{
color: #BABA74;
}
</style>
background-color css
<style>
a { background-color: #BABA74; }
a { background-color: rgb(186,186,116); }
div.DivClassName
{
background-color: #BABA74;
}
.BgClassName
{
background-color: #BABA74;
}
</style>
border-color css
<style>
span { border-color: #BABA74; }
span { border-color: rgb(186,186,116); }
td.TdClassName
{
border-color: #BABA74;
}
.TagClassName
{
border-color: #BABA74;
}
</style>