Shades of Fallow #B99771
Tints of Fallow #B99771
RGB
CMYK
RGB Variations
Color information
#B99771 (or 0xB99771) is known color: Fallow. HEX triplet: B9, 97 and 71. RGB value is (185,151,113). Sum of RGB (Red+Green+Blue) = 185+151+113=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 185 - color contains mainly: red. Hex color #B99771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99771 is #46688E. Grayscale: #9D9D9D. Windows color (decimal): -4614287 or 7444409. OLE color: 7444409.
HSL color Cylindrical-coordinate representation of color #B99771: hue angle of 31.67º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B99771 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 151 | 113 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.27 |
| HSL | 31.67º | 0.34% | 0.58% | - |
| HSV(B) | 31.67º | 0.39% | 0.73% | - |
| XYZ | 34.05 | 33.64 | 20.32 | - |
| YUV | 156.83 | 103.26 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 151 | 113 | 0 | 0.18 | 0.39 | 0.27 | 31.67 | 0.34 | 0.58 |
| Hex | B9 | 97 | 71 | 0 | 12 | 27 | 1B | 20 | 22 | 3A |
| Octal | 271 | 227 | 161 | 0 | 22 | 47 | 33 | 40 | 42 | 72 |
| Binary | 10111001 | 10010111 | 1110001 | 0 | 10010 | 100111 | 11011 | 100000 | 100010 | 111010 |
Color Harmonies of #B99771
Complementary color
Monochromatic Colors of #B99771
Black with #B99771
Text Example
Text Example
White with #B99771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99771; }
p { color: rgb(185,151,113); }
H1.HeaderClassName
{
color: #B99771;
}
.AnyTagClassName
{
color: #B99771;
}
</style>
background-color css
<style>
a { background-color: #B99771; }
a { background-color: rgb(185,151,113); }
div.DivClassName
{
background-color: #B99771;
}
.BgClassName
{
background-color: #B99771;
}
</style>
border-color css
<style>
span { border-color: #B99771; }
span { border-color: rgb(185,151,113); }
td.TdClassName
{
border-color: #B99771;
}
.TagClassName
{
border-color: #B99771;
}
</style>