Shades of Fallow #B99969
Tints of Fallow #B99969
RGB
CMYK
RGB Variations
Color information
#B99969 (or 0xB99969) is known color: Fallow. HEX triplet: B9, 99 and 69. RGB value is (185,153,105). Sum of RGB (Red+Green+Blue) = 185+153+105=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 105 (41.41% from 255 or 23.70% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B99969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99969 is #466696. Grayscale: #9D9D9D. Windows color (decimal): -4613783 or 6920633. OLE color: 6920633.
HSL color Cylindrical-coordinate representation of color #B99969: hue angle of 36º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B99969 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 153 | 105 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.27 |
| HSL | 36º | 0.36% | 0.57% | - |
| HSV(B) | 36º | 0.43% | 0.73% | - |
| XYZ | 33.95 | 34.12 | 18.16 | - |
| YUV | 157.1 | 98.6 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 153 | 105 | 0 | 0.17 | 0.43 | 0.27 | 36 | 0.36 | 0.57 |
| Hex | B9 | 99 | 69 | 0 | 11 | 2B | 1B | 24 | 24 | 39 |
| Octal | 271 | 231 | 151 | 0 | 21 | 53 | 33 | 44 | 44 | 71 |
| Binary | 10111001 | 10011001 | 1101001 | 0 | 10001 | 101011 | 11011 | 100100 | 100100 | 111001 |
Color Harmonies of #B99969
Complementary color
Monochromatic Colors of #B99969
Black with #B99969
Text Example
Text Example
White with #B99969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99969; }
p { color: rgb(185,153,105); }
H1.HeaderClassName
{
color: #B99969;
}
.AnyTagClassName
{
color: #B99969;
}
</style>
background-color css
<style>
a { background-color: #B99969; }
a { background-color: rgb(185,153,105); }
div.DivClassName
{
background-color: #B99969;
}
.BgClassName
{
background-color: #B99969;
}
</style>
border-color css
<style>
span { border-color: #B99969; }
span { border-color: rgb(185,153,105); }
td.TdClassName
{
border-color: #B99969;
}
.TagClassName
{
border-color: #B99969;
}
</style>