Shades of Fallow #B49D6A
Tints of Fallow #B49D6A
RGB
CMYK
RGB Variations
Color information
#B49D6A (or 0xB49D6A) is known color: Fallow. HEX triplet: B4, 9D and 6A. RGB value is (180,157,106). Sum of RGB (Red+Green+Blue) = 180+157+106=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49D6A is #4B6295. Grayscale: #9E9E9E. Windows color (decimal): -4940438 or 6987188. OLE color: 6987188.
HSL color Cylindrical-coordinate representation of color #B49D6A: hue angle of 41.35º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B49D6A is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 157 | 106 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.29 |
| HSL | 41.35º | 0.33% | 0.56% | - |
| HSV(B) | 41.35º | 0.41% | 0.71% | - |
| XYZ | 33.48 | 34.86 | 18.6 | - |
| YUV | 158.06 | 98.62 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 157 | 106 | 0 | 0.13 | 0.41 | 0.29 | 41.35 | 0.33 | 0.56 |
| Hex | B4 | 9D | 6A | 0 | D | 29 | 1D | 29 | 21 | 38 |
| Octal | 264 | 235 | 152 | 0 | 15 | 51 | 35 | 51 | 41 | 70 |
| Binary | 10110100 | 10011101 | 1101010 | 0 | 1101 | 101001 | 11101 | 101001 | 100001 | 111000 |
Color Harmonies of #B49D6A
Complementary color
Monochromatic Colors of #B49D6A
Black with #B49D6A
Text Example
Text Example
White with #B49D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49D6A; }
p { color: rgb(180,157,106); }
H1.HeaderClassName
{
color: #B49D6A;
}
.AnyTagClassName
{
color: #B49D6A;
}
</style>
background-color css
<style>
a { background-color: #B49D6A; }
a { background-color: rgb(180,157,106); }
div.DivClassName
{
background-color: #B49D6A;
}
.BgClassName
{
background-color: #B49D6A;
}
</style>
border-color css
<style>
span { border-color: #B49D6A; }
span { border-color: rgb(180,157,106); }
td.TdClassName
{
border-color: #B49D6A;
}
.TagClassName
{
border-color: #B49D6A;
}
</style>