Shades of Fallow #BA9773
Tints of Fallow #BA9773
RGB
CMYK
RGB Variations
Color information
#BA9773 (or 0xBA9773) is known color: Fallow. HEX triplet: BA, 97 and 73. RGB value is (186,151,115). Sum of RGB (Red+Green+Blue) = 186+151+115=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9773 is #45688C. Grayscale: #9D9D9D. Windows color (decimal): -4548749 or 7575482. OLE color: 7575482.
HSL color Cylindrical-coordinate representation of color #BA9773: hue angle of 30.42º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA9773 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 151 | 115 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.27 |
| HSL | 30.42º | 0.34% | 0.59% | - |
| HSV(B) | 30.42º | 0.38% | 0.73% | - |
| XYZ | 34.41 | 33.81 | 20.93 | - |
| YUV | 157.36 | 104.1 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 151 | 115 | 0 | 0.19 | 0.38 | 0.27 | 30.42 | 0.34 | 0.59 |
| Hex | BA | 97 | 73 | 0 | 13 | 26 | 1B | 1E | 22 | 3B |
| Octal | 272 | 227 | 163 | 0 | 23 | 46 | 33 | 36 | 42 | 73 |
| Binary | 10111010 | 10010111 | 1110011 | 0 | 10011 | 100110 | 11011 | 11110 | 100010 | 111011 |
Color Harmonies of #BA9773
Complementary color
Monochromatic Colors of #BA9773
Black with #BA9773
Text Example
Text Example
White with #BA9773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9773; }
p { color: rgb(186,151,115); }
H1.HeaderClassName
{
color: #BA9773;
}
.AnyTagClassName
{
color: #BA9773;
}
</style>
background-color css
<style>
a { background-color: #BA9773; }
a { background-color: rgb(186,151,115); }
div.DivClassName
{
background-color: #BA9773;
}
.BgClassName
{
background-color: #BA9773;
}
</style>
border-color css
<style>
span { border-color: #BA9773; }
span { border-color: rgb(186,151,115); }
td.TdClassName
{
border-color: #BA9773;
}
.TagClassName
{
border-color: #BA9773;
}
</style>