Shades of Fallow #BAA076
Tints of Fallow #BAA076
RGB
CMYK
RGB Variations
Color information
#BAA076 (or 0xBAA076) is known color: Fallow. HEX triplet: BA, A0 and 76. RGB value is (186,160,118). Sum of RGB (Red+Green+Blue) = 186+160+118=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 118 (46.48% from 255 or 25.43% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA076 is #455F89. Grayscale: #A3A3A3. Windows color (decimal): -4546442 or 7774394. OLE color: 7774394.
HSL color Cylindrical-coordinate representation of color #BAA076: hue angle of 37.06º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAA076 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 160 | 118 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.27 |
| HSL | 37.06º | 0.33% | 0.6% | - |
| HSV(B) | 37.06º | 0.37% | 0.73% | - |
| XYZ | 36.09 | 36.89 | 22.36 | - |
| YUV | 162.99 | 102.61 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 118 | 0 | 0.14 | 0.37 | 0.27 | 37.06 | 0.33 | 0.6 |
| Hex | BA | A0 | 76 | 0 | E | 25 | 1B | 25 | 21 | 3C |
| Octal | 272 | 240 | 166 | 0 | 16 | 45 | 33 | 45 | 41 | 74 |
| Binary | 10111010 | 10100000 | 1110110 | 0 | 1110 | 100101 | 11011 | 100101 | 100001 | 111100 |
Color Harmonies of #BAA076
Complementary color
Monochromatic Colors of #BAA076
Black with #BAA076
Text Example
Text Example
White with #BAA076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA076; }
p { color: rgb(186,160,118); }
H1.HeaderClassName
{
color: #BAA076;
}
.AnyTagClassName
{
color: #BAA076;
}
</style>
background-color css
<style>
a { background-color: #BAA076; }
a { background-color: rgb(186,160,118); }
div.DivClassName
{
background-color: #BAA076;
}
.BgClassName
{
background-color: #BAA076;
}
</style>
border-color css
<style>
span { border-color: #BAA076; }
span { border-color: rgb(186,160,118); }
td.TdClassName
{
border-color: #BAA076;
}
.TagClassName
{
border-color: #BAA076;
}
</style>