Shades of Fallow #B99870
Tints of Fallow #B99870
RGB
CMYK
RGB Variations
Color information
#B99870 (or 0xB99870) is known color: Fallow. HEX triplet: B9, 98 and 70. RGB value is (185,152,112). Sum of RGB (Red+Green+Blue) = 185+152+112=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 185 - color contains mainly: red. Hex color #B99870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99870 is #46678F. Grayscale: #9D9D9D. Windows color (decimal): -4614032 or 7379129. OLE color: 7379129.
HSL color Cylindrical-coordinate representation of color #B99870: hue angle of 32.88º 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 #B99870 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 152 | 112 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.27 |
| HSL | 32.88º | 0.34% | 0.58% | - |
| HSV(B) | 32.88º | 0.39% | 0.73% | - |
| XYZ | 34.16 | 33.94 | 20.08 | - |
| YUV | 157.31 | 102.43 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 152 | 112 | 0 | 0.18 | 0.39 | 0.27 | 32.88 | 0.34 | 0.58 |
| Hex | B9 | 98 | 70 | 0 | 12 | 27 | 1B | 21 | 22 | 3A |
| Octal | 271 | 230 | 160 | 0 | 22 | 47 | 33 | 41 | 42 | 72 |
| Binary | 10111001 | 10011000 | 1110000 | 0 | 10010 | 100111 | 11011 | 100001 | 100010 | 111010 |
Color Harmonies of #B99870
Complementary color
Monochromatic Colors of #B99870
Black with #B99870
Text Example
Text Example
White with #B99870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99870; }
p { color: rgb(185,152,112); }
H1.HeaderClassName
{
color: #B99870;
}
.AnyTagClassName
{
color: #B99870;
}
</style>
background-color css
<style>
a { background-color: #B99870; }
a { background-color: rgb(185,152,112); }
div.DivClassName
{
background-color: #B99870;
}
.BgClassName
{
background-color: #B99870;
}
</style>
border-color css
<style>
span { border-color: #B99870; }
span { border-color: rgb(185,152,112); }
td.TdClassName
{
border-color: #B99870;
}
.TagClassName
{
border-color: #B99870;
}
</style>