Shades of Fallow #BA9771
Tints of Fallow #BA9771
RGB
CMYK
RGB Variations
Color information
#BA9771 (or 0xBA9771) is known color: Fallow. HEX triplet: BA, 97 and 71. RGB value is (186,151,113). Sum of RGB (Red+Green+Blue) = 186+151+113=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9771 is #45688E. Grayscale: #9D9D9D. Windows color (decimal): -4548751 or 7444410. OLE color: 7444410.
HSL color Cylindrical-coordinate representation of color #BA9771: hue angle of 31.23º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA9771 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 151 | 113 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.27 |
| HSL | 31.23º | 0.35% | 0.59% | - |
| HSV(B) | 31.23º | 0.39% | 0.73% | - |
| XYZ | 34.3 | 33.76 | 20.33 | - |
| YUV | 157.13 | 103.1 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 151 | 113 | 0 | 0.19 | 0.39 | 0.27 | 31.23 | 0.35 | 0.59 |
| Hex | BA | 97 | 71 | 0 | 13 | 27 | 1B | 1F | 23 | 3B |
| Octal | 272 | 227 | 161 | 0 | 23 | 47 | 33 | 37 | 43 | 73 |
| Binary | 10111010 | 10010111 | 1110001 | 0 | 10011 | 100111 | 11011 | 11111 | 100011 | 111011 |
Color Harmonies of #BA9771
Complementary color
Monochromatic Colors of #BA9771
Black with #BA9771
Text Example
Text Example
White with #BA9771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9771; }
p { color: rgb(186,151,113); }
H1.HeaderClassName
{
color: #BA9771;
}
.AnyTagClassName
{
color: #BA9771;
}
</style>
background-color css
<style>
a { background-color: #BA9771; }
a { background-color: rgb(186,151,113); }
div.DivClassName
{
background-color: #BA9771;
}
.BgClassName
{
background-color: #BA9771;
}
</style>
border-color css
<style>
span { border-color: #BA9771; }
span { border-color: rgb(186,151,113); }
td.TdClassName
{
border-color: #BA9771;
}
.TagClassName
{
border-color: #BA9771;
}
</style>