Shades of Fallow #B49D6E
Tints of Fallow #B49D6E
RGB
CMYK
RGB Variations
Color information
#B49D6E (or 0xB49D6E) is known color: Fallow. HEX triplet: B4, 9D and 6E. RGB value is (180,157,110). Sum of RGB (Red+Green+Blue) = 180+157+110=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 110 (43.36% from 255 or 24.61% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49D6E is #4B6291. Grayscale: #9E9E9E. Windows color (decimal): -4940434 or 7249332. OLE color: 7249332.
HSL color Cylindrical-coordinate representation of color #B49D6E: hue angle of 40.29º 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 #B49D6E is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 157 | 110 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.29 |
| HSL | 40.29º | 0.32% | 0.57% | - |
| HSV(B) | 40.29º | 0.39% | 0.71% | - |
| XYZ | 33.69 | 34.94 | 19.72 | - |
| YUV | 158.52 | 100.62 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 157 | 110 | 0 | 0.13 | 0.39 | 0.29 | 40.29 | 0.32 | 0.57 |
| Hex | B4 | 9D | 6E | 0 | D | 27 | 1D | 28 | 20 | 39 |
| Octal | 264 | 235 | 156 | 0 | 15 | 47 | 35 | 50 | 40 | 71 |
| Binary | 10110100 | 10011101 | 1101110 | 0 | 1101 | 100111 | 11101 | 101000 | 100000 | 111001 |
Color Harmonies of #B49D6E
Complementary color
Monochromatic Colors of #B49D6E
Black with #B49D6E
Text Example
Text Example
White with #B49D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49D6E; }
p { color: rgb(180,157,110); }
H1.HeaderClassName
{
color: #B49D6E;
}
.AnyTagClassName
{
color: #B49D6E;
}
</style>
background-color css
<style>
a { background-color: #B49D6E; }
a { background-color: rgb(180,157,110); }
div.DivClassName
{
background-color: #B49D6E;
}
.BgClassName
{
background-color: #B49D6E;
}
</style>
border-color css
<style>
span { border-color: #B49D6E; }
span { border-color: rgb(180,157,110); }
td.TdClassName
{
border-color: #B49D6E;
}
.TagClassName
{
border-color: #B49D6E;
}
</style>