Shades of Fallow #B9966D
Tints of Fallow #B9966D
RGB
CMYK
RGB Variations
Color information
#B9966D (or 0xB9966D) is known color: Fallow. HEX triplet: B9, 96 and 6D. RGB value is (185,150,109). Sum of RGB (Red+Green+Blue) = 185+150+109=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B9966D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9966D is #466992. Grayscale: #9B9B9B. Windows color (decimal): -4614547 or 7182009. OLE color: 7182009.
HSL color Cylindrical-coordinate representation of color #B9966D: hue angle of 32.37º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B9966D is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 150 | 109 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.27 |
| HSL | 32.37º | 0.35% | 0.58% | - |
| HSV(B) | 32.37º | 0.41% | 0.73% | - |
| XYZ | 33.67 | 33.23 | 19.11 | - |
| YUV | 155.79 | 101.6 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 150 | 109 | 0 | 0.19 | 0.41 | 0.27 | 32.37 | 0.35 | 0.58 |
| Hex | B9 | 96 | 6D | 0 | 13 | 29 | 1B | 20 | 23 | 3A |
| Octal | 271 | 226 | 155 | 0 | 23 | 51 | 33 | 40 | 43 | 72 |
| Binary | 10111001 | 10010110 | 1101101 | 0 | 10011 | 101001 | 11011 | 100000 | 100011 | 111010 |
Color Harmonies of #B9966D
Complementary color
Monochromatic Colors of #B9966D
Black with #B9966D
Text Example
Text Example
White with #B9966D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9966D; }
p { color: rgb(185,150,109); }
H1.HeaderClassName
{
color: #B9966D;
}
.AnyTagClassName
{
color: #B9966D;
}
</style>
background-color css
<style>
a { background-color: #B9966D; }
a { background-color: rgb(185,150,109); }
div.DivClassName
{
background-color: #B9966D;
}
.BgClassName
{
background-color: #B9966D;
}
</style>
border-color css
<style>
span { border-color: #B9966D; }
span { border-color: rgb(185,150,109); }
td.TdClassName
{
border-color: #B9966D;
}
.TagClassName
{
border-color: #B9966D;
}
</style>