Shades of Fallow #B99370
Tints of Fallow #B99370
RGB
CMYK
RGB Variations
Color information
#B99370 (or 0xB99370) is known color: Fallow. HEX triplet: B9, 93 and 70. RGB value is (185,147,112). Sum of RGB (Red+Green+Blue) = 185+147+112=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 147 (57.81% from 255 or 33.11% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B99370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99370 is #466C8F. Grayscale: #9A9A9A. Windows color (decimal): -4615312 or 7377849. OLE color: 7377849.
HSL color Cylindrical-coordinate representation of color #B99370: hue angle of 28.77º 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 #B99370 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 147 | 112 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.27 |
| HSL | 28.77º | 0.34% | 0.58% | - |
| HSV(B) | 28.77º | 0.39% | 0.73% | - |
| XYZ | 33.37 | 32.35 | 19.82 | - |
| YUV | 154.37 | 104.09 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 147 | 112 | 0 | 0.21 | 0.39 | 0.27 | 28.77 | 0.34 | 0.58 |
| Hex | B9 | 93 | 70 | 0 | 15 | 27 | 1B | 1D | 22 | 3A |
| Octal | 271 | 223 | 160 | 0 | 25 | 47 | 33 | 35 | 42 | 72 |
| Binary | 10111001 | 10010011 | 1110000 | 0 | 10101 | 100111 | 11011 | 11101 | 100010 | 111010 |
Color Harmonies of #B99370
Complementary color
Monochromatic Colors of #B99370
Black with #B99370
Text Example
Text Example
White with #B99370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99370; }
p { color: rgb(185,147,112); }
H1.HeaderClassName
{
color: #B99370;
}
.AnyTagClassName
{
color: #B99370;
}
</style>
background-color css
<style>
a { background-color: #B99370; }
a { background-color: rgb(185,147,112); }
div.DivClassName
{
background-color: #B99370;
}
.BgClassName
{
background-color: #B99370;
}
</style>
border-color css
<style>
span { border-color: #B99370; }
span { border-color: rgb(185,147,112); }
td.TdClassName
{
border-color: #B99370;
}
.TagClassName
{
border-color: #B99370;
}
</style>