Shades of Fallow #BAA070
Tints of Fallow #BAA070
RGB
CMYK
RGB Variations
Color information
#BAA070 (or 0xBAA070) is known color: Fallow. HEX triplet: BA, A0 and 70. RGB value is (186,160,112). Sum of RGB (Red+Green+Blue) = 186+160+112=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA070 is #455F8F. Grayscale: #A2A2A2. Windows color (decimal): -4546448 or 7381178. OLE color: 7381178.
HSL color Cylindrical-coordinate representation of color #BAA070: hue angle of 38.92º 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 #BAA070 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 160 | 112 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.27 |
| HSL | 38.92º | 0.35% | 0.58% | - |
| HSV(B) | 38.92º | 0.4% | 0.73% | - |
| XYZ | 35.75 | 36.75 | 20.54 | - |
| YUV | 162.3 | 99.61 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 112 | 0 | 0.14 | 0.40 | 0.27 | 38.92 | 0.35 | 0.58 |
| Hex | BA | A0 | 70 | 0 | E | 28 | 1B | 27 | 23 | 3A |
| Octal | 272 | 240 | 160 | 0 | 16 | 50 | 33 | 47 | 43 | 72 |
| Binary | 10111010 | 10100000 | 1110000 | 0 | 1110 | 101000 | 11011 | 100111 | 100011 | 111010 |
Color Harmonies of #BAA070
Complementary color
Monochromatic Colors of #BAA070
Black with #BAA070
Text Example
Text Example
White with #BAA070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA070; }
p { color: rgb(186,160,112); }
H1.HeaderClassName
{
color: #BAA070;
}
.AnyTagClassName
{
color: #BAA070;
}
</style>
background-color css
<style>
a { background-color: #BAA070; }
a { background-color: rgb(186,160,112); }
div.DivClassName
{
background-color: #BAA070;
}
.BgClassName
{
background-color: #BAA070;
}
</style>
border-color css
<style>
span { border-color: #BAA070; }
span { border-color: rgb(186,160,112); }
td.TdClassName
{
border-color: #BAA070;
}
.TagClassName
{
border-color: #BAA070;
}
</style>