Shades of Fallow #BA916A
Tints of Fallow #BA916A
RGB
CMYK
RGB Variations
Color information
#BA916A (or 0xBA916A) is known color: Fallow. HEX triplet: BA, 91 and 6A. RGB value is (186,145,106). Sum of RGB (Red+Green+Blue) = 186+145+106=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA916A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA916A is #456E95. Grayscale: #999999. Windows color (decimal): -4550294 or 6984122. OLE color: 6984122.
HSL color Cylindrical-coordinate representation of color #BA916A: hue angle of 29.25º 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 #BA916A is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 145 | 106 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.27 |
| HSL | 29.25º | 0.37% | 0.57% | - |
| HSV(B) | 29.25º | 0.43% | 0.73% | - |
| XYZ | 32.98 | 31.73 | 18.02 | - |
| YUV | 152.81 | 101.58 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 106 | 0 | 0.22 | 0.43 | 0.27 | 29.25 | 0.37 | 0.57 |
| Hex | BA | 91 | 6A | 0 | 16 | 2B | 1B | 1D | 25 | 39 |
| Octal | 272 | 221 | 152 | 0 | 26 | 53 | 33 | 35 | 45 | 71 |
| Binary | 10111010 | 10010001 | 1101010 | 0 | 10110 | 101011 | 11011 | 11101 | 100101 | 111001 |
Color Harmonies of #BA916A
Complementary color
Monochromatic Colors of #BA916A
Black with #BA916A
Text Example
Text Example
White with #BA916A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA916A; }
p { color: rgb(186,145,106); }
H1.HeaderClassName
{
color: #BA916A;
}
.AnyTagClassName
{
color: #BA916A;
}
</style>
background-color css
<style>
a { background-color: #BA916A; }
a { background-color: rgb(186,145,106); }
div.DivClassName
{
background-color: #BA916A;
}
.BgClassName
{
background-color: #BA916A;
}
</style>
border-color css
<style>
span { border-color: #BA916A; }
span { border-color: rgb(186,145,106); }
td.TdClassName
{
border-color: #BA916A;
}
.TagClassName
{
border-color: #BA916A;
}
</style>