Shades of Fallow #BA9C74
Tints of Fallow #BA9C74
RGB
CMYK
RGB Variations
Color information
#BA9C74 (or 0xBA9C74) is known color: Fallow. HEX triplet: BA, 9C and 74. RGB value is (186,156,116). Sum of RGB (Red+Green+Blue) = 186+156+116=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 116 (45.70% from 255 or 25.33% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9C74 is #45638B. Grayscale: #A0A0A0. Windows color (decimal): -4547468 or 7642298. OLE color: 7642298.
HSL color Cylindrical-coordinate representation of color #BA9C74: hue angle of 34.29º 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 #BA9C74 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 116 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.27 |
| HSL | 34.29º | 0.34% | 0.59% | - |
| HSV(B) | 34.29º | 0.38% | 0.73% | - |
| XYZ | 35.29 | 35.48 | 21.51 | - |
| YUV | 160.41 | 102.94 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 116 | 0 | 0.16 | 0.38 | 0.27 | 34.29 | 0.34 | 0.59 |
| Hex | BA | 9C | 74 | 0 | 10 | 26 | 1B | 22 | 22 | 3B |
| Octal | 272 | 234 | 164 | 0 | 20 | 46 | 33 | 42 | 42 | 73 |
| Binary | 10111010 | 10011100 | 1110100 | 0 | 10000 | 100110 | 11011 | 100010 | 100010 | 111011 |
Color Harmonies of #BA9C74
Complementary color
Monochromatic Colors of #BA9C74
Black with #BA9C74
Text Example
Text Example
White with #BA9C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9C74; }
p { color: rgb(186,156,116); }
H1.HeaderClassName
{
color: #BA9C74;
}
.AnyTagClassName
{
color: #BA9C74;
}
</style>
background-color css
<style>
a { background-color: #BA9C74; }
a { background-color: rgb(186,156,116); }
div.DivClassName
{
background-color: #BA9C74;
}
.BgClassName
{
background-color: #BA9C74;
}
</style>
border-color css
<style>
span { border-color: #BA9C74; }
span { border-color: rgb(186,156,116); }
td.TdClassName
{
border-color: #BA9C74;
}
.TagClassName
{
border-color: #BA9C74;
}
</style>