Shades of Fallow #BA9567
Tints of Fallow #BA9567
RGB
CMYK
RGB Variations
Color information
#BA9567 (or 0xBA9567) is known color: Fallow. HEX triplet: BA, 95 and 67. RGB value is (186,149,103). Sum of RGB (Red+Green+Blue) = 186+149+103=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 103 (40.62% from 255 or 23.52% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9567 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9567 is #456A98. Grayscale: #9B9B9B. Windows color (decimal): -4549273 or 6788538. OLE color: 6788538.
HSL color Cylindrical-coordinate representation of color #BA9567: hue angle of 33.25º 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 #BA9567 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 103 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.27 |
| HSL | 33.25º | 0.38% | 0.57% | - |
| HSV(B) | 33.25º | 0.45% | 0.73% | - |
| XYZ | 33.45 | 32.91 | 17.42 | - |
| YUV | 154.82 | 98.76 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 103 | 0 | 0.20 | 0.45 | 0.27 | 33.25 | 0.38 | 0.57 |
| Hex | BA | 95 | 67 | 0 | 14 | 2D | 1B | 21 | 26 | 39 |
| Octal | 272 | 225 | 147 | 0 | 24 | 55 | 33 | 41 | 46 | 71 |
| Binary | 10111010 | 10010101 | 1100111 | 0 | 10100 | 101101 | 11011 | 100001 | 100110 | 111001 |
Color Harmonies of #BA9567
Complementary color
Monochromatic Colors of #BA9567
Black with #BA9567
Text Example
Text Example
White with #BA9567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9567; }
p { color: rgb(186,149,103); }
H1.HeaderClassName
{
color: #BA9567;
}
.AnyTagClassName
{
color: #BA9567;
}
</style>
background-color css
<style>
a { background-color: #BA9567; }
a { background-color: rgb(186,149,103); }
div.DivClassName
{
background-color: #BA9567;
}
.BgClassName
{
background-color: #BA9567;
}
</style>
border-color css
<style>
span { border-color: #BA9567; }
span { border-color: rgb(186,149,103); }
td.TdClassName
{
border-color: #BA9567;
}
.TagClassName
{
border-color: #BA9567;
}
</style>