Shades of Fallow #B9A178
Tints of Fallow #B9A178
RGB
CMYK
RGB Variations
Color information
#B9A178 (or 0xB9A178) is known color: Fallow. HEX triplet: B9, A1 and 78. RGB value is (185,161,120). Sum of RGB (Red+Green+Blue) = 185+161+120=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A178 is #465E87. Grayscale: #A3A3A3. Windows color (decimal): -4611720 or 7905721. OLE color: 7905721.
HSL color Cylindrical-coordinate representation of color #B9A178: hue angle of 37.85º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B9A178 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 161 | 120 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.27 |
| HSL | 37.85º | 0.32% | 0.6% | - |
| HSV(B) | 37.85º | 0.35% | 0.73% | - |
| XYZ | 36.14 | 37.16 | 23.04 | - |
| YUV | 163.5 | 103.45 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 161 | 120 | 0 | 0.13 | 0.35 | 0.27 | 37.85 | 0.32 | 0.6 |
| Hex | B9 | A1 | 78 | 0 | D | 23 | 1B | 26 | 20 | 3C |
| Octal | 271 | 241 | 170 | 0 | 15 | 43 | 33 | 46 | 40 | 74 |
| Binary | 10111001 | 10100001 | 1111000 | 0 | 1101 | 100011 | 11011 | 100110 | 100000 | 111100 |
Color Harmonies of #B9A178
Complementary color
Monochromatic Colors of #B9A178
Black with #B9A178
Text Example
Text Example
White with #B9A178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A178; }
p { color: rgb(185,161,120); }
H1.HeaderClassName
{
color: #B9A178;
}
.AnyTagClassName
{
color: #B9A178;
}
</style>
background-color css
<style>
a { background-color: #B9A178; }
a { background-color: rgb(185,161,120); }
div.DivClassName
{
background-color: #B9A178;
}
.BgClassName
{
background-color: #B9A178;
}
</style>
border-color css
<style>
span { border-color: #B9A178; }
span { border-color: rgb(185,161,120); }
td.TdClassName
{
border-color: #B9A178;
}
.TagClassName
{
border-color: #B9A178;
}
</style>