Shades of Fallow #B79A76
Tints of Fallow #B79A76
RGB
CMYK
RGB Variations
Color information
#B79A76 (or 0xB79A76) is known color: Fallow. HEX triplet: B7, 9A and 76. RGB value is (183,154,118). Sum of RGB (Red+Green+Blue) = 183+154+118=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79A76 is #486589. Grayscale: #9E9E9E. Windows color (decimal): -4744586 or 7772855. OLE color: 7772855.
HSL color Cylindrical-coordinate representation of color #B79A76: hue angle of 33.23º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B79A76 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 154 | 118 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.28 |
| HSL | 33.23º | 0.31% | 0.59% | - |
| HSV(B) | 33.23º | 0.36% | 0.72% | - |
| XYZ | 34.35 | 34.49 | 21.99 | - |
| YUV | 158.57 | 105.11 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 154 | 118 | 0 | 0.16 | 0.36 | 0.28 | 33.23 | 0.31 | 0.59 |
| Hex | B7 | 9A | 76 | 0 | 10 | 24 | 1C | 21 | 1F | 3B |
| Octal | 267 | 232 | 166 | 0 | 20 | 44 | 34 | 41 | 37 | 73 |
| Binary | 10110111 | 10011010 | 1110110 | 0 | 10000 | 100100 | 11100 | 100001 | 11111 | 111011 |
Color Harmonies of #B79A76
Complementary color
Monochromatic Colors of #B79A76
Black with #B79A76
Text Example
Text Example
White with #B79A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79A76; }
p { color: rgb(183,154,118); }
H1.HeaderClassName
{
color: #B79A76;
}
.AnyTagClassName
{
color: #B79A76;
}
</style>
background-color css
<style>
a { background-color: #B79A76; }
a { background-color: rgb(183,154,118); }
div.DivClassName
{
background-color: #B79A76;
}
.BgClassName
{
background-color: #B79A76;
}
</style>
border-color css
<style>
span { border-color: #B79A76; }
span { border-color: rgb(183,154,118); }
td.TdClassName
{
border-color: #B79A76;
}
.TagClassName
{
border-color: #B79A76;
}
</style>