Shades of Fallow #B9A16C
Tints of Fallow #B9A16C
RGB
CMYK
RGB Variations
Color information
#B9A16C (or 0xB9A16C) is known color: Fallow. HEX triplet: B9, A1 and 6C. RGB value is (185,161,108). Sum of RGB (Red+Green+Blue) = 185+161+108=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 161 (63.28% from 255 or 35.46% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A16C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A16C is #465E93. Grayscale: #A2A2A2. Windows color (decimal): -4611732 or 7119289. OLE color: 7119289.
HSL color Cylindrical-coordinate representation of color #B9A16C: hue angle of 41.3º 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 #B9A16C is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 161 | 108 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.27 |
| HSL | 41.3º | 0.35% | 0.57% | - |
| HSV(B) | 41.3º | 0.42% | 0.73% | - |
| XYZ | 35.46 | 36.89 | 19.44 | - |
| YUV | 162.13 | 97.45 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 161 | 108 | 0 | 0.13 | 0.42 | 0.27 | 41.3 | 0.35 | 0.57 |
| Hex | B9 | A1 | 6C | 0 | D | 2A | 1B | 29 | 23 | 39 |
| Octal | 271 | 241 | 154 | 0 | 15 | 52 | 33 | 51 | 43 | 71 |
| Binary | 10111001 | 10100001 | 1101100 | 0 | 1101 | 101010 | 11011 | 101001 | 100011 | 111001 |
Color Harmonies of #B9A16C
Complementary color
Monochromatic Colors of #B9A16C
Black with #B9A16C
Text Example
Text Example
White with #B9A16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A16C; }
p { color: rgb(185,161,108); }
H1.HeaderClassName
{
color: #B9A16C;
}
.AnyTagClassName
{
color: #B9A16C;
}
</style>
background-color css
<style>
a { background-color: #B9A16C; }
a { background-color: rgb(185,161,108); }
div.DivClassName
{
background-color: #B9A16C;
}
.BgClassName
{
background-color: #B9A16C;
}
</style>
border-color css
<style>
span { border-color: #B9A16C; }
span { border-color: rgb(185,161,108); }
td.TdClassName
{
border-color: #B9A16C;
}
.TagClassName
{
border-color: #B9A16C;
}
</style>