Shades of Fallow #BA9765
Tints of Fallow #BA9765
RGB
CMYK
RGB Variations
Color information
#BA9765 (or 0xBA9765) is known color: Fallow. HEX triplet: BA, 97 and 65. RGB value is (186,151,101). Sum of RGB (Red+Green+Blue) = 186+151+101=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9765 is #45689A. Grayscale: #9C9C9C. Windows color (decimal): -4548763 or 6657978. OLE color: 6657978.
HSL color Cylindrical-coordinate representation of color #BA9765: hue angle of 35.29º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA9765 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 151 | 101 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.27 |
| HSL | 35.29º | 0.38% | 0.56% | - |
| HSV(B) | 35.29º | 0.46% | 0.73% | - |
| XYZ | 33.67 | 33.51 | 17.01 | - |
| YUV | 155.77 | 97.1 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 151 | 101 | 0 | 0.19 | 0.46 | 0.27 | 35.29 | 0.38 | 0.56 |
| Hex | BA | 97 | 65 | 0 | 13 | 2E | 1B | 23 | 26 | 38 |
| Octal | 272 | 227 | 145 | 0 | 23 | 56 | 33 | 43 | 46 | 70 |
| Binary | 10111010 | 10010111 | 1100101 | 0 | 10011 | 101110 | 11011 | 100011 | 100110 | 111000 |
Color Harmonies of #BA9765
Complementary color
Monochromatic Colors of #BA9765
Black with #BA9765
Text Example
Text Example
White with #BA9765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9765; }
p { color: rgb(186,151,101); }
H1.HeaderClassName
{
color: #BA9765;
}
.AnyTagClassName
{
color: #BA9765;
}
</style>
background-color css
<style>
a { background-color: #BA9765; }
a { background-color: rgb(186,151,101); }
div.DivClassName
{
background-color: #BA9765;
}
.BgClassName
{
background-color: #BA9765;
}
</style>
border-color css
<style>
span { border-color: #BA9765; }
span { border-color: rgb(186,151,101); }
td.TdClassName
{
border-color: #BA9765;
}
.TagClassName
{
border-color: #BA9765;
}
</style>