Shades of Fallow #B9966F
Tints of Fallow #B9966F
RGB
CMYK
RGB Variations
Color information
#B9966F (or 0xB9966F) is known color: Fallow. HEX triplet: B9, 96 and 6F. RGB value is (185,150,111). Sum of RGB (Red+Green+Blue) = 185+150+111=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 111 (43.75% from 255 or 24.89% from 446); Max value from RGB is 185 - color contains mainly: red. Hex color #B9966F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9966F is #466990. Grayscale: #9C9C9C. Windows color (decimal): -4614545 or 7313081. OLE color: 7313081.
HSL color Cylindrical-coordinate representation of color #B9966F: hue angle of 31.62º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B9966F is Cyan = 0, Magento = 0.19, Yellow = 0.4 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 150 | 111 | - |
| CMYK | 0 | 0.19 | 0.4 | 0.27 |
| HSL | 31.62º | 0.35% | 0.58% | - |
| HSV(B) | 31.62º | 0.4% | 0.73% | - |
| XYZ | 33.78 | 33.27 | 19.68 | - |
| YUV | 156.02 | 102.6 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 150 | 111 | 0 | 0.19 | 0.4 | 0.27 | 31.62 | 0.35 | 0.58 |
| Hex | B9 | 96 | 6F | 0 | 13 | 28 | 1B | 20 | 23 | 3A |
| Octal | 271 | 226 | 157 | 0 | 23 | 50 | 33 | 40 | 43 | 72 |
| Binary | 10111001 | 10010110 | 1101111 | 0 | 10011 | 101000 | 11011 | 100000 | 100011 | 111010 |
Color Harmonies of #B9966F
Complementary color
Monochromatic Colors of #B9966F
Black with #B9966F
Text Example
Text Example
White with #B9966F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9966F; }
p { color: rgb(185,150,111); }
H1.HeaderClassName
{
color: #B9966F;
}
.AnyTagClassName
{
color: #B9966F;
}
</style>
background-color css
<style>
a { background-color: #B9966F; }
a { background-color: rgb(185,150,111); }
div.DivClassName
{
background-color: #B9966F;
}
.BgClassName
{
background-color: #B9966F;
}
</style>
border-color css
<style>
span { border-color: #B9966F; }
span { border-color: rgb(185,150,111); }
td.TdClassName
{
border-color: #B9966F;
}
.TagClassName
{
border-color: #B9966F;
}
</style>