Shades of Fallow #B59870
Tints of Fallow #B59870
RGB
CMYK
RGB Variations
Color information
#B59870 (or 0xB59870) is known color: Fallow. HEX triplet: B5, 98 and 70. RGB value is (181,152,112). Sum of RGB (Red+Green+Blue) = 181+152+112=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B59870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59870 is #4A678F. Grayscale: #9C9C9C. Windows color (decimal): -4876176 or 7379125. OLE color: 7379125.
HSL color Cylindrical-coordinate representation of color #B59870: hue angle of 34.78º 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 #B59870 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 152 | 112 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.29 |
| HSL | 34.78º | 0.32% | 0.57% | - |
| HSV(B) | 34.78º | 0.38% | 0.71% | - |
| XYZ | 33.21 | 33.45 | 20.04 | - |
| YUV | 156.11 | 103.11 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 152 | 112 | 0 | 0.16 | 0.38 | 0.29 | 34.78 | 0.32 | 0.57 |
| Hex | B5 | 98 | 70 | 0 | 10 | 26 | 1D | 23 | 20 | 39 |
| Octal | 265 | 230 | 160 | 0 | 20 | 46 | 35 | 43 | 40 | 71 |
| Binary | 10110101 | 10011000 | 1110000 | 0 | 10000 | 100110 | 11101 | 100011 | 100000 | 111001 |
Color Harmonies of #B59870
Complementary color
Monochromatic Colors of #B59870
Black with #B59870
Text Example
Text Example
White with #B59870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59870; }
p { color: rgb(181,152,112); }
H1.HeaderClassName
{
color: #B59870;
}
.AnyTagClassName
{
color: #B59870;
}
</style>
background-color css
<style>
a { background-color: #B59870; }
a { background-color: rgb(181,152,112); }
div.DivClassName
{
background-color: #B59870;
}
.BgClassName
{
background-color: #B59870;
}
</style>
border-color css
<style>
span { border-color: #B59870; }
span { border-color: rgb(181,152,112); }
td.TdClassName
{
border-color: #B59870;
}
.TagClassName
{
border-color: #B59870;
}
</style>