Shades of Fallow #B99C72
Tints of Fallow #B99C72
RGB
CMYK
RGB Variations
Color information
#B99C72 (or 0xB99C72) is known color: Fallow. HEX triplet: B9, 9C and 72. RGB value is (185,156,114). Sum of RGB (Red+Green+Blue) = 185+156+114=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99C72 is #46638D. Grayscale: #A0A0A0. Windows color (decimal): -4613006 or 7511225. OLE color: 7511225.
HSL color Cylindrical-coordinate representation of color #B99C72: hue angle of 35.49º 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 #B99C72 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 156 | 114 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.27 |
| HSL | 35.49º | 0.34% | 0.59% | - |
| HSV(B) | 35.49º | 0.38% | 0.73% | - |
| XYZ | 34.93 | 35.31 | 20.89 | - |
| YUV | 159.88 | 102.11 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 156 | 114 | 0 | 0.16 | 0.38 | 0.27 | 35.49 | 0.34 | 0.59 |
| Hex | B9 | 9C | 72 | 0 | 10 | 26 | 1B | 23 | 22 | 3B |
| Octal | 271 | 234 | 162 | 0 | 20 | 46 | 33 | 43 | 42 | 73 |
| Binary | 10111001 | 10011100 | 1110010 | 0 | 10000 | 100110 | 11011 | 100011 | 100010 | 111011 |
Color Harmonies of #B99C72
Complementary color
Monochromatic Colors of #B99C72
Black with #B99C72
Text Example
Text Example
White with #B99C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99C72; }
p { color: rgb(185,156,114); }
H1.HeaderClassName
{
color: #B99C72;
}
.AnyTagClassName
{
color: #B99C72;
}
</style>
background-color css
<style>
a { background-color: #B99C72; }
a { background-color: rgb(185,156,114); }
div.DivClassName
{
background-color: #B99C72;
}
.BgClassName
{
background-color: #B99C72;
}
</style>
border-color css
<style>
span { border-color: #B99C72; }
span { border-color: rgb(185,156,114); }
td.TdClassName
{
border-color: #B99C72;
}
.TagClassName
{
border-color: #B99C72;
}
</style>