Shades of Fallow #B9966A
Tints of Fallow #B9966A
RGB
CMYK
RGB Variations
Color information
#B9966A (or 0xB9966A) is known color: Fallow. HEX triplet: B9, 96 and 6A. RGB value is (185,150,106). Sum of RGB (Red+Green+Blue) = 185+150+106=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 106 (41.80% from 255 or 24.04% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B9966A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9966A is #466995. Grayscale: #9B9B9B. Windows color (decimal): -4614550 or 6985401. OLE color: 6985401.
HSL color Cylindrical-coordinate representation of color #B9966A: hue angle of 33.42º 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 #B9966A is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 150 | 106 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.27 |
| HSL | 33.42º | 0.36% | 0.57% | - |
| HSV(B) | 33.42º | 0.43% | 0.73% | - |
| XYZ | 33.52 | 33.17 | 18.27 | - |
| YUV | 155.45 | 100.1 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 150 | 106 | 0 | 0.19 | 0.43 | 0.27 | 33.42 | 0.36 | 0.57 |
| Hex | B9 | 96 | 6A | 0 | 13 | 2B | 1B | 21 | 24 | 39 |
| Octal | 271 | 226 | 152 | 0 | 23 | 53 | 33 | 41 | 44 | 71 |
| Binary | 10111001 | 10010110 | 1101010 | 0 | 10011 | 101011 | 11011 | 100001 | 100100 | 111001 |
Color Harmonies of #B9966A
Complementary color
Monochromatic Colors of #B9966A
Black with #B9966A
Text Example
Text Example
White with #B9966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9966A; }
p { color: rgb(185,150,106); }
H1.HeaderClassName
{
color: #B9966A;
}
.AnyTagClassName
{
color: #B9966A;
}
</style>
background-color css
<style>
a { background-color: #B9966A; }
a { background-color: rgb(185,150,106); }
div.DivClassName
{
background-color: #B9966A;
}
.BgClassName
{
background-color: #B9966A;
}
</style>
border-color css
<style>
span { border-color: #B9966A; }
span { border-color: rgb(185,150,106); }
td.TdClassName
{
border-color: #B9966A;
}
.TagClassName
{
border-color: #B9966A;
}
</style>