Shades of Fallow #B59670
Tints of Fallow #B59670
RGB
CMYK
RGB Variations
Color information
#B59670 (or 0xB59670) is known color: Fallow. HEX triplet: B5, 96 and 70. RGB value is (181,150,112). Sum of RGB (Red+Green+Blue) = 181+150+112=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B59670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59670 is #4A698F. Grayscale: #9B9B9B. Windows color (decimal): -4876688 or 7378613. OLE color: 7378613.
HSL color Cylindrical-coordinate representation of color #B59670: hue angle of 33.04º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B59670 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 150 | 112 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.29 |
| HSL | 33.04º | 0.32% | 0.57% | - |
| HSV(B) | 33.04º | 0.38% | 0.71% | - |
| XYZ | 32.89 | 32.81 | 19.93 | - |
| YUV | 154.94 | 103.77 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 150 | 112 | 0 | 0.17 | 0.38 | 0.29 | 33.04 | 0.32 | 0.57 |
| Hex | B5 | 96 | 70 | 0 | 11 | 26 | 1D | 21 | 20 | 39 |
| Octal | 265 | 226 | 160 | 0 | 21 | 46 | 35 | 41 | 40 | 71 |
| Binary | 10110101 | 10010110 | 1110000 | 0 | 10001 | 100110 | 11101 | 100001 | 100000 | 111001 |
Color Harmonies of #B59670
Complementary color
Monochromatic Colors of #B59670
Black with #B59670
Text Example
Text Example
White with #B59670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59670; }
p { color: rgb(181,150,112); }
H1.HeaderClassName
{
color: #B59670;
}
.AnyTagClassName
{
color: #B59670;
}
</style>
background-color css
<style>
a { background-color: #B59670; }
a { background-color: rgb(181,150,112); }
div.DivClassName
{
background-color: #B59670;
}
.BgClassName
{
background-color: #B59670;
}
</style>
border-color css
<style>
span { border-color: #B59670; }
span { border-color: rgb(181,150,112); }
td.TdClassName
{
border-color: #B59670;
}
.TagClassName
{
border-color: #B59670;
}
</style>