Shades of Fallow #B9A36C
Tints of Fallow #B9A36C
RGB
CMYK
RGB Variations
Color information
#B9A36C (or 0xB9A36C) is known color: Fallow. HEX triplet: B9, A3 and 6C. RGB value is (185,163,108). Sum of RGB (Red+Green+Blue) = 185+163+108=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 163 (64.06% from 255 or 35.75% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A36C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A36C is #465C93. Grayscale: #A3A3A3. Windows color (decimal): -4611220 or 7119801. OLE color: 7119801.
HSL color Cylindrical-coordinate representation of color #B9A36C: hue angle of 42.86º 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 #B9A36C is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 163 | 108 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.27 |
| HSL | 42.86º | 0.35% | 0.57% | - |
| HSV(B) | 42.86º | 0.42% | 0.73% | - |
| XYZ | 35.81 | 37.59 | 19.56 | - |
| YUV | 163.31 | 96.79 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 163 | 108 | 0 | 0.12 | 0.42 | 0.27 | 42.86 | 0.35 | 0.57 |
| Hex | B9 | A3 | 6C | 0 | C | 2A | 1B | 2B | 23 | 39 |
| Octal | 271 | 243 | 154 | 0 | 14 | 52 | 33 | 53 | 43 | 71 |
| Binary | 10111001 | 10100011 | 1101100 | 0 | 1100 | 101010 | 11011 | 101011 | 100011 | 111001 |
Color Harmonies of #B9A36C
Complementary color
Monochromatic Colors of #B9A36C
Black with #B9A36C
Text Example
Text Example
White with #B9A36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A36C; }
p { color: rgb(185,163,108); }
H1.HeaderClassName
{
color: #B9A36C;
}
.AnyTagClassName
{
color: #B9A36C;
}
</style>
background-color css
<style>
a { background-color: #B9A36C; }
a { background-color: rgb(185,163,108); }
div.DivClassName
{
background-color: #B9A36C;
}
.BgClassName
{
background-color: #B9A36C;
}
</style>
border-color css
<style>
span { border-color: #B9A36C; }
span { border-color: rgb(185,163,108); }
td.TdClassName
{
border-color: #B9A36C;
}
.TagClassName
{
border-color: #B9A36C;
}
</style>