Shades of Fallow #B49B6C
Tints of Fallow #B49B6C
RGB
CMYK
RGB Variations
Color information
#B49B6C (or 0xB49B6C) is known color: Fallow. HEX triplet: B4, 9B and 6C. RGB value is (180,155,108). Sum of RGB (Red+Green+Blue) = 180+155+108=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49B6C is #4B6493. Grayscale: #9D9D9D. Windows color (decimal): -4940948 or 7117748. OLE color: 7117748.
HSL color Cylindrical-coordinate representation of color #B49B6C: hue angle of 39.17º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B49B6C is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 155 | 108 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.29 |
| HSL | 39.17º | 0.32% | 0.56% | - |
| HSV(B) | 39.17º | 0.4% | 0.71% | - |
| XYZ | 33.25 | 34.23 | 19.04 | - |
| YUV | 157.12 | 100.28 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 155 | 108 | 0 | 0.14 | 0.40 | 0.29 | 39.17 | 0.32 | 0.56 |
| Hex | B4 | 9B | 6C | 0 | E | 28 | 1D | 27 | 20 | 38 |
| Octal | 264 | 233 | 154 | 0 | 16 | 50 | 35 | 47 | 40 | 70 |
| Binary | 10110100 | 10011011 | 1101100 | 0 | 1110 | 101000 | 11101 | 100111 | 100000 | 111000 |
Color Harmonies of #B49B6C
Complementary color
Monochromatic Colors of #B49B6C
Black with #B49B6C
Text Example
Text Example
White with #B49B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49B6C; }
p { color: rgb(180,155,108); }
H1.HeaderClassName
{
color: #B49B6C;
}
.AnyTagClassName
{
color: #B49B6C;
}
</style>
background-color css
<style>
a { background-color: #B49B6C; }
a { background-color: rgb(180,155,108); }
div.DivClassName
{
background-color: #B49B6C;
}
.BgClassName
{
background-color: #B49B6C;
}
</style>
border-color css
<style>
span { border-color: #B49B6C; }
span { border-color: rgb(180,155,108); }
td.TdClassName
{
border-color: #B49B6C;
}
.TagClassName
{
border-color: #B49B6C;
}
</style>