Shades of Fallow #BAA470
Tints of Fallow #BAA470
RGB
CMYK
RGB Variations
Color information
#BAA470 (or 0xBAA470) is known color: Fallow. HEX triplet: BA, A4 and 70. RGB value is (186,164,112). Sum of RGB (Red+Green+Blue) = 186+164+112=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA470 is #455B8F. Grayscale: #A4A4A4. Windows color (decimal): -4545424 or 7382202. OLE color: 7382202.
HSL color Cylindrical-coordinate representation of color #BAA470: hue angle of 42.16º 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 #BAA470 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 164 | 112 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.27 |
| HSL | 42.16º | 0.35% | 0.58% | - |
| HSV(B) | 42.16º | 0.4% | 0.73% | - |
| XYZ | 36.45 | 38.16 | 20.77 | - |
| YUV | 164.65 | 98.29 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 164 | 112 | 0 | 0.12 | 0.40 | 0.27 | 42.16 | 0.35 | 0.58 |
| Hex | BA | A4 | 70 | 0 | C | 28 | 1B | 2A | 23 | 3A |
| Octal | 272 | 244 | 160 | 0 | 14 | 50 | 33 | 52 | 43 | 72 |
| Binary | 10111010 | 10100100 | 1110000 | 0 | 1100 | 101000 | 11011 | 101010 | 100011 | 111010 |
Color Harmonies of #BAA470
Complementary color
Monochromatic Colors of #BAA470
Black with #BAA470
Text Example
Text Example
White with #BAA470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA470; }
p { color: rgb(186,164,112); }
H1.HeaderClassName
{
color: #BAA470;
}
.AnyTagClassName
{
color: #BAA470;
}
</style>
background-color css
<style>
a { background-color: #BAA470; }
a { background-color: rgb(186,164,112); }
div.DivClassName
{
background-color: #BAA470;
}
.BgClassName
{
background-color: #BAA470;
}
</style>
border-color css
<style>
span { border-color: #BAA470; }
span { border-color: rgb(186,164,112); }
td.TdClassName
{
border-color: #BAA470;
}
.TagClassName
{
border-color: #BAA470;
}
</style>