Shades of Fallow #BA9974
Tints of Fallow #BA9974
RGB
CMYK
RGB Variations
Color information
#BA9974 (or 0xBA9974) is known color: Fallow. HEX triplet: BA, 99 and 74. RGB value is (186,153,116). Sum of RGB (Red+Green+Blue) = 186+153+116=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9974 is #45668B. Grayscale: #9E9E9E. Windows color (decimal): -4548236 or 7641530. OLE color: 7641530.
HSL color Cylindrical-coordinate representation of color #BA9974: hue angle of 31.71º 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 #BA9974 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 153 | 116 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.27 |
| HSL | 31.71º | 0.34% | 0.59% | - |
| HSV(B) | 31.71º | 0.38% | 0.73% | - |
| XYZ | 34.79 | 34.48 | 21.34 | - |
| YUV | 158.65 | 103.93 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 116 | 0 | 0.18 | 0.38 | 0.27 | 31.71 | 0.34 | 0.59 |
| Hex | BA | 99 | 74 | 0 | 12 | 26 | 1B | 20 | 22 | 3B |
| Octal | 272 | 231 | 164 | 0 | 22 | 46 | 33 | 40 | 42 | 73 |
| Binary | 10111010 | 10011001 | 1110100 | 0 | 10010 | 100110 | 11011 | 100000 | 100010 | 111011 |
Color Harmonies of #BA9974
Complementary color
Monochromatic Colors of #BA9974
Black with #BA9974
Text Example
Text Example
White with #BA9974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9974; }
p { color: rgb(186,153,116); }
H1.HeaderClassName
{
color: #BA9974;
}
.AnyTagClassName
{
color: #BA9974;
}
</style>
background-color css
<style>
a { background-color: #BA9974; }
a { background-color: rgb(186,153,116); }
div.DivClassName
{
background-color: #BA9974;
}
.BgClassName
{
background-color: #BA9974;
}
</style>
border-color css
<style>
span { border-color: #BA9974; }
span { border-color: rgb(186,153,116); }
td.TdClassName
{
border-color: #BA9974;
}
.TagClassName
{
border-color: #BA9974;
}
</style>