Shades of Fallow #B99972
Tints of Fallow #B99972
RGB
CMYK
RGB Variations
Color information
#B99972 (or 0xB99972) is known color: Fallow. HEX triplet: B9, 99 and 72. RGB value is (185,153,114). Sum of RGB (Red+Green+Blue) = 185+153+114=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B99972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99972 is #46668D. Grayscale: #9E9E9E. Windows color (decimal): -4613774 or 7510457. OLE color: 7510457.
HSL color Cylindrical-coordinate representation of color #B99972: hue angle of 32.96º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B99972 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 153 | 114 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.27 |
| HSL | 32.96º | 0.34% | 0.59% | - |
| HSV(B) | 32.96º | 0.38% | 0.73% | - |
| XYZ | 34.44 | 34.31 | 20.73 | - |
| YUV | 158.12 | 103.1 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 153 | 114 | 0 | 0.17 | 0.38 | 0.27 | 32.96 | 0.34 | 0.59 |
| Hex | B9 | 99 | 72 | 0 | 11 | 26 | 1B | 21 | 22 | 3B |
| Octal | 271 | 231 | 162 | 0 | 21 | 46 | 33 | 41 | 42 | 73 |
| Binary | 10111001 | 10011001 | 1110010 | 0 | 10001 | 100110 | 11011 | 100001 | 100010 | 111011 |
Color Harmonies of #B99972
Complementary color
Monochromatic Colors of #B99972
Black with #B99972
Text Example
Text Example
White with #B99972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99972; }
p { color: rgb(185,153,114); }
H1.HeaderClassName
{
color: #B99972;
}
.AnyTagClassName
{
color: #B99972;
}
</style>
background-color css
<style>
a { background-color: #B99972; }
a { background-color: rgb(185,153,114); }
div.DivClassName
{
background-color: #B99972;
}
.BgClassName
{
background-color: #B99972;
}
</style>
border-color css
<style>
span { border-color: #B99972; }
span { border-color: rgb(185,153,114); }
td.TdClassName
{
border-color: #B99972;
}
.TagClassName
{
border-color: #B99972;
}
</style>