Shades of Fallow #B9A068
Tints of Fallow #B9A068
RGB
CMYK
RGB Variations
Color information
#B9A068 (or 0xB9A068) is known color: Fallow. HEX triplet: B9, A0 and 68. RGB value is (185,160,104). Sum of RGB (Red+Green+Blue) = 185+160+104=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A068 is #465F97. Grayscale: #A1A1A1. Windows color (decimal): -4611992 or 6856889. OLE color: 6856889.
HSL color Cylindrical-coordinate representation of color #B9A068: hue angle of 41.48º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9A068 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 160 | 104 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.27 |
| HSL | 41.48º | 0.37% | 0.57% | - |
| HSV(B) | 41.48º | 0.44% | 0.73% | - |
| XYZ | 35.08 | 36.46 | 18.28 | - |
| YUV | 161.09 | 95.78 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 160 | 104 | 0 | 0.14 | 0.44 | 0.27 | 41.48 | 0.37 | 0.57 |
| Hex | B9 | A0 | 68 | 0 | E | 2C | 1B | 29 | 25 | 39 |
| Octal | 271 | 240 | 150 | 0 | 16 | 54 | 33 | 51 | 45 | 71 |
| Binary | 10111001 | 10100000 | 1101000 | 0 | 1110 | 101100 | 11011 | 101001 | 100101 | 111001 |
Color Harmonies of #B9A068
Complementary color
Monochromatic Colors of #B9A068
Black with #B9A068
Text Example
Text Example
White with #B9A068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A068; }
p { color: rgb(185,160,104); }
H1.HeaderClassName
{
color: #B9A068;
}
.AnyTagClassName
{
color: #B9A068;
}
</style>
background-color css
<style>
a { background-color: #B9A068; }
a { background-color: rgb(185,160,104); }
div.DivClassName
{
background-color: #B9A068;
}
.BgClassName
{
background-color: #B9A068;
}
</style>
border-color css
<style>
span { border-color: #B9A068; }
span { border-color: rgb(185,160,104); }
td.TdClassName
{
border-color: #B9A068;
}
.TagClassName
{
border-color: #B9A068;
}
</style>