Shades of Fallow #B7966E
Tints of Fallow #B7966E
RGB
CMYK
RGB Variations
Color information
#B7966E (or 0xB7966E) is known color: Fallow. HEX triplet: B7, 96 and 6E. RGB value is (183,150,110). Sum of RGB (Red+Green+Blue) = 183+150+110=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 110 (43.36% from 255 or 24.83% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B7966E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7966E is #486991. Grayscale: #9B9B9B. Windows color (decimal): -4745618 or 7247543. OLE color: 7247543.
HSL color Cylindrical-coordinate representation of color #B7966E: hue angle of 32.88º 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 #B7966E is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 150 | 110 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.28 |
| HSL | 32.88º | 0.34% | 0.57% | - |
| HSV(B) | 32.88º | 0.4% | 0.72% | - |
| XYZ | 33.25 | 33.01 | 19.37 | - |
| YUV | 155.31 | 102.43 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 150 | 110 | 0 | 0.18 | 0.40 | 0.28 | 32.88 | 0.34 | 0.57 |
| Hex | B7 | 96 | 6E | 0 | 12 | 28 | 1C | 21 | 22 | 39 |
| Octal | 267 | 226 | 156 | 0 | 22 | 50 | 34 | 41 | 42 | 71 |
| Binary | 10110111 | 10010110 | 1101110 | 0 | 10010 | 101000 | 11100 | 100001 | 100010 | 111001 |
Color Harmonies of #B7966E
Complementary color
Monochromatic Colors of #B7966E
Black with #B7966E
Text Example
Text Example
White with #B7966E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7966E; }
p { color: rgb(183,150,110); }
H1.HeaderClassName
{
color: #B7966E;
}
.AnyTagClassName
{
color: #B7966E;
}
</style>
background-color css
<style>
a { background-color: #B7966E; }
a { background-color: rgb(183,150,110); }
div.DivClassName
{
background-color: #B7966E;
}
.BgClassName
{
background-color: #B7966E;
}
</style>
border-color css
<style>
span { border-color: #B7966E; }
span { border-color: rgb(183,150,110); }
td.TdClassName
{
border-color: #B7966E;
}
.TagClassName
{
border-color: #B7966E;
}
</style>