Shades of Fallow #BA9972
Tints of Fallow #BA9972
RGB
CMYK
RGB Variations
Color information
#BA9972 (or 0xBA9972) is known color: Fallow. HEX triplet: BA, 99 and 72. RGB value is (186,153,114). Sum of RGB (Red+Green+Blue) = 186+153+114=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9972 is #45668D. Grayscale: #9E9E9E. Windows color (decimal): -4548238 or 7510458. OLE color: 7510458.
HSL color Cylindrical-coordinate representation of color #BA9972: hue angle of 32.5º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA9972 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 153 | 114 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.27 |
| HSL | 32.5º | 0.34% | 0.59% | - |
| HSV(B) | 32.5º | 0.39% | 0.73% | - |
| XYZ | 34.68 | 34.44 | 20.74 | - |
| YUV | 158.42 | 102.93 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 114 | 0 | 0.18 | 0.39 | 0.27 | 32.5 | 0.34 | 0.59 |
| Hex | BA | 99 | 72 | 0 | 12 | 27 | 1B | 20 | 22 | 3B |
| Octal | 272 | 231 | 162 | 0 | 22 | 47 | 33 | 40 | 42 | 73 |
| Binary | 10111010 | 10011001 | 1110010 | 0 | 10010 | 100111 | 11011 | 100000 | 100010 | 111011 |
Color Harmonies of #BA9972
Complementary color
Monochromatic Colors of #BA9972
Black with #BA9972
Text Example
Text Example
White with #BA9972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9972; }
p { color: rgb(186,153,114); }
H1.HeaderClassName
{
color: #BA9972;
}
.AnyTagClassName
{
color: #BA9972;
}
</style>
background-color css
<style>
a { background-color: #BA9972; }
a { background-color: rgb(186,153,114); }
div.DivClassName
{
background-color: #BA9972;
}
.BgClassName
{
background-color: #BA9972;
}
</style>
border-color css
<style>
span { border-color: #BA9972; }
span { border-color: rgb(186,153,114); }
td.TdClassName
{
border-color: #BA9972;
}
.TagClassName
{
border-color: #BA9972;
}
</style>