Shades of Fallow #BA9F78
Tints of Fallow #BA9F78
RGB
CMYK
RGB Variations
Color information
#BA9F78 (or 0xBA9F78) is known color: Fallow. HEX triplet: BA, 9F and 78. RGB value is (186,159,120). Sum of RGB (Red+Green+Blue) = 186+159+120=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9F78 is #456087. Grayscale: #A2A2A2. Windows color (decimal): -4546696 or 7905210. OLE color: 7905210.
HSL color Cylindrical-coordinate representation of color #BA9F78: hue angle of 35.45º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA9F78 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 120 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.27 |
| HSL | 35.45º | 0.32% | 0.6% | - |
| HSV(B) | 35.45º | 0.35% | 0.73% | - |
| XYZ | 36.04 | 36.59 | 22.93 | - |
| YUV | 162.63 | 103.95 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 120 | 0 | 0.15 | 0.35 | 0.27 | 35.45 | 0.32 | 0.6 |
| Hex | BA | 9F | 78 | 0 | F | 23 | 1B | 23 | 20 | 3C |
| Octal | 272 | 237 | 170 | 0 | 17 | 43 | 33 | 43 | 40 | 74 |
| Binary | 10111010 | 10011111 | 1111000 | 0 | 1111 | 100011 | 11011 | 100011 | 100000 | 111100 |
Color Harmonies of #BA9F78
Complementary color
Monochromatic Colors of #BA9F78
Black with #BA9F78
Text Example
Text Example
White with #BA9F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F78; }
p { color: rgb(186,159,120); }
H1.HeaderClassName
{
color: #BA9F78;
}
.AnyTagClassName
{
color: #BA9F78;
}
</style>
background-color css
<style>
a { background-color: #BA9F78; }
a { background-color: rgb(186,159,120); }
div.DivClassName
{
background-color: #BA9F78;
}
.BgClassName
{
background-color: #BA9F78;
}
</style>
border-color css
<style>
span { border-color: #BA9F78; }
span { border-color: rgb(186,159,120); }
td.TdClassName
{
border-color: #BA9F78;
}
.TagClassName
{
border-color: #BA9F78;
}
</style>