Shades of Fallow #B59A73
Tints of Fallow #B59A73
RGB
CMYK
RGB Variations
Color information
#B59A73 (or 0xB59A73) is known color: Fallow. HEX triplet: B5, 9A and 73. RGB value is (181,154,115). Sum of RGB (Red+Green+Blue) = 181+154+115=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 154 (60.55% from 255 or 34.22% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59A73 is #4A658C. Grayscale: #9D9D9D. Windows color (decimal): -4875661 or 7576245. OLE color: 7576245.
HSL color Cylindrical-coordinate representation of color #B59A73: hue angle of 35.45º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B59A73 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 154 | 115 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.29 |
| HSL | 35.45º | 0.31% | 0.58% | - |
| HSV(B) | 35.45º | 0.36% | 0.71% | - |
| XYZ | 33.71 | 34.17 | 21.04 | - |
| YUV | 157.63 | 103.95 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 154 | 115 | 0 | 0.15 | 0.36 | 0.29 | 35.45 | 0.31 | 0.58 |
| Hex | B5 | 9A | 73 | 0 | F | 24 | 1D | 23 | 1F | 3A |
| Octal | 265 | 232 | 163 | 0 | 17 | 44 | 35 | 43 | 37 | 72 |
| Binary | 10110101 | 10011010 | 1110011 | 0 | 1111 | 100100 | 11101 | 100011 | 11111 | 111010 |
Color Harmonies of #B59A73
Complementary color
Monochromatic Colors of #B59A73
Black with #B59A73
Text Example
Text Example
White with #B59A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59A73; }
p { color: rgb(181,154,115); }
H1.HeaderClassName
{
color: #B59A73;
}
.AnyTagClassName
{
color: #B59A73;
}
</style>
background-color css
<style>
a { background-color: #B59A73; }
a { background-color: rgb(181,154,115); }
div.DivClassName
{
background-color: #B59A73;
}
.BgClassName
{
background-color: #B59A73;
}
</style>
border-color css
<style>
span { border-color: #B59A73; }
span { border-color: rgb(181,154,115); }
td.TdClassName
{
border-color: #B59A73;
}
.TagClassName
{
border-color: #B59A73;
}
</style>