Shades of Fallow #BA9F76
Tints of Fallow #BA9F76
RGB
CMYK
RGB Variations
Color information
#BA9F76 (or 0xBA9F76) is known color: Fallow. HEX triplet: BA, 9F and 76. RGB value is (186,159,118). Sum of RGB (Red+Green+Blue) = 186+159+118=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9F76 is #456089. Grayscale: #A2A2A2. Windows color (decimal): -4546698 or 7774138. OLE color: 7774138.
HSL color Cylindrical-coordinate representation of color #BA9F76: hue angle of 36.18º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA9F76 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 118 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.27 |
| HSL | 36.18º | 0.33% | 0.6% | - |
| HSV(B) | 36.18º | 0.37% | 0.73% | - |
| XYZ | 35.92 | 36.54 | 22.3 | - |
| YUV | 162.4 | 102.95 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 118 | 0 | 0.15 | 0.37 | 0.27 | 36.18 | 0.33 | 0.6 |
| Hex | BA | 9F | 76 | 0 | F | 25 | 1B | 24 | 21 | 3C |
| Octal | 272 | 237 | 166 | 0 | 17 | 45 | 33 | 44 | 41 | 74 |
| Binary | 10111010 | 10011111 | 1110110 | 0 | 1111 | 100101 | 11011 | 100100 | 100001 | 111100 |
Color Harmonies of #BA9F76
Complementary color
Monochromatic Colors of #BA9F76
Black with #BA9F76
Text Example
Text Example
White with #BA9F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F76; }
p { color: rgb(186,159,118); }
H1.HeaderClassName
{
color: #BA9F76;
}
.AnyTagClassName
{
color: #BA9F76;
}
</style>
background-color css
<style>
a { background-color: #BA9F76; }
a { background-color: rgb(186,159,118); }
div.DivClassName
{
background-color: #BA9F76;
}
.BgClassName
{
background-color: #BA9F76;
}
</style>
border-color css
<style>
span { border-color: #BA9F76; }
span { border-color: rgb(186,159,118); }
td.TdClassName
{
border-color: #BA9F76;
}
.TagClassName
{
border-color: #BA9F76;
}
</style>