Shades of Fallow #BAA078
Tints of Fallow #BAA078
RGB
CMYK
RGB Variations
Color information
#BAA078 (or 0xBAA078) is known color: Fallow. HEX triplet: BA, A0 and 78. RGB value is (186,160,120). Sum of RGB (Red+Green+Blue) = 186+160+120=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA078 is #455F87. Grayscale: #A3A3A3. Windows color (decimal): -4546440 or 7905466. OLE color: 7905466.
HSL color Cylindrical-coordinate representation of color #BAA078: hue angle of 36.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 #BAA078 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 160 | 120 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.27 |
| HSL | 36.36º | 0.32% | 0.6% | - |
| HSV(B) | 36.36º | 0.35% | 0.73% | - |
| XYZ | 36.21 | 36.94 | 22.99 | - |
| YUV | 163.21 | 103.61 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 120 | 0 | 0.14 | 0.35 | 0.27 | 36.36 | 0.32 | 0.6 |
| Hex | BA | A0 | 78 | 0 | E | 23 | 1B | 24 | 20 | 3C |
| Octal | 272 | 240 | 170 | 0 | 16 | 43 | 33 | 44 | 40 | 74 |
| Binary | 10111010 | 10100000 | 1111000 | 0 | 1110 | 100011 | 11011 | 100100 | 100000 | 111100 |
Color Harmonies of #BAA078
Complementary color
Monochromatic Colors of #BAA078
Black with #BAA078
Text Example
Text Example
White with #BAA078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA078; }
p { color: rgb(186,160,120); }
H1.HeaderClassName
{
color: #BAA078;
}
.AnyTagClassName
{
color: #BAA078;
}
</style>
background-color css
<style>
a { background-color: #BAA078; }
a { background-color: rgb(186,160,120); }
div.DivClassName
{
background-color: #BAA078;
}
.BgClassName
{
background-color: #BAA078;
}
</style>
border-color css
<style>
span { border-color: #BAA078; }
span { border-color: rgb(186,160,120); }
td.TdClassName
{
border-color: #BAA078;
}
.TagClassName
{
border-color: #BAA078;
}
</style>