Shades of Fallow #B99270
Tints of Fallow #B99270
RGB
CMYK
RGB Variations
Color information
#B99270 (or 0xB99270) is known color: Fallow. HEX triplet: B9, 92 and 70. RGB value is (185,146,112). Sum of RGB (Red+Green+Blue) = 185+146+112=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B99270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99270 is #466D8F. Grayscale: #999999. Windows color (decimal): -4615568 or 7377593. OLE color: 7377593.
HSL color Cylindrical-coordinate representation of color #B99270: hue angle of 27.95º 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 #B99270 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 146 | 112 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.27 |
| HSL | 27.95º | 0.34% | 0.58% | - |
| HSV(B) | 27.95º | 0.39% | 0.73% | - |
| XYZ | 33.21 | 32.04 | 19.76 | - |
| YUV | 153.79 | 104.42 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 146 | 112 | 0 | 0.21 | 0.39 | 0.27 | 27.95 | 0.34 | 0.58 |
| Hex | B9 | 92 | 70 | 0 | 15 | 27 | 1B | 1C | 22 | 3A |
| Octal | 271 | 222 | 160 | 0 | 25 | 47 | 33 | 34 | 42 | 72 |
| Binary | 10111001 | 10010010 | 1110000 | 0 | 10101 | 100111 | 11011 | 11100 | 100010 | 111010 |
Color Harmonies of #B99270
Complementary color
Monochromatic Colors of #B99270
Black with #B99270
Text Example
Text Example
White with #B99270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99270; }
p { color: rgb(185,146,112); }
H1.HeaderClassName
{
color: #B99270;
}
.AnyTagClassName
{
color: #B99270;
}
</style>
background-color css
<style>
a { background-color: #B99270; }
a { background-color: rgb(185,146,112); }
div.DivClassName
{
background-color: #B99270;
}
.BgClassName
{
background-color: #B99270;
}
</style>
border-color css
<style>
span { border-color: #B99270; }
span { border-color: rgb(185,146,112); }
td.TdClassName
{
border-color: #B99270;
}
.TagClassName
{
border-color: #B99270;
}
</style>