Shades of Fallow #BA9F75
Tints of Fallow #BA9F75
RGB
CMYK
RGB Variations
Color information
#BA9F75 (or 0xBA9F75) is known color: Fallow. HEX triplet: BA, 9F and 75. RGB value is (186,159,117). Sum of RGB (Red+Green+Blue) = 186+159+117=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9F75 is #45608A. Grayscale: #A2A2A2. Windows color (decimal): -4546699 or 7708602. OLE color: 7708602.
HSL color Cylindrical-coordinate representation of color #BA9F75: hue angle of 36.52º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA9F75 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 117 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.27 |
| HSL | 36.52º | 0.33% | 0.59% | - |
| HSV(B) | 36.52º | 0.37% | 0.73% | - |
| XYZ | 35.86 | 36.52 | 21.99 | - |
| YUV | 162.29 | 102.45 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 117 | 0 | 0.15 | 0.37 | 0.27 | 36.52 | 0.33 | 0.59 |
| Hex | BA | 9F | 75 | 0 | F | 25 | 1B | 25 | 21 | 3B |
| Octal | 272 | 237 | 165 | 0 | 17 | 45 | 33 | 45 | 41 | 73 |
| Binary | 10111010 | 10011111 | 1110101 | 0 | 1111 | 100101 | 11011 | 100101 | 100001 | 111011 |
Color Harmonies of #BA9F75
Complementary color
Monochromatic Colors of #BA9F75
Black with #BA9F75
Text Example
Text Example
White with #BA9F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F75; }
p { color: rgb(186,159,117); }
H1.HeaderClassName
{
color: #BA9F75;
}
.AnyTagClassName
{
color: #BA9F75;
}
</style>
background-color css
<style>
a { background-color: #BA9F75; }
a { background-color: rgb(186,159,117); }
div.DivClassName
{
background-color: #BA9F75;
}
.BgClassName
{
background-color: #BA9F75;
}
</style>
border-color css
<style>
span { border-color: #BA9F75; }
span { border-color: rgb(186,159,117); }
td.TdClassName
{
border-color: #BA9F75;
}
.TagClassName
{
border-color: #BA9F75;
}
</style>