Shades of Fallow #B9A06C
Tints of Fallow #B9A06C
RGB
CMYK
RGB Variations
Color information
#B9A06C (or 0xB9A06C) is known color: Fallow. HEX triplet: B9, A0 and 6C. RGB value is (185,160,108). Sum of RGB (Red+Green+Blue) = 185+160+108=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A06C is #465F93. Grayscale: #A1A1A1. Windows color (decimal): -4611988 or 7119033. OLE color: 7119033.
HSL color Cylindrical-coordinate representation of color #B9A06C: hue angle of 40.52º 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 #B9A06C is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 160 | 108 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.27 |
| HSL | 40.52º | 0.35% | 0.57% | - |
| HSV(B) | 40.52º | 0.42% | 0.73% | - |
| XYZ | 35.29 | 36.54 | 19.38 | - |
| YUV | 161.55 | 97.78 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 160 | 108 | 0 | 0.14 | 0.42 | 0.27 | 40.52 | 0.35 | 0.57 |
| Hex | B9 | A0 | 6C | 0 | E | 2A | 1B | 29 | 23 | 39 |
| Octal | 271 | 240 | 154 | 0 | 16 | 52 | 33 | 51 | 43 | 71 |
| Binary | 10111001 | 10100000 | 1101100 | 0 | 1110 | 101010 | 11011 | 101001 | 100011 | 111001 |
Color Harmonies of #B9A06C
Complementary color
Monochromatic Colors of #B9A06C
Black with #B9A06C
Text Example
Text Example
White with #B9A06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A06C; }
p { color: rgb(185,160,108); }
H1.HeaderClassName
{
color: #B9A06C;
}
.AnyTagClassName
{
color: #B9A06C;
}
</style>
background-color css
<style>
a { background-color: #B9A06C; }
a { background-color: rgb(185,160,108); }
div.DivClassName
{
background-color: #B9A06C;
}
.BgClassName
{
background-color: #B9A06C;
}
</style>
border-color css
<style>
span { border-color: #B9A06C; }
span { border-color: rgb(185,160,108); }
td.TdClassName
{
border-color: #B9A06C;
}
.TagClassName
{
border-color: #B9A06C;
}
</style>