Shades of Fallow #B7916E
Tints of Fallow #B7916E
RGB
CMYK
RGB Variations
Color information
#B7916E (or 0xB7916E) is known color: Fallow. HEX triplet: B7, 91 and 6E. RGB value is (183,145,110). Sum of RGB (Red+Green+Blue) = 183+145+110=438 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.78% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 110 (43.36% from 255 or 25.11% from 438); Max value from RGB is 183 - color contains mainly: red. Hex color #B7916E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7916E is #486E91. Grayscale: #989898. Windows color (decimal): -4746898 or 7246263. OLE color: 7246263.
HSL color Cylindrical-coordinate representation of color #B7916E: hue angle of 28.77º 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 #B7916E is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 145 | 110 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.28 |
| HSL | 28.77º | 0.34% | 0.57% | - |
| HSV(B) | 28.77º | 0.4% | 0.72% | - |
| XYZ | 32.47 | 31.44 | 19.11 | - |
| YUV | 152.37 | 104.09 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 145 | 110 | 0 | 0.21 | 0.40 | 0.28 | 28.77 | 0.34 | 0.57 |
| Hex | B7 | 91 | 6E | 0 | 15 | 28 | 1C | 1D | 22 | 39 |
| Octal | 267 | 221 | 156 | 0 | 25 | 50 | 34 | 35 | 42 | 71 |
| Binary | 10110111 | 10010001 | 1101110 | 0 | 10101 | 101000 | 11100 | 11101 | 100010 | 111001 |
Color Harmonies of #B7916E
Complementary color
Monochromatic Colors of #B7916E
Black with #B7916E
Text Example
Text Example
White with #B7916E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7916E; }
p { color: rgb(183,145,110); }
H1.HeaderClassName
{
color: #B7916E;
}
.AnyTagClassName
{
color: #B7916E;
}
</style>
background-color css
<style>
a { background-color: #B7916E; }
a { background-color: rgb(183,145,110); }
div.DivClassName
{
background-color: #B7916E;
}
.BgClassName
{
background-color: #B7916E;
}
</style>
border-color css
<style>
span { border-color: #B7916E; }
span { border-color: rgb(183,145,110); }
td.TdClassName
{
border-color: #B7916E;
}
.TagClassName
{
border-color: #B7916E;
}
</style>