Shades of Fallow #BA966C
Tints of Fallow #BA966C
RGB
CMYK
RGB Variations
Color information
#BA966C (or 0xBA966C) is known color: Fallow. HEX triplet: BA, 96 and 6C. RGB value is (186,150,108). Sum of RGB (Red+Green+Blue) = 186+150+108=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA966C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA966C is #456993. Grayscale: #9C9C9C. Windows color (decimal): -4549012 or 7116474. OLE color: 7116474.
HSL color Cylindrical-coordinate representation of color #BA966C: hue angle of 32.31º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA966C is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 108 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.27 |
| HSL | 32.31º | 0.36% | 0.58% | - |
| HSV(B) | 32.31º | 0.42% | 0.73% | - |
| XYZ | 33.86 | 33.33 | 18.84 | - |
| YUV | 155.98 | 100.93 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 108 | 0 | 0.19 | 0.42 | 0.27 | 32.31 | 0.36 | 0.58 |
| Hex | BA | 96 | 6C | 0 | 13 | 2A | 1B | 20 | 24 | 3A |
| Octal | 272 | 226 | 154 | 0 | 23 | 52 | 33 | 40 | 44 | 72 |
| Binary | 10111010 | 10010110 | 1101100 | 0 | 10011 | 101010 | 11011 | 100000 | 100100 | 111010 |
Color Harmonies of #BA966C
Complementary color
Monochromatic Colors of #BA966C
Black with #BA966C
Text Example
Text Example
White with #BA966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA966C; }
p { color: rgb(186,150,108); }
H1.HeaderClassName
{
color: #BA966C;
}
.AnyTagClassName
{
color: #BA966C;
}
</style>
background-color css
<style>
a { background-color: #BA966C; }
a { background-color: rgb(186,150,108); }
div.DivClassName
{
background-color: #BA966C;
}
.BgClassName
{
background-color: #BA966C;
}
</style>
border-color css
<style>
span { border-color: #BA966C; }
span { border-color: rgb(186,150,108); }
td.TdClassName
{
border-color: #BA966C;
}
.TagClassName
{
border-color: #BA966C;
}
</style>