Shades of Fallow #BA9B71
Tints of Fallow #BA9B71
RGB
CMYK
RGB Variations
Color information
#BA9B71 (or 0xBA9B71) is known color: Fallow. HEX triplet: BA, 9B and 71. RGB value is (186,155,113). Sum of RGB (Red+Green+Blue) = 186+155+113=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 155 (60.94% from 255 or 34.14% from 454); Blue value is 113 (44.53% from 255 or 24.89% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9B71 is #45648E. Grayscale: #9F9F9F. Windows color (decimal): -4547727 or 7445434. OLE color: 7445434.
HSL color Cylindrical-coordinate representation of color #BA9B71: hue angle of 34.52º 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 #BA9B71 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 155 | 113 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.27 |
| HSL | 34.52º | 0.35% | 0.59% | - |
| HSV(B) | 34.52º | 0.39% | 0.73% | - |
| XYZ | 34.95 | 35.07 | 20.55 | - |
| YUV | 159.48 | 101.77 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 155 | 113 | 0 | 0.17 | 0.39 | 0.27 | 34.52 | 0.35 | 0.59 |
| Hex | BA | 9B | 71 | 0 | 11 | 27 | 1B | 23 | 23 | 3B |
| Octal | 272 | 233 | 161 | 0 | 21 | 47 | 33 | 43 | 43 | 73 |
| Binary | 10111010 | 10011011 | 1110001 | 0 | 10001 | 100111 | 11011 | 100011 | 100011 | 111011 |
Color Harmonies of #BA9B71
Complementary color
Monochromatic Colors of #BA9B71
Black with #BA9B71
Text Example
Text Example
White with #BA9B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9B71; }
p { color: rgb(186,155,113); }
H1.HeaderClassName
{
color: #BA9B71;
}
.AnyTagClassName
{
color: #BA9B71;
}
</style>
background-color css
<style>
a { background-color: #BA9B71; }
a { background-color: rgb(186,155,113); }
div.DivClassName
{
background-color: #BA9B71;
}
.BgClassName
{
background-color: #BA9B71;
}
</style>
border-color css
<style>
span { border-color: #BA9B71; }
span { border-color: rgb(186,155,113); }
td.TdClassName
{
border-color: #BA9B71;
}
.TagClassName
{
border-color: #BA9B71;
}
</style>