Shades of Fallow #B79C6C
Tints of Fallow #B79C6C
RGB
CMYK
RGB Variations
Color information
#B79C6C (or 0xB79C6C) is known color: Fallow. HEX triplet: B7, 9C and 6C. RGB value is (183,156,108). Sum of RGB (Red+Green+Blue) = 183+156+108=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 183 - color contains mainly: red. Hex color #B79C6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79C6C is #486393. Grayscale: #9E9E9E. Windows color (decimal): -4744084 or 7118007. OLE color: 7118007.
HSL color Cylindrical-coordinate representation of color #B79C6C: hue angle of 38.4º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B79C6C is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 156 | 108 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.28 |
| HSL | 38.4º | 0.34% | 0.57% | - |
| HSV(B) | 38.4º | 0.41% | 0.72% | - |
| XYZ | 34.12 | 34.93 | 19.13 | - |
| YUV | 158.6 | 99.45 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 156 | 108 | 0 | 0.15 | 0.41 | 0.28 | 38.4 | 0.34 | 0.57 |
| Hex | B7 | 9C | 6C | 0 | F | 29 | 1C | 26 | 22 | 39 |
| Octal | 267 | 234 | 154 | 0 | 17 | 51 | 34 | 46 | 42 | 71 |
| Binary | 10110111 | 10011100 | 1101100 | 0 | 1111 | 101001 | 11100 | 100110 | 100010 | 111001 |
Color Harmonies of #B79C6C
Complementary color
Monochromatic Colors of #B79C6C
Black with #B79C6C
Text Example
Text Example
White with #B79C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79C6C; }
p { color: rgb(183,156,108); }
H1.HeaderClassName
{
color: #B79C6C;
}
.AnyTagClassName
{
color: #B79C6C;
}
</style>
background-color css
<style>
a { background-color: #B79C6C; }
a { background-color: rgb(183,156,108); }
div.DivClassName
{
background-color: #B79C6C;
}
.BgClassName
{
background-color: #B79C6C;
}
</style>
border-color css
<style>
span { border-color: #B79C6C; }
span { border-color: rgb(183,156,108); }
td.TdClassName
{
border-color: #B79C6C;
}
.TagClassName
{
border-color: #B79C6C;
}
</style>