Shades of Fallow #B9906C
Tints of Fallow #B9906C
RGB
CMYK
RGB Variations
Color information
#B9906C (or 0xB9906C) is known color: Fallow. HEX triplet: B9, 90 and 6C. RGB value is (185,144,108). Sum of RGB (Red+Green+Blue) = 185+144+108=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B9906C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9906C is #466F93. Grayscale: #989898. Windows color (decimal): -4616084 or 7114937. OLE color: 7114937.
HSL color Cylindrical-coordinate representation of color #B9906C: hue angle of 28.05º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9906C is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 144 | 108 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.27 |
| HSL | 28.05º | 0.35% | 0.57% | - |
| HSV(B) | 28.05º | 0.42% | 0.73% | - |
| XYZ | 32.69 | 31.34 | 18.51 | - |
| YUV | 152.16 | 103.08 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 108 | 0 | 0.22 | 0.42 | 0.27 | 28.05 | 0.35 | 0.57 |
| Hex | B9 | 90 | 6C | 0 | 16 | 2A | 1B | 1C | 23 | 39 |
| Octal | 271 | 220 | 154 | 0 | 26 | 52 | 33 | 34 | 43 | 71 |
| Binary | 10111001 | 10010000 | 1101100 | 0 | 10110 | 101010 | 11011 | 11100 | 100011 | 111001 |
Color Harmonies of #B9906C
Complementary color
Monochromatic Colors of #B9906C
Black with #B9906C
Text Example
Text Example
White with #B9906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9906C; }
p { color: rgb(185,144,108); }
H1.HeaderClassName
{
color: #B9906C;
}
.AnyTagClassName
{
color: #B9906C;
}
</style>
background-color css
<style>
a { background-color: #B9906C; }
a { background-color: rgb(185,144,108); }
div.DivClassName
{
background-color: #B9906C;
}
.BgClassName
{
background-color: #B9906C;
}
</style>
border-color css
<style>
span { border-color: #B9906C; }
span { border-color: rgb(185,144,108); }
td.TdClassName
{
border-color: #B9906C;
}
.TagClassName
{
border-color: #B9906C;
}
</style>