Shades of Fallow #BA9967
Tints of Fallow #BA9967
RGB
CMYK
RGB Variations
Color information
#BA9967 (or 0xBA9967) is known color: Fallow. HEX triplet: BA, 99 and 67. RGB value is (186,153,103). Sum of RGB (Red+Green+Blue) = 186+153+103=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 103 (40.62% from 255 or 23.30% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9967 is #456698. Grayscale: #9D9D9D. Windows color (decimal): -4548249 or 6789562. OLE color: 6789562.
HSL color Cylindrical-coordinate representation of color #BA9967: hue angle of 36.14º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA9967 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 153 | 103 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.27 |
| HSL | 36.14º | 0.38% | 0.57% | - |
| HSV(B) | 36.14º | 0.45% | 0.73% | - |
| XYZ | 34.09 | 34.2 | 17.64 | - |
| YUV | 157.17 | 97.43 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 103 | 0 | 0.18 | 0.45 | 0.27 | 36.14 | 0.38 | 0.57 |
| Hex | BA | 99 | 67 | 0 | 12 | 2D | 1B | 24 | 26 | 39 |
| Octal | 272 | 231 | 147 | 0 | 22 | 55 | 33 | 44 | 46 | 71 |
| Binary | 10111010 | 10011001 | 1100111 | 0 | 10010 | 101101 | 11011 | 100100 | 100110 | 111001 |
Color Harmonies of #BA9967
Complementary color
Monochromatic Colors of #BA9967
Black with #BA9967
Text Example
Text Example
White with #BA9967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9967; }
p { color: rgb(186,153,103); }
H1.HeaderClassName
{
color: #BA9967;
}
.AnyTagClassName
{
color: #BA9967;
}
</style>
background-color css
<style>
a { background-color: #BA9967; }
a { background-color: rgb(186,153,103); }
div.DivClassName
{
background-color: #BA9967;
}
.BgClassName
{
background-color: #BA9967;
}
</style>
border-color css
<style>
span { border-color: #BA9967; }
span { border-color: rgb(186,153,103); }
td.TdClassName
{
border-color: #BA9967;
}
.TagClassName
{
border-color: #BA9967;
}
</style>