Shades of Fallow #B99B72
Tints of Fallow #B99B72
RGB
CMYK
RGB Variations
Color information
#B99B72 (or 0xB99B72) is known color: Fallow. HEX triplet: B9, 9B and 72. RGB value is (185,155,114). Sum of RGB (Red+Green+Blue) = 185+155+114=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 155 (60.94% from 255 or 34.14% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99B72 is #46648D. Grayscale: #9F9F9F. Windows color (decimal): -4613262 or 7510969. OLE color: 7510969.
HSL color Cylindrical-coordinate representation of color #B99B72: hue angle of 34.65º 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 #B99B72 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 155 | 114 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.27 |
| HSL | 34.65º | 0.34% | 0.59% | - |
| HSV(B) | 34.65º | 0.38% | 0.73% | - |
| XYZ | 34.77 | 34.97 | 20.84 | - |
| YUV | 159.3 | 102.44 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 155 | 114 | 0 | 0.16 | 0.38 | 0.27 | 34.65 | 0.34 | 0.59 |
| Hex | B9 | 9B | 72 | 0 | 10 | 26 | 1B | 23 | 22 | 3B |
| Octal | 271 | 233 | 162 | 0 | 20 | 46 | 33 | 43 | 42 | 73 |
| Binary | 10111001 | 10011011 | 1110010 | 0 | 10000 | 100110 | 11011 | 100011 | 100010 | 111011 |
Color Harmonies of #B99B72
Complementary color
Monochromatic Colors of #B99B72
Black with #B99B72
Text Example
Text Example
White with #B99B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99B72; }
p { color: rgb(185,155,114); }
H1.HeaderClassName
{
color: #B99B72;
}
.AnyTagClassName
{
color: #B99B72;
}
</style>
background-color css
<style>
a { background-color: #B99B72; }
a { background-color: rgb(185,155,114); }
div.DivClassName
{
background-color: #B99B72;
}
.BgClassName
{
background-color: #B99B72;
}
</style>
border-color css
<style>
span { border-color: #B99B72; }
span { border-color: rgb(185,155,114); }
td.TdClassName
{
border-color: #B99B72;
}
.TagClassName
{
border-color: #B99B72;
}
</style>