Shades of Fallow #BA966A
Tints of Fallow #BA966A
RGB
CMYK
RGB Variations
Color information
#BA966A (or 0xBA966A) is known color: Fallow. HEX triplet: BA, 96 and 6A. RGB value is (186,150,106). Sum of RGB (Red+Green+Blue) = 186+150+106=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 106 (41.80% from 255 or 23.98% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA966A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA966A is #456995. Grayscale: #9B9B9B. Windows color (decimal): -4549014 or 6985402. OLE color: 6985402.
HSL color Cylindrical-coordinate representation of color #BA966A: hue angle of 33º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA966A is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 106 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.27 |
| HSL | 33º | 0.37% | 0.57% | - |
| HSV(B) | 33º | 0.43% | 0.73% | - |
| XYZ | 33.76 | 33.29 | 18.28 | - |
| YUV | 155.75 | 99.93 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 106 | 0 | 0.19 | 0.43 | 0.27 | 33 | 0.37 | 0.57 |
| Hex | BA | 96 | 6A | 0 | 13 | 2B | 1B | 21 | 25 | 39 |
| Octal | 272 | 226 | 152 | 0 | 23 | 53 | 33 | 41 | 45 | 71 |
| Binary | 10111010 | 10010110 | 1101010 | 0 | 10011 | 101011 | 11011 | 100001 | 100101 | 111001 |
Color Harmonies of #BA966A
Complementary color
Monochromatic Colors of #BA966A
Black with #BA966A
Text Example
Text Example
White with #BA966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA966A; }
p { color: rgb(186,150,106); }
H1.HeaderClassName
{
color: #BA966A;
}
.AnyTagClassName
{
color: #BA966A;
}
</style>
background-color css
<style>
a { background-color: #BA966A; }
a { background-color: rgb(186,150,106); }
div.DivClassName
{
background-color: #BA966A;
}
.BgClassName
{
background-color: #BA966A;
}
</style>
border-color css
<style>
span { border-color: #BA966A; }
span { border-color: rgb(186,150,106); }
td.TdClassName
{
border-color: #BA966A;
}
.TagClassName
{
border-color: #BA966A;
}
</style>