Shades of Fallow #B99A73
Tints of Fallow #B99A73
RGB
CMYK
RGB Variations
Color information
#B99A73 (or 0xB99A73) is known color: Fallow. HEX triplet: B9, 9A and 73. RGB value is (185,154,115). Sum of RGB (Red+Green+Blue) = 185+154+115=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 154 (60.55% from 255 or 33.92% from 454); Blue value is 115 (45.31% from 255 or 25.33% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B99A73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99A73 is #46658C. Grayscale: #9F9F9F. Windows color (decimal): -4613517 or 7576249. OLE color: 7576249.
HSL color Cylindrical-coordinate representation of color #B99A73: hue angle of 33.43º degrees, saturation: 0.33, 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 #B99A73 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 154 | 115 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.27 |
| HSL | 33.43º | 0.33% | 0.59% | - |
| HSV(B) | 33.43º | 0.38% | 0.73% | - |
| XYZ | 34.66 | 34.66 | 21.08 | - |
| YUV | 158.82 | 103.27 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 154 | 115 | 0 | 0.17 | 0.38 | 0.27 | 33.43 | 0.33 | 0.59 |
| Hex | B9 | 9A | 73 | 0 | 11 | 26 | 1B | 21 | 21 | 3B |
| Octal | 271 | 232 | 163 | 0 | 21 | 46 | 33 | 41 | 41 | 73 |
| Binary | 10111001 | 10011010 | 1110011 | 0 | 10001 | 100110 | 11011 | 100001 | 100001 | 111011 |
Color Harmonies of #B99A73
Complementary color
Monochromatic Colors of #B99A73
Black with #B99A73
Text Example
Text Example
White with #B99A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99A73; }
p { color: rgb(185,154,115); }
H1.HeaderClassName
{
color: #B99A73;
}
.AnyTagClassName
{
color: #B99A73;
}
</style>
background-color css
<style>
a { background-color: #B99A73; }
a { background-color: rgb(185,154,115); }
div.DivClassName
{
background-color: #B99A73;
}
.BgClassName
{
background-color: #B99A73;
}
</style>
border-color css
<style>
span { border-color: #B99A73; }
span { border-color: rgb(185,154,115); }
td.TdClassName
{
border-color: #B99A73;
}
.TagClassName
{
border-color: #B99A73;
}
</style>