Shades of Fallow #B79E71
Tints of Fallow #B79E71
RGB
CMYK
RGB Variations
Color information
#B79E71 (or 0xB79E71) is known color: Fallow. HEX triplet: B7, 9E and 71. RGB value is (183,158,113). Sum of RGB (Red+Green+Blue) = 183+158+113=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 158 (62.11% from 255 or 34.80% from 454); Blue value is 113 (44.53% from 255 or 24.89% from 454); Max value from RGB is 183 - color contains mainly: red. Hex color #B79E71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79E71 is #48618E. Grayscale: #A0A0A0. Windows color (decimal): -4743567 or 7446199. OLE color: 7446199.
HSL color Cylindrical-coordinate representation of color #B79E71: hue angle of 38.57º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B79E71 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 158 | 113 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.28 |
| HSL | 38.57º | 0.33% | 0.58% | - |
| HSV(B) | 38.57º | 0.38% | 0.72% | - |
| XYZ | 34.74 | 35.71 | 20.69 | - |
| YUV | 160.35 | 101.28 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 158 | 113 | 0 | 0.14 | 0.38 | 0.28 | 38.57 | 0.33 | 0.58 |
| Hex | B7 | 9E | 71 | 0 | E | 26 | 1C | 27 | 21 | 3A |
| Octal | 267 | 236 | 161 | 0 | 16 | 46 | 34 | 47 | 41 | 72 |
| Binary | 10110111 | 10011110 | 1110001 | 0 | 1110 | 100110 | 11100 | 100111 | 100001 | 111010 |
Color Harmonies of #B79E71
Complementary color
Monochromatic Colors of #B79E71
Black with #B79E71
Text Example
Text Example
White with #B79E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79E71; }
p { color: rgb(183,158,113); }
H1.HeaderClassName
{
color: #B79E71;
}
.AnyTagClassName
{
color: #B79E71;
}
</style>
background-color css
<style>
a { background-color: #B79E71; }
a { background-color: rgb(183,158,113); }
div.DivClassName
{
background-color: #B79E71;
}
.BgClassName
{
background-color: #B79E71;
}
</style>
border-color css
<style>
span { border-color: #B79E71; }
span { border-color: rgb(183,158,113); }
td.TdClassName
{
border-color: #B79E71;
}
.TagClassName
{
border-color: #B79E71;
}
</style>