Shades of Fallow #B59773
Tints of Fallow #B59773
RGB
CMYK
RGB Variations
Color information
#B59773 (or 0xB59773) is known color: Fallow. HEX triplet: B5, 97 and 73. RGB value is (181,151,115). Sum of RGB (Red+Green+Blue) = 181+151+115=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 181 - color contains mainly: red. Hex color #B59773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59773 is #4A688C. Grayscale: #9C9C9C. Windows color (decimal): -4876429 or 7575477. OLE color: 7575477.
HSL color Cylindrical-coordinate representation of color #B59773: hue angle of 32.73º 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 #B59773 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 151 | 115 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.29 |
| HSL | 32.73º | 0.31% | 0.58% | - |
| HSV(B) | 32.73º | 0.36% | 0.71% | - |
| XYZ | 33.22 | 33.19 | 20.88 | - |
| YUV | 155.87 | 104.94 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 151 | 115 | 0 | 0.17 | 0.36 | 0.29 | 32.73 | 0.31 | 0.58 |
| Hex | B5 | 97 | 73 | 0 | 11 | 24 | 1D | 21 | 1F | 3A |
| Octal | 265 | 227 | 163 | 0 | 21 | 44 | 35 | 41 | 37 | 72 |
| Binary | 10110101 | 10010111 | 1110011 | 0 | 10001 | 100100 | 11101 | 100001 | 11111 | 111010 |
Color Harmonies of #B59773
Complementary color
Monochromatic Colors of #B59773
Black with #B59773
Text Example
Text Example
White with #B59773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59773; }
p { color: rgb(181,151,115); }
H1.HeaderClassName
{
color: #B59773;
}
.AnyTagClassName
{
color: #B59773;
}
</style>
background-color css
<style>
a { background-color: #B59773; }
a { background-color: rgb(181,151,115); }
div.DivClassName
{
background-color: #B59773;
}
.BgClassName
{
background-color: #B59773;
}
</style>
border-color css
<style>
span { border-color: #B59773; }
span { border-color: rgb(181,151,115); }
td.TdClassName
{
border-color: #B59773;
}
.TagClassName
{
border-color: #B59773;
}
</style>