Shades of Fallow #BA956D
Tints of Fallow #BA956D
RGB
CMYK
RGB Variations
Color information
#BA956D (or 0xBA956D) is known color: Fallow. HEX triplet: BA, 95 and 6D. RGB value is (186,149,109). Sum of RGB (Red+Green+Blue) = 186+149+109=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA956D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA956D is #456A92. Grayscale: #9B9B9B. Windows color (decimal): -4549267 or 7181754. OLE color: 7181754.
HSL color Cylindrical-coordinate representation of color #BA956D: hue angle of 31.17º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA956D is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 109 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.27 |
| HSL | 31.17º | 0.36% | 0.58% | - |
| HSV(B) | 31.17º | 0.41% | 0.73% | - |
| XYZ | 33.76 | 33.04 | 19.07 | - |
| YUV | 155.5 | 101.76 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 109 | 0 | 0.20 | 0.41 | 0.27 | 31.17 | 0.36 | 0.58 |
| Hex | BA | 95 | 6D | 0 | 14 | 29 | 1B | 1F | 24 | 3A |
| Octal | 272 | 225 | 155 | 0 | 24 | 51 | 33 | 37 | 44 | 72 |
| Binary | 10111010 | 10010101 | 1101101 | 0 | 10100 | 101001 | 11011 | 11111 | 100100 | 111010 |
Color Harmonies of #BA956D
Complementary color
Monochromatic Colors of #BA956D
Black with #BA956D
Text Example
Text Example
White with #BA956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA956D; }
p { color: rgb(186,149,109); }
H1.HeaderClassName
{
color: #BA956D;
}
.AnyTagClassName
{
color: #BA956D;
}
</style>
background-color css
<style>
a { background-color: #BA956D; }
a { background-color: rgb(186,149,109); }
div.DivClassName
{
background-color: #BA956D;
}
.BgClassName
{
background-color: #BA956D;
}
</style>
border-color css
<style>
span { border-color: #BA956D; }
span { border-color: rgb(186,149,109); }
td.TdClassName
{
border-color: #BA956D;
}
.TagClassName
{
border-color: #BA956D;
}
</style>