Shades of Fallow #BA9471
Tints of Fallow #BA9471
RGB
CMYK
RGB Variations
Color information
#BA9471 (or 0xBA9471) is known color: Fallow. HEX triplet: BA, 94 and 71. RGB value is (186,148,113). Sum of RGB (Red+Green+Blue) = 186+148+113=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9471 is #456B8E. Grayscale: #9B9B9B. Windows color (decimal): -4549519 or 7443642. OLE color: 7443642.
HSL color Cylindrical-coordinate representation of color #BA9471: hue angle of 28.77º 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 #BA9471 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 148 | 113 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.27 |
| HSL | 28.77º | 0.35% | 0.59% | - |
| HSV(B) | 28.77º | 0.39% | 0.73% | - |
| XYZ | 33.82 | 32.81 | 20.17 | - |
| YUV | 155.37 | 104.09 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 113 | 0 | 0.20 | 0.39 | 0.27 | 28.77 | 0.35 | 0.59 |
| Hex | BA | 94 | 71 | 0 | 14 | 27 | 1B | 1D | 23 | 3B |
| Octal | 272 | 224 | 161 | 0 | 24 | 47 | 33 | 35 | 43 | 73 |
| Binary | 10111010 | 10010100 | 1110001 | 0 | 10100 | 100111 | 11011 | 11101 | 100011 | 111011 |
Color Harmonies of #BA9471
Complementary color
Monochromatic Colors of #BA9471
Black with #BA9471
Text Example
Text Example
White with #BA9471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9471; }
p { color: rgb(186,148,113); }
H1.HeaderClassName
{
color: #BA9471;
}
.AnyTagClassName
{
color: #BA9471;
}
</style>
background-color css
<style>
a { background-color: #BA9471; }
a { background-color: rgb(186,148,113); }
div.DivClassName
{
background-color: #BA9471;
}
.BgClassName
{
background-color: #BA9471;
}
</style>
border-color css
<style>
span { border-color: #BA9471; }
span { border-color: rgb(186,148,113); }
td.TdClassName
{
border-color: #BA9471;
}
.TagClassName
{
border-color: #BA9471;
}
</style>