Shades of Fallow #BA9668
Tints of Fallow #BA9668
RGB
CMYK
RGB Variations
Color information
#BA9668 (or 0xBA9668) is known color: Fallow. HEX triplet: BA, 96 and 68. RGB value is (186,150,104). Sum of RGB (Red+Green+Blue) = 186+150+104=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9668 is #456997. Grayscale: #9B9B9B. Windows color (decimal): -4549016 or 6854330. OLE color: 6854330.
HSL color Cylindrical-coordinate representation of color #BA9668: hue angle of 33.66º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA9668 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 104 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.27 |
| HSL | 33.66º | 0.37% | 0.57% | - |
| HSV(B) | 33.66º | 0.44% | 0.73% | - |
| XYZ | 33.65 | 33.25 | 17.74 | - |
| YUV | 155.52 | 98.93 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 104 | 0 | 0.19 | 0.44 | 0.27 | 33.66 | 0.37 | 0.57 |
| Hex | BA | 96 | 68 | 0 | 13 | 2C | 1B | 22 | 25 | 39 |
| Octal | 272 | 226 | 150 | 0 | 23 | 54 | 33 | 42 | 45 | 71 |
| Binary | 10111010 | 10010110 | 1101000 | 0 | 10011 | 101100 | 11011 | 100010 | 100101 | 111001 |
Color Harmonies of #BA9668
Complementary color
Monochromatic Colors of #BA9668
Black with #BA9668
Text Example
Text Example
White with #BA9668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9668; }
p { color: rgb(186,150,104); }
H1.HeaderClassName
{
color: #BA9668;
}
.AnyTagClassName
{
color: #BA9668;
}
</style>
background-color css
<style>
a { background-color: #BA9668; }
a { background-color: rgb(186,150,104); }
div.DivClassName
{
background-color: #BA9668;
}
.BgClassName
{
background-color: #BA9668;
}
</style>
border-color css
<style>
span { border-color: #BA9668; }
span { border-color: rgb(186,150,104); }
td.TdClassName
{
border-color: #BA9668;
}
.TagClassName
{
border-color: #BA9668;
}
</style>