Shades of Fallow #B99B71
Tints of Fallow #B99B71
RGB
CMYK
RGB Variations
Color information
#B99B71 (or 0xB99B71) is known color: Fallow. HEX triplet: B9, 9B and 71. RGB value is (185,155,113). Sum of RGB (Red+Green+Blue) = 185+155+113=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99B71 is #46648E. Grayscale: #9F9F9F. Windows color (decimal): -4613263 or 7445433. OLE color: 7445433.
HSL color Cylindrical-coordinate representation of color #B99B71: hue angle of 35º 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 #B99B71 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 155 | 113 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.27 |
| HSL | 35º | 0.34% | 0.58% | - |
| HSV(B) | 35º | 0.39% | 0.73% | - |
| XYZ | 34.71 | 34.95 | 20.54 | - |
| YUV | 159.18 | 101.94 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 155 | 113 | 0 | 0.16 | 0.39 | 0.27 | 35 | 0.34 | 0.58 |
| Hex | B9 | 9B | 71 | 0 | 10 | 27 | 1B | 23 | 22 | 3A |
| Octal | 271 | 233 | 161 | 0 | 20 | 47 | 33 | 43 | 42 | 72 |
| Binary | 10111001 | 10011011 | 1110001 | 0 | 10000 | 100111 | 11011 | 100011 | 100010 | 111010 |
Color Harmonies of #B99B71
Complementary color
Monochromatic Colors of #B99B71
Black with #B99B71
Text Example
Text Example
White with #B99B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99B71; }
p { color: rgb(185,155,113); }
H1.HeaderClassName
{
color: #B99B71;
}
.AnyTagClassName
{
color: #B99B71;
}
</style>
background-color css
<style>
a { background-color: #B99B71; }
a { background-color: rgb(185,155,113); }
div.DivClassName
{
background-color: #B99B71;
}
.BgClassName
{
background-color: #B99B71;
}
</style>
border-color css
<style>
span { border-color: #B99B71; }
span { border-color: rgb(185,155,113); }
td.TdClassName
{
border-color: #B99B71;
}
.TagClassName
{
border-color: #B99B71;
}
</style>