Shades of Fallow #BA9170
Tints of Fallow #BA9170
RGB
CMYK
RGB Variations
Color information
#BA9170 (or 0xBA9170) is known color: Fallow. HEX triplet: BA, 91 and 70. RGB value is (186,145,112). Sum of RGB (Red+Green+Blue) = 186+145+112=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9170 is #456E8F. Grayscale: #999999. Windows color (decimal): -4550288 or 7377338. OLE color: 7377338.
HSL color Cylindrical-coordinate representation of color #BA9170: hue angle of 26.76º 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 #BA9170 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 145 | 112 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.27 |
| HSL | 26.76º | 0.35% | 0.58% | - |
| HSV(B) | 26.76º | 0.4% | 0.73% | - |
| XYZ | 33.3 | 31.86 | 19.72 | - |
| YUV | 153.5 | 104.58 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 112 | 0 | 0.22 | 0.40 | 0.27 | 26.76 | 0.35 | 0.58 |
| Hex | BA | 91 | 70 | 0 | 16 | 28 | 1B | 1B | 23 | 3A |
| Octal | 272 | 221 | 160 | 0 | 26 | 50 | 33 | 33 | 43 | 72 |
| Binary | 10111010 | 10010001 | 1110000 | 0 | 10110 | 101000 | 11011 | 11011 | 100011 | 111010 |
Color Harmonies of #BA9170
Complementary color
Monochromatic Colors of #BA9170
Black with #BA9170
Text Example
Text Example
White with #BA9170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9170; }
p { color: rgb(186,145,112); }
H1.HeaderClassName
{
color: #BA9170;
}
.AnyTagClassName
{
color: #BA9170;
}
</style>
background-color css
<style>
a { background-color: #BA9170; }
a { background-color: rgb(186,145,112); }
div.DivClassName
{
background-color: #BA9170;
}
.BgClassName
{
background-color: #BA9170;
}
</style>
border-color css
<style>
span { border-color: #BA9170; }
span { border-color: rgb(186,145,112); }
td.TdClassName
{
border-color: #BA9170;
}
.TagClassName
{
border-color: #BA9170;
}
</style>