Shades of Fallow #B99A66
Tints of Fallow #B99A66
RGB
CMYK
RGB Variations
Color information
#B99A66 (or 0xB99A66) is known color: Fallow. HEX triplet: B9, 9A and 66. RGB value is (185,154,102). Sum of RGB (Red+Green+Blue) = 185+154+102=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B99A66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99A66 is #466599. Grayscale: #9D9D9D. Windows color (decimal): -4613530 or 6724281. OLE color: 6724281.
HSL color Cylindrical-coordinate representation of color #B99A66: hue angle of 37.59º 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 #B99A66 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 154 | 102 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.27 |
| HSL | 37.59º | 0.37% | 0.56% | - |
| HSV(B) | 37.59º | 0.45% | 0.73% | - |
| XYZ | 33.96 | 34.38 | 17.42 | - |
| YUV | 157.34 | 96.77 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 154 | 102 | 0 | 0.17 | 0.45 | 0.27 | 37.59 | 0.37 | 0.56 |
| Hex | B9 | 9A | 66 | 0 | 11 | 2D | 1B | 26 | 25 | 38 |
| Octal | 271 | 232 | 146 | 0 | 21 | 55 | 33 | 46 | 45 | 70 |
| Binary | 10111001 | 10011010 | 1100110 | 0 | 10001 | 101101 | 11011 | 100110 | 100101 | 111000 |
Color Harmonies of #B99A66
Complementary color
Monochromatic Colors of #B99A66
Black with #B99A66
Text Example
Text Example
White with #B99A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99A66; }
p { color: rgb(185,154,102); }
H1.HeaderClassName
{
color: #B99A66;
}
.AnyTagClassName
{
color: #B99A66;
}
</style>
background-color css
<style>
a { background-color: #B99A66; }
a { background-color: rgb(185,154,102); }
div.DivClassName
{
background-color: #B99A66;
}
.BgClassName
{
background-color: #B99A66;
}
</style>
border-color css
<style>
span { border-color: #B99A66; }
span { border-color: rgb(185,154,102); }
td.TdClassName
{
border-color: #B99A66;
}
.TagClassName
{
border-color: #B99A66;
}
</style>