Shades of Fallow #BA956F
Tints of Fallow #BA956F
RGB
CMYK
RGB Variations
Color information
#BA956F (or 0xBA956F) is known color: Fallow. HEX triplet: BA, 95 and 6F. RGB value is (186,149,111). Sum of RGB (Red+Green+Blue) = 186+149+111=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 111 (43.75% from 255 or 24.89% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA956F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA956F is #456A90. Grayscale: #9B9B9B. Windows color (decimal): -4549265 or 7312826. OLE color: 7312826.
HSL color Cylindrical-coordinate representation of color #BA956F: hue angle of 30.4º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA956F is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 111 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.27 |
| HSL | 30.4º | 0.35% | 0.58% | - |
| HSV(B) | 30.4º | 0.4% | 0.73% | - |
| XYZ | 33.87 | 33.08 | 19.64 | - |
| YUV | 155.73 | 102.76 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 111 | 0 | 0.20 | 0.40 | 0.27 | 30.4 | 0.35 | 0.58 |
| Hex | BA | 95 | 6F | 0 | 14 | 28 | 1B | 1E | 23 | 3A |
| Octal | 272 | 225 | 157 | 0 | 24 | 50 | 33 | 36 | 43 | 72 |
| Binary | 10111010 | 10010101 | 1101111 | 0 | 10100 | 101000 | 11011 | 11110 | 100011 | 111010 |
Color Harmonies of #BA956F
Complementary color
Monochromatic Colors of #BA956F
Black with #BA956F
Text Example
Text Example
White with #BA956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA956F; }
p { color: rgb(186,149,111); }
H1.HeaderClassName
{
color: #BA956F;
}
.AnyTagClassName
{
color: #BA956F;
}
</style>
background-color css
<style>
a { background-color: #BA956F; }
a { background-color: rgb(186,149,111); }
div.DivClassName
{
background-color: #BA956F;
}
.BgClassName
{
background-color: #BA956F;
}
</style>
border-color css
<style>
span { border-color: #BA956F; }
span { border-color: rgb(186,149,111); }
td.TdClassName
{
border-color: #BA956F;
}
.TagClassName
{
border-color: #BA956F;
}
</style>