Shades of Fallow #BA9D75
Tints of Fallow #BA9D75
RGB
CMYK
RGB Variations
Color information
#BA9D75 (or 0xBA9D75) is known color: Fallow. HEX triplet: BA, 9D and 75. RGB value is (186,157,117). Sum of RGB (Red+Green+Blue) = 186+157+117=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9D75 is #45628A. Grayscale: #A1A1A1. Windows color (decimal): -4547211 or 7708090. OLE color: 7708090.
HSL color Cylindrical-coordinate representation of color #BA9D75: hue angle of 34.78º 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 #BA9D75 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 157 | 117 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.27 |
| HSL | 34.78º | 0.33% | 0.59% | - |
| HSV(B) | 34.78º | 0.37% | 0.73% | - |
| XYZ | 35.52 | 35.84 | 21.87 | - |
| YUV | 161.11 | 103.11 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 117 | 0 | 0.16 | 0.37 | 0.27 | 34.78 | 0.33 | 0.59 |
| Hex | BA | 9D | 75 | 0 | 10 | 25 | 1B | 23 | 21 | 3B |
| Octal | 272 | 235 | 165 | 0 | 20 | 45 | 33 | 43 | 41 | 73 |
| Binary | 10111010 | 10011101 | 1110101 | 0 | 10000 | 100101 | 11011 | 100011 | 100001 | 111011 |
Color Harmonies of #BA9D75
Complementary color
Monochromatic Colors of #BA9D75
Black with #BA9D75
Text Example
Text Example
White with #BA9D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9D75; }
p { color: rgb(186,157,117); }
H1.HeaderClassName
{
color: #BA9D75;
}
.AnyTagClassName
{
color: #BA9D75;
}
</style>
background-color css
<style>
a { background-color: #BA9D75; }
a { background-color: rgb(186,157,117); }
div.DivClassName
{
background-color: #BA9D75;
}
.BgClassName
{
background-color: #BA9D75;
}
</style>
border-color css
<style>
span { border-color: #BA9D75; }
span { border-color: rgb(186,157,117); }
td.TdClassName
{
border-color: #BA9D75;
}
.TagClassName
{
border-color: #BA9D75;
}
</style>