Shades of Fallow #B49A6D
Tints of Fallow #B49A6D
RGB
CMYK
RGB Variations
Color information
#B49A6D (or 0xB49A6D) is known color: Fallow. HEX triplet: B4, 9A and 6D. RGB value is (180,154,109). Sum of RGB (Red+Green+Blue) = 180+154+109=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49A6D is #4B6592. Grayscale: #9C9C9C. Windows color (decimal): -4941203 or 7183028. OLE color: 7183028.
HSL color Cylindrical-coordinate representation of color #B49A6D: hue angle of 38.03º 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 #B49A6D is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 154 | 109 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.29 |
| HSL | 38.03º | 0.32% | 0.57% | - |
| HSV(B) | 38.03º | 0.39% | 0.71% | - |
| XYZ | 33.14 | 33.92 | 19.27 | - |
| YUV | 156.64 | 101.11 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 154 | 109 | 0 | 0.14 | 0.39 | 0.29 | 38.03 | 0.32 | 0.57 |
| Hex | B4 | 9A | 6D | 0 | E | 27 | 1D | 26 | 20 | 39 |
| Octal | 264 | 232 | 155 | 0 | 16 | 47 | 35 | 46 | 40 | 71 |
| Binary | 10110100 | 10011010 | 1101101 | 0 | 1110 | 100111 | 11101 | 100110 | 100000 | 111001 |
Color Harmonies of #B49A6D
Complementary color
Monochromatic Colors of #B49A6D
Black with #B49A6D
Text Example
Text Example
White with #B49A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49A6D; }
p { color: rgb(180,154,109); }
H1.HeaderClassName
{
color: #B49A6D;
}
.AnyTagClassName
{
color: #B49A6D;
}
</style>
background-color css
<style>
a { background-color: #B49A6D; }
a { background-color: rgb(180,154,109); }
div.DivClassName
{
background-color: #B49A6D;
}
.BgClassName
{
background-color: #B49A6D;
}
</style>
border-color css
<style>
span { border-color: #B49A6D; }
span { border-color: rgb(180,154,109); }
td.TdClassName
{
border-color: #B49A6D;
}
.TagClassName
{
border-color: #B49A6D;
}
</style>