Shades of Fallow #B99F76
Tints of Fallow #B99F76
RGB
CMYK
RGB Variations
Color information
#B99F76 (or 0xB99F76) is known color: Fallow. HEX triplet: B9, 9F and 76. RGB value is (185,159,118). Sum of RGB (Red+Green+Blue) = 185+159+118=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B99F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99F76 is #466089. Grayscale: #A2A2A2. Windows color (decimal): -4612234 or 7774137. OLE color: 7774137.
HSL color Cylindrical-coordinate representation of color #B99F76: hue angle of 36.72º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B99F76 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 159 | 118 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.27 |
| HSL | 36.72º | 0.32% | 0.59% | - |
| HSV(B) | 36.72º | 0.36% | 0.73% | - |
| XYZ | 35.68 | 36.42 | 22.29 | - |
| YUV | 162.1 | 103.11 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 159 | 118 | 0 | 0.14 | 0.36 | 0.27 | 36.72 | 0.32 | 0.59 |
| Hex | B9 | 9F | 76 | 0 | E | 24 | 1B | 25 | 20 | 3B |
| Octal | 271 | 237 | 166 | 0 | 16 | 44 | 33 | 45 | 40 | 73 |
| Binary | 10111001 | 10011111 | 1110110 | 0 | 1110 | 100100 | 11011 | 100101 | 100000 | 111011 |
Color Harmonies of #B99F76
Complementary color
Monochromatic Colors of #B99F76
Black with #B99F76
Text Example
Text Example
White with #B99F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99F76; }
p { color: rgb(185,159,118); }
H1.HeaderClassName
{
color: #B99F76;
}
.AnyTagClassName
{
color: #B99F76;
}
</style>
background-color css
<style>
a { background-color: #B99F76; }
a { background-color: rgb(185,159,118); }
div.DivClassName
{
background-color: #B99F76;
}
.BgClassName
{
background-color: #B99F76;
}
</style>
border-color css
<style>
span { border-color: #B99F76; }
span { border-color: rgb(185,159,118); }
td.TdClassName
{
border-color: #B99F76;
}
.TagClassName
{
border-color: #B99F76;
}
</style>