Shades of Fallow #BA9F74
Tints of Fallow #BA9F74
RGB
CMYK
RGB Variations
Color information
#BA9F74 (or 0xBA9F74) is known color: Fallow. HEX triplet: BA, 9F and 74. RGB value is (186,159,116). Sum of RGB (Red+Green+Blue) = 186+159+116=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9F74 is #45608B. Grayscale: #A2A2A2. Windows color (decimal): -4546700 or 7643066. OLE color: 7643066.
HSL color Cylindrical-coordinate representation of color #BA9F74: hue angle of 36.86º 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 #BA9F74 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 116 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.27 |
| HSL | 36.86º | 0.34% | 0.59% | - |
| HSV(B) | 36.86º | 0.38% | 0.73% | - |
| XYZ | 35.8 | 36.5 | 21.68 | - |
| YUV | 162.17 | 101.95 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 116 | 0 | 0.15 | 0.38 | 0.27 | 36.86 | 0.34 | 0.59 |
| Hex | BA | 9F | 74 | 0 | F | 26 | 1B | 25 | 22 | 3B |
| Octal | 272 | 237 | 164 | 0 | 17 | 46 | 33 | 45 | 42 | 73 |
| Binary | 10111010 | 10011111 | 1110100 | 0 | 1111 | 100110 | 11011 | 100101 | 100010 | 111011 |
Color Harmonies of #BA9F74
Complementary color
Monochromatic Colors of #BA9F74
Black with #BA9F74
Text Example
Text Example
White with #BA9F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F74; }
p { color: rgb(186,159,116); }
H1.HeaderClassName
{
color: #BA9F74;
}
.AnyTagClassName
{
color: #BA9F74;
}
</style>
background-color css
<style>
a { background-color: #BA9F74; }
a { background-color: rgb(186,159,116); }
div.DivClassName
{
background-color: #BA9F74;
}
.BgClassName
{
background-color: #BA9F74;
}
</style>
border-color css
<style>
span { border-color: #BA9F74; }
span { border-color: rgb(186,159,116); }
td.TdClassName
{
border-color: #BA9F74;
}
.TagClassName
{
border-color: #BA9F74;
}
</style>