Shades of Fallow #B5A072
Tints of Fallow #B5A072
RGB
CMYK
RGB Variations
Color information
#B5A072 (or 0xB5A072) is known color: Fallow. HEX triplet: B5, A0 and 72. RGB value is (181,160,114). Sum of RGB (Red+Green+Blue) = 181+160+114=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A072 is #4A5F8D. Grayscale: #A1A1A1. Windows color (decimal): -4874126 or 7512245. OLE color: 7512245.
HSL color Cylindrical-coordinate representation of color #B5A072: hue angle of 41.19º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B5A072 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 160 | 114 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.29 |
| HSL | 41.19º | 0.31% | 0.58% | - |
| HSV(B) | 41.19º | 0.37% | 0.71% | - |
| XYZ | 34.66 | 36.18 | 21.08 | - |
| YUV | 161.04 | 101.46 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 160 | 114 | 0 | 0.12 | 0.37 | 0.29 | 41.19 | 0.31 | 0.58 |
| Hex | B5 | A0 | 72 | 0 | C | 25 | 1D | 29 | 1F | 3A |
| Octal | 265 | 240 | 162 | 0 | 14 | 45 | 35 | 51 | 37 | 72 |
| Binary | 10110101 | 10100000 | 1110010 | 0 | 1100 | 100101 | 11101 | 101001 | 11111 | 111010 |
Color Harmonies of #B5A072
Complementary color
Monochromatic Colors of #B5A072
Black with #B5A072
Text Example
Text Example
White with #B5A072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A072; }
p { color: rgb(181,160,114); }
H1.HeaderClassName
{
color: #B5A072;
}
.AnyTagClassName
{
color: #B5A072;
}
</style>
background-color css
<style>
a { background-color: #B5A072; }
a { background-color: rgb(181,160,114); }
div.DivClassName
{
background-color: #B5A072;
}
.BgClassName
{
background-color: #B5A072;
}
</style>
border-color css
<style>
span { border-color: #B5A072; }
span { border-color: rgb(181,160,114); }
td.TdClassName
{
border-color: #B5A072;
}
.TagClassName
{
border-color: #B5A072;
}
</style>