Shades of Fallow #B9A06D
Tints of Fallow #B9A06D
RGB
CMYK
RGB Variations
Color information
#B9A06D (or 0xB9A06D) is known color: Fallow. HEX triplet: B9, A0 and 6D. RGB value is (185,160,109). Sum of RGB (Red+Green+Blue) = 185+160+109=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A06D is #465F92. Grayscale: #A1A1A1. Windows color (decimal): -4611987 or 7184569. OLE color: 7184569.
HSL color Cylindrical-coordinate representation of color #B9A06D: hue angle of 40.26º 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 #B9A06D is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 160 | 109 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.27 |
| HSL | 40.26º | 0.35% | 0.58% | - |
| HSV(B) | 40.26º | 0.41% | 0.73% | - |
| XYZ | 35.34 | 36.56 | 19.66 | - |
| YUV | 161.66 | 98.28 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 160 | 109 | 0 | 0.14 | 0.41 | 0.27 | 40.26 | 0.35 | 0.58 |
| Hex | B9 | A0 | 6D | 0 | E | 29 | 1B | 28 | 23 | 3A |
| Octal | 271 | 240 | 155 | 0 | 16 | 51 | 33 | 50 | 43 | 72 |
| Binary | 10111001 | 10100000 | 1101101 | 0 | 1110 | 101001 | 11011 | 101000 | 100011 | 111010 |
Color Harmonies of #B9A06D
Complementary color
Monochromatic Colors of #B9A06D
Black with #B9A06D
Text Example
Text Example
White with #B9A06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A06D; }
p { color: rgb(185,160,109); }
H1.HeaderClassName
{
color: #B9A06D;
}
.AnyTagClassName
{
color: #B9A06D;
}
</style>
background-color css
<style>
a { background-color: #B9A06D; }
a { background-color: rgb(185,160,109); }
div.DivClassName
{
background-color: #B9A06D;
}
.BgClassName
{
background-color: #B9A06D;
}
</style>
border-color css
<style>
span { border-color: #B9A06D; }
span { border-color: rgb(185,160,109); }
td.TdClassName
{
border-color: #B9A06D;
}
.TagClassName
{
border-color: #B9A06D;
}
</style>