Shades of Fallow #B9A06E
Tints of Fallow #B9A06E
RGB
CMYK
RGB Variations
Color information
#B9A06E (or 0xB9A06E) is known color: Fallow. HEX triplet: B9, A0 and 6E. RGB value is (185,160,110). Sum of RGB (Red+Green+Blue) = 185+160+110=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A06E is #465F91. Grayscale: #A1A1A1. Windows color (decimal): -4611986 or 7250105. OLE color: 7250105.
HSL color Cylindrical-coordinate representation of color #B9A06E: hue angle of 40º 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 #B9A06E is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 160 | 110 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.27 |
| HSL | 40º | 0.35% | 0.58% | - |
| HSV(B) | 40º | 0.41% | 0.73% | - |
| XYZ | 35.39 | 36.58 | 19.95 | - |
| YUV | 161.78 | 98.78 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 160 | 110 | 0 | 0.14 | 0.41 | 0.27 | 40 | 0.35 | 0.58 |
| Hex | B9 | A0 | 6E | 0 | E | 29 | 1B | 28 | 23 | 3A |
| Octal | 271 | 240 | 156 | 0 | 16 | 51 | 33 | 50 | 43 | 72 |
| Binary | 10111001 | 10100000 | 1101110 | 0 | 1110 | 101001 | 11011 | 101000 | 100011 | 111010 |
Color Harmonies of #B9A06E
Complementary color
Monochromatic Colors of #B9A06E
Black with #B9A06E
Text Example
Text Example
White with #B9A06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A06E; }
p { color: rgb(185,160,110); }
H1.HeaderClassName
{
color: #B9A06E;
}
.AnyTagClassName
{
color: #B9A06E;
}
</style>
background-color css
<style>
a { background-color: #B9A06E; }
a { background-color: rgb(185,160,110); }
div.DivClassName
{
background-color: #B9A06E;
}
.BgClassName
{
background-color: #B9A06E;
}
</style>
border-color css
<style>
span { border-color: #B9A06E; }
span { border-color: rgb(185,160,110); }
td.TdClassName
{
border-color: #B9A06E;
}
.TagClassName
{
border-color: #B9A06E;
}
</style>