Shades of Fallow #BAA079
Tints of Fallow #BAA079
RGB
CMYK
RGB Variations
Color information
#BAA079 (or 0xBAA079) is known color: Fallow. HEX triplet: BA, A0 and 79. RGB value is (186,160,121). Sum of RGB (Red+Green+Blue) = 186+160+121=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 121 (47.66% from 255 or 25.91% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA079 is #455F86. Grayscale: #A3A3A3. Windows color (decimal): -4546439 or 7971002. OLE color: 7971002.
HSL color Cylindrical-coordinate representation of color #BAA079: hue angle of 36º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAA079 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 160 | 121 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.27 |
| HSL | 36º | 0.32% | 0.6% | - |
| HSV(B) | 36º | 0.35% | 0.73% | - |
| XYZ | 36.27 | 36.96 | 23.31 | - |
| YUV | 163.33 | 104.11 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 121 | 0 | 0.14 | 0.35 | 0.27 | 36 | 0.32 | 0.6 |
| Hex | BA | A0 | 79 | 0 | E | 23 | 1B | 24 | 20 | 3C |
| Octal | 272 | 240 | 171 | 0 | 16 | 43 | 33 | 44 | 40 | 74 |
| Binary | 10111010 | 10100000 | 1111001 | 0 | 1110 | 100011 | 11011 | 100100 | 100000 | 111100 |
Color Harmonies of #BAA079
Complementary color
Monochromatic Colors of #BAA079
Black with #BAA079
Text Example
Text Example
White with #BAA079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA079; }
p { color: rgb(186,160,121); }
H1.HeaderClassName
{
color: #BAA079;
}
.AnyTagClassName
{
color: #BAA079;
}
</style>
background-color css
<style>
a { background-color: #BAA079; }
a { background-color: rgb(186,160,121); }
div.DivClassName
{
background-color: #BAA079;
}
.BgClassName
{
background-color: #BAA079;
}
</style>
border-color css
<style>
span { border-color: #BAA079; }
span { border-color: rgb(186,160,121); }
td.TdClassName
{
border-color: #BAA079;
}
.TagClassName
{
border-color: #BAA079;
}
</style>