Shades of Fallow #B5A070
Tints of Fallow #B5A070
RGB
CMYK
RGB Variations
Color information
#B5A070 (or 0xB5A070) is known color: Fallow. HEX triplet: B5, A0 and 70. RGB value is (181,160,112). Sum of RGB (Red+Green+Blue) = 181+160+112=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A070 is #4A5F8F. Grayscale: #A1A1A1. Windows color (decimal): -4874128 or 7381173. OLE color: 7381173.
HSL color Cylindrical-coordinate representation of color #B5A070: hue angle of 41.74º 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 #B5A070 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 160 | 112 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.29 |
| HSL | 41.74º | 0.32% | 0.57% | - |
| HSV(B) | 41.74º | 0.38% | 0.71% | - |
| XYZ | 34.55 | 36.14 | 20.48 | - |
| YUV | 160.81 | 100.46 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 160 | 112 | 0 | 0.12 | 0.38 | 0.29 | 41.74 | 0.32 | 0.57 |
| Hex | B5 | A0 | 70 | 0 | C | 26 | 1D | 2A | 20 | 39 |
| Octal | 265 | 240 | 160 | 0 | 14 | 46 | 35 | 52 | 40 | 71 |
| Binary | 10110101 | 10100000 | 1110000 | 0 | 1100 | 100110 | 11101 | 101010 | 100000 | 111001 |
Color Harmonies of #B5A070
Complementary color
Monochromatic Colors of #B5A070
Black with #B5A070
Text Example
Text Example
White with #B5A070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A070; }
p { color: rgb(181,160,112); }
H1.HeaderClassName
{
color: #B5A070;
}
.AnyTagClassName
{
color: #B5A070;
}
</style>
background-color css
<style>
a { background-color: #B5A070; }
a { background-color: rgb(181,160,112); }
div.DivClassName
{
background-color: #B5A070;
}
.BgClassName
{
background-color: #B5A070;
}
</style>
border-color css
<style>
span { border-color: #B5A070; }
span { border-color: rgb(181,160,112); }
td.TdClassName
{
border-color: #B5A070;
}
.TagClassName
{
border-color: #B5A070;
}
</style>