Shades of Fallow #BA9370
Tints of Fallow #BA9370
RGB
CMYK
RGB Variations
Color information
#BA9370 (or 0xBA9370) is known color: Fallow. HEX triplet: BA, 93 and 70. RGB value is (186,147,112). Sum of RGB (Red+Green+Blue) = 186+147+112=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9370 is #456C8F. Grayscale: #9A9A9A. Windows color (decimal): -4549776 or 7377850. OLE color: 7377850.
HSL color Cylindrical-coordinate representation of color #BA9370: hue angle of 28.38º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA9370 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 147 | 112 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.27 |
| HSL | 28.38º | 0.35% | 0.58% | - |
| HSV(B) | 28.38º | 0.4% | 0.73% | - |
| XYZ | 33.61 | 32.48 | 19.83 | - |
| YUV | 154.67 | 103.92 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 112 | 0 | 0.21 | 0.40 | 0.27 | 28.38 | 0.35 | 0.58 |
| Hex | BA | 93 | 70 | 0 | 15 | 28 | 1B | 1C | 23 | 3A |
| Octal | 272 | 223 | 160 | 0 | 25 | 50 | 33 | 34 | 43 | 72 |
| Binary | 10111010 | 10010011 | 1110000 | 0 | 10101 | 101000 | 11011 | 11100 | 100011 | 111010 |
Color Harmonies of #BA9370
Complementary color
Monochromatic Colors of #BA9370
Black with #BA9370
Text Example
Text Example
White with #BA9370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9370; }
p { color: rgb(186,147,112); }
H1.HeaderClassName
{
color: #BA9370;
}
.AnyTagClassName
{
color: #BA9370;
}
</style>
background-color css
<style>
a { background-color: #BA9370; }
a { background-color: rgb(186,147,112); }
div.DivClassName
{
background-color: #BA9370;
}
.BgClassName
{
background-color: #BA9370;
}
</style>
border-color css
<style>
span { border-color: #BA9370; }
span { border-color: rgb(186,147,112); }
td.TdClassName
{
border-color: #BA9370;
}
.TagClassName
{
border-color: #BA9370;
}
</style>