Shades of Fallow #B49E6C
Tints of Fallow #B49E6C
RGB
CMYK
RGB Variations
Color information
#B49E6C (or 0xB49E6C) is known color: Fallow. HEX triplet: B4, 9E and 6C. RGB value is (180,158,108). Sum of RGB (Red+Green+Blue) = 180+158+108=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49E6C is #4B6193. Grayscale: #9F9F9F. Windows color (decimal): -4940180 or 7118516. OLE color: 7118516.
HSL color Cylindrical-coordinate representation of color #B49E6C: hue angle of 41.67º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B49E6C is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 158 | 108 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.29 |
| HSL | 41.67º | 0.32% | 0.56% | - |
| HSV(B) | 41.67º | 0.4% | 0.71% | - |
| XYZ | 33.76 | 35.24 | 19.21 | - |
| YUV | 158.88 | 99.29 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 158 | 108 | 0 | 0.12 | 0.40 | 0.29 | 41.67 | 0.32 | 0.56 |
| Hex | B4 | 9E | 6C | 0 | C | 28 | 1D | 2A | 20 | 38 |
| Octal | 264 | 236 | 154 | 0 | 14 | 50 | 35 | 52 | 40 | 70 |
| Binary | 10110100 | 10011110 | 1101100 | 0 | 1100 | 101000 | 11101 | 101010 | 100000 | 111000 |
Color Harmonies of #B49E6C
Complementary color
Monochromatic Colors of #B49E6C
Black with #B49E6C
Text Example
Text Example
White with #B49E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49E6C; }
p { color: rgb(180,158,108); }
H1.HeaderClassName
{
color: #B49E6C;
}
.AnyTagClassName
{
color: #B49E6C;
}
</style>
background-color css
<style>
a { background-color: #B49E6C; }
a { background-color: rgb(180,158,108); }
div.DivClassName
{
background-color: #B49E6C;
}
.BgClassName
{
background-color: #B49E6C;
}
</style>
border-color css
<style>
span { border-color: #B49E6C; }
span { border-color: rgb(180,158,108); }
td.TdClassName
{
border-color: #B49E6C;
}
.TagClassName
{
border-color: #B49E6C;
}
</style>