Shades of Fallow #BAA075
Tints of Fallow #BAA075
RGB
CMYK
RGB Variations
Color information
#BAA075 (or 0xBAA075) is known color: Fallow. HEX triplet: BA, A0 and 75. RGB value is (186,160,117). Sum of RGB (Red+Green+Blue) = 186+160+117=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA075 is #455F8A. Grayscale: #A3A3A3. Windows color (decimal): -4546443 or 7708858. OLE color: 7708858.
HSL color Cylindrical-coordinate representation of color #BAA075: hue angle of 37.39º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAA075 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 160 | 117 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.27 |
| HSL | 37.39º | 0.33% | 0.59% | - |
| HSV(B) | 37.39º | 0.37% | 0.73% | - |
| XYZ | 36.03 | 36.87 | 22.05 | - |
| YUV | 162.87 | 102.11 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 117 | 0 | 0.14 | 0.37 | 0.27 | 37.39 | 0.33 | 0.59 |
| Hex | BA | A0 | 75 | 0 | E | 25 | 1B | 25 | 21 | 3B |
| Octal | 272 | 240 | 165 | 0 | 16 | 45 | 33 | 45 | 41 | 73 |
| Binary | 10111010 | 10100000 | 1110101 | 0 | 1110 | 100101 | 11011 | 100101 | 100001 | 111011 |
Color Harmonies of #BAA075
Complementary color
Monochromatic Colors of #BAA075
Black with #BAA075
Text Example
Text Example
White with #BAA075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA075; }
p { color: rgb(186,160,117); }
H1.HeaderClassName
{
color: #BAA075;
}
.AnyTagClassName
{
color: #BAA075;
}
</style>
background-color css
<style>
a { background-color: #BAA075; }
a { background-color: rgb(186,160,117); }
div.DivClassName
{
background-color: #BAA075;
}
.BgClassName
{
background-color: #BAA075;
}
</style>
border-color css
<style>
span { border-color: #BAA075; }
span { border-color: rgb(186,160,117); }
td.TdClassName
{
border-color: #BAA075;
}
.TagClassName
{
border-color: #BAA075;
}
</style>