Shades of Fallow #B99466
Tints of Fallow #B99466
RGB
CMYK
RGB Variations
Color information
#B99466 (or 0xB99466) is known color: Fallow. HEX triplet: B9, 94 and 66. RGB value is (185,148,102). Sum of RGB (Red+Green+Blue) = 185+148+102=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B99466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99466 is #466B99. Grayscale: #9A9A9A. Windows color (decimal): -4615066 or 6722745. OLE color: 6722745.
HSL color Cylindrical-coordinate representation of color #B99466: hue angle of 33.25º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B99466 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 148 | 102 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.27 |
| HSL | 33.25º | 0.37% | 0.56% | - |
| HSV(B) | 33.25º | 0.45% | 0.73% | - |
| XYZ | 33 | 32.45 | 17.1 | - |
| YUV | 153.82 | 98.76 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 148 | 102 | 0 | 0.20 | 0.45 | 0.27 | 33.25 | 0.37 | 0.56 |
| Hex | B9 | 94 | 66 | 0 | 14 | 2D | 1B | 21 | 25 | 38 |
| Octal | 271 | 224 | 146 | 0 | 24 | 55 | 33 | 41 | 45 | 70 |
| Binary | 10111001 | 10010100 | 1100110 | 0 | 10100 | 101101 | 11011 | 100001 | 100101 | 111000 |
Color Harmonies of #B99466
Complementary color
Monochromatic Colors of #B99466
Black with #B99466
Text Example
Text Example
White with #B99466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99466; }
p { color: rgb(185,148,102); }
H1.HeaderClassName
{
color: #B99466;
}
.AnyTagClassName
{
color: #B99466;
}
</style>
background-color css
<style>
a { background-color: #B99466; }
a { background-color: rgb(185,148,102); }
div.DivClassName
{
background-color: #B99466;
}
.BgClassName
{
background-color: #B99466;
}
</style>
border-color css
<style>
span { border-color: #B99466; }
span { border-color: rgb(185,148,102); }
td.TdClassName
{
border-color: #B99466;
}
.TagClassName
{
border-color: #B99466;
}
</style>