Shades of Fallow #B49E6E
Tints of Fallow #B49E6E
RGB
CMYK
RGB Variations
Color information
#B49E6E (or 0xB49E6E) is known color: Fallow. HEX triplet: B4, 9E and 6E. RGB value is (180,158,110). Sum of RGB (Red+Green+Blue) = 180+158+110=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 110 (43.36% from 255 or 24.55% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49E6E is #4B6191. Grayscale: #9F9F9F. Windows color (decimal): -4940178 or 7249588. OLE color: 7249588.
HSL color Cylindrical-coordinate representation of color #B49E6E: hue angle of 41.14º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B49E6E is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 158 | 110 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.29 |
| HSL | 41.14º | 0.32% | 0.57% | - |
| HSV(B) | 41.14º | 0.39% | 0.71% | - |
| XYZ | 33.86 | 35.28 | 19.78 | - |
| YUV | 159.11 | 100.29 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 158 | 110 | 0 | 0.12 | 0.39 | 0.29 | 41.14 | 0.32 | 0.57 |
| Hex | B4 | 9E | 6E | 0 | C | 27 | 1D | 29 | 20 | 39 |
| Octal | 264 | 236 | 156 | 0 | 14 | 47 | 35 | 51 | 40 | 71 |
| Binary | 10110100 | 10011110 | 1101110 | 0 | 1100 | 100111 | 11101 | 101001 | 100000 | 111001 |
Color Harmonies of #B49E6E
Complementary color
Monochromatic Colors of #B49E6E
Black with #B49E6E
Text Example
Text Example
White with #B49E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49E6E; }
p { color: rgb(180,158,110); }
H1.HeaderClassName
{
color: #B49E6E;
}
.AnyTagClassName
{
color: #B49E6E;
}
</style>
background-color css
<style>
a { background-color: #B49E6E; }
a { background-color: rgb(180,158,110); }
div.DivClassName
{
background-color: #B49E6E;
}
.BgClassName
{
background-color: #B49E6E;
}
</style>
border-color css
<style>
span { border-color: #B49E6E; }
span { border-color: rgb(180,158,110); }
td.TdClassName
{
border-color: #B49E6E;
}
.TagClassName
{
border-color: #B49E6E;
}
</style>