Shades of Fallow #B5A075
Tints of Fallow #B5A075
RGB
CMYK
RGB Variations
Color information
#B5A075 (or 0xB5A075) is known color: Fallow. HEX triplet: B5, A0 and 75. RGB value is (181,160,117). Sum of RGB (Red+Green+Blue) = 181+160+117=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A075 is #4A5F8A. Grayscale: #A1A1A1. Windows color (decimal): -4874123 or 7708853. OLE color: 7708853.
HSL color Cylindrical-coordinate representation of color #B5A075: hue angle of 40.31º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B5A075 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 160 | 117 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.29 |
| HSL | 40.31º | 0.3% | 0.58% | - |
| HSV(B) | 40.31º | 0.35% | 0.71% | - |
| XYZ | 34.84 | 36.25 | 21.99 | - |
| YUV | 161.38 | 102.96 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 160 | 117 | 0 | 0.12 | 0.35 | 0.29 | 40.31 | 0.3 | 0.58 |
| Hex | B5 | A0 | 75 | 0 | C | 23 | 1D | 28 | 1E | 3A |
| Octal | 265 | 240 | 165 | 0 | 14 | 43 | 35 | 50 | 36 | 72 |
| Binary | 10110101 | 10100000 | 1110101 | 0 | 1100 | 100011 | 11101 | 101000 | 11110 | 111010 |
Color Harmonies of #B5A075
Complementary color
Monochromatic Colors of #B5A075
Black with #B5A075
Text Example
Text Example
White with #B5A075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A075; }
p { color: rgb(181,160,117); }
H1.HeaderClassName
{
color: #B5A075;
}
.AnyTagClassName
{
color: #B5A075;
}
</style>
background-color css
<style>
a { background-color: #B5A075; }
a { background-color: rgb(181,160,117); }
div.DivClassName
{
background-color: #B5A075;
}
.BgClassName
{
background-color: #B5A075;
}
</style>
border-color css
<style>
span { border-color: #B5A075; }
span { border-color: rgb(181,160,117); }
td.TdClassName
{
border-color: #B5A075;
}
.TagClassName
{
border-color: #B5A075;
}
</style>