Shades of Fallow #B79D70
Tints of Fallow #B79D70
RGB
CMYK
RGB Variations
Color information
#B79D70 (or 0xB79D70) is known color: Fallow. HEX triplet: B7, 9D and 70. RGB value is (183,157,112). Sum of RGB (Red+Green+Blue) = 183+157+112=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79D70 is #48628F. Grayscale: #9F9F9F. Windows color (decimal): -4743824 or 7380407. OLE color: 7380407.
HSL color Cylindrical-coordinate representation of color #B79D70: hue angle of 38.03º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B79D70 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 157 | 112 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.28 |
| HSL | 38.03º | 0.33% | 0.58% | - |
| HSV(B) | 38.03º | 0.39% | 0.72% | - |
| XYZ | 34.51 | 35.35 | 20.33 | - |
| YUV | 159.64 | 101.11 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 157 | 112 | 0 | 0.14 | 0.39 | 0.28 | 38.03 | 0.33 | 0.58 |
| Hex | B7 | 9D | 70 | 0 | E | 27 | 1C | 26 | 21 | 3A |
| Octal | 267 | 235 | 160 | 0 | 16 | 47 | 34 | 46 | 41 | 72 |
| Binary | 10110111 | 10011101 | 1110000 | 0 | 1110 | 100111 | 11100 | 100110 | 100001 | 111010 |
Color Harmonies of #B79D70
Complementary color
Monochromatic Colors of #B79D70
Black with #B79D70
Text Example
Text Example
White with #B79D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79D70; }
p { color: rgb(183,157,112); }
H1.HeaderClassName
{
color: #B79D70;
}
.AnyTagClassName
{
color: #B79D70;
}
</style>
background-color css
<style>
a { background-color: #B79D70; }
a { background-color: rgb(183,157,112); }
div.DivClassName
{
background-color: #B79D70;
}
.BgClassName
{
background-color: #B79D70;
}
</style>
border-color css
<style>
span { border-color: #B79D70; }
span { border-color: rgb(183,157,112); }
td.TdClassName
{
border-color: #B79D70;
}
.TagClassName
{
border-color: #B79D70;
}
</style>