Shades of Fallow #B4956E
Tints of Fallow #B4956E
RGB
CMYK
RGB Variations
Color information
#B4956E (or 0xB4956E) is known color: Fallow. HEX triplet: B4, 95 and 6E. RGB value is (180,149,110). Sum of RGB (Red+Green+Blue) = 180+149+110=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 110 (43.36% from 255 or 25.06% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B4956E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4956E is #4B6A91. Grayscale: #9A9A9A. Windows color (decimal): -4942482 or 7247284. OLE color: 7247284.
HSL color Cylindrical-coordinate representation of color #B4956E: hue angle of 33.43º 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 #B4956E is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 149 | 110 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.29 |
| HSL | 33.43º | 0.32% | 0.57% | - |
| HSV(B) | 33.43º | 0.39% | 0.71% | - |
| XYZ | 32.38 | 32.32 | 19.28 | - |
| YUV | 153.82 | 103.27 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 149 | 110 | 0 | 0.17 | 0.39 | 0.29 | 33.43 | 0.32 | 0.57 |
| Hex | B4 | 95 | 6E | 0 | 11 | 27 | 1D | 21 | 20 | 39 |
| Octal | 264 | 225 | 156 | 0 | 21 | 47 | 35 | 41 | 40 | 71 |
| Binary | 10110100 | 10010101 | 1101110 | 0 | 10001 | 100111 | 11101 | 100001 | 100000 | 111001 |
Color Harmonies of #B4956E
Complementary color
Monochromatic Colors of #B4956E
Black with #B4956E
Text Example
Text Example
White with #B4956E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4956E; }
p { color: rgb(180,149,110); }
H1.HeaderClassName
{
color: #B4956E;
}
.AnyTagClassName
{
color: #B4956E;
}
</style>
background-color css
<style>
a { background-color: #B4956E; }
a { background-color: rgb(180,149,110); }
div.DivClassName
{
background-color: #B4956E;
}
.BgClassName
{
background-color: #B4956E;
}
</style>
border-color css
<style>
span { border-color: #B4956E; }
span { border-color: rgb(180,149,110); }
td.TdClassName
{
border-color: #B4956E;
}
.TagClassName
{
border-color: #B4956E;
}
</style>