Shades of Fallow #B49D6B
Tints of Fallow #B49D6B
RGB
CMYK
RGB Variations
Color information
#B49D6B (or 0xB49D6B) is known color: Fallow. HEX triplet: B4, 9D and 6B. RGB value is (180,157,107). Sum of RGB (Red+Green+Blue) = 180+157+107=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49D6B is #4B6294. Grayscale: #9E9E9E. Windows color (decimal): -4940437 or 7052724. OLE color: 7052724.
HSL color Cylindrical-coordinate representation of color #B49D6B: hue angle of 41.1º 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 #B49D6B is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 157 | 107 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.29 |
| HSL | 41.1º | 0.33% | 0.56% | - |
| HSV(B) | 41.1º | 0.41% | 0.71% | - |
| XYZ | 33.53 | 34.88 | 18.87 | - |
| YUV | 158.18 | 99.12 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 157 | 107 | 0 | 0.13 | 0.41 | 0.29 | 41.1 | 0.33 | 0.56 |
| Hex | B4 | 9D | 6B | 0 | D | 29 | 1D | 29 | 21 | 38 |
| Octal | 264 | 235 | 153 | 0 | 15 | 51 | 35 | 51 | 41 | 70 |
| Binary | 10110100 | 10011101 | 1101011 | 0 | 1101 | 101001 | 11101 | 101001 | 100001 | 111000 |
Color Harmonies of #B49D6B
Complementary color
Monochromatic Colors of #B49D6B
Black with #B49D6B
Text Example
Text Example
White with #B49D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49D6B; }
p { color: rgb(180,157,107); }
H1.HeaderClassName
{
color: #B49D6B;
}
.AnyTagClassName
{
color: #B49D6B;
}
</style>
background-color css
<style>
a { background-color: #B49D6B; }
a { background-color: rgb(180,157,107); }
div.DivClassName
{
background-color: #B49D6B;
}
.BgClassName
{
background-color: #B49D6B;
}
</style>
border-color css
<style>
span { border-color: #B49D6B; }
span { border-color: rgb(180,157,107); }
td.TdClassName
{
border-color: #B49D6B;
}
.TagClassName
{
border-color: #B49D6B;
}
</style>