Shades of Fallow #B79A6D
Tints of Fallow #B79A6D
RGB
CMYK
RGB Variations
Color information
#B79A6D (or 0xB79A6D) is known color: Fallow. HEX triplet: B7, 9A and 6D. RGB value is (183,154,109). Sum of RGB (Red+Green+Blue) = 183+154+109=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79A6D is #486592. Grayscale: #9D9D9D. Windows color (decimal): -4744595 or 7183031. OLE color: 7183031.
HSL color Cylindrical-coordinate representation of color #B79A6D: hue angle of 36.49º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B79A6D is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 154 | 109 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.28 |
| HSL | 36.49º | 0.34% | 0.57% | - |
| HSV(B) | 36.49º | 0.4% | 0.72% | - |
| XYZ | 33.84 | 34.28 | 19.3 | - |
| YUV | 157.54 | 100.61 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 154 | 109 | 0 | 0.16 | 0.40 | 0.28 | 36.49 | 0.34 | 0.57 |
| Hex | B7 | 9A | 6D | 0 | 10 | 28 | 1C | 24 | 22 | 39 |
| Octal | 267 | 232 | 155 | 0 | 20 | 50 | 34 | 44 | 42 | 71 |
| Binary | 10110111 | 10011010 | 1101101 | 0 | 10000 | 101000 | 11100 | 100100 | 100010 | 111001 |
Color Harmonies of #B79A6D
Complementary color
Monochromatic Colors of #B79A6D
Black with #B79A6D
Text Example
Text Example
White with #B79A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79A6D; }
p { color: rgb(183,154,109); }
H1.HeaderClassName
{
color: #B79A6D;
}
.AnyTagClassName
{
color: #B79A6D;
}
</style>
background-color css
<style>
a { background-color: #B79A6D; }
a { background-color: rgb(183,154,109); }
div.DivClassName
{
background-color: #B79A6D;
}
.BgClassName
{
background-color: #B79A6D;
}
</style>
border-color css
<style>
span { border-color: #B79A6D; }
span { border-color: rgb(183,154,109); }
td.TdClassName
{
border-color: #B79A6D;
}
.TagClassName
{
border-color: #B79A6D;
}
</style>