Shades of Fallow #B5956C
Tints of Fallow #B5956C
RGB
CMYK
RGB Variations
Color information
#B5956C (or 0xB5956C) is known color: Fallow. HEX triplet: B5, 95 and 6C. RGB value is (181,149,108). Sum of RGB (Red+Green+Blue) = 181+149+108=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 108 (42.58% from 255 or 24.66% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B5956C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5956C is #4A6A93. Grayscale: #9A9A9A. Windows color (decimal): -4876948 or 7116213. OLE color: 7116213.
HSL color Cylindrical-coordinate representation of color #B5956C: hue angle of 33.7º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5956C is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 149 | 108 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.29 |
| HSL | 33.7º | 0.33% | 0.57% | - |
| HSV(B) | 33.7º | 0.4% | 0.71% | - |
| XYZ | 32.51 | 32.4 | 18.73 | - |
| YUV | 153.89 | 102.1 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 149 | 108 | 0 | 0.18 | 0.40 | 0.29 | 33.7 | 0.33 | 0.57 |
| Hex | B5 | 95 | 6C | 0 | 12 | 28 | 1D | 22 | 21 | 39 |
| Octal | 265 | 225 | 154 | 0 | 22 | 50 | 35 | 42 | 41 | 71 |
| Binary | 10110101 | 10010101 | 1101100 | 0 | 10010 | 101000 | 11101 | 100010 | 100001 | 111001 |
Color Harmonies of #B5956C
Complementary color
Monochromatic Colors of #B5956C
Black with #B5956C
Text Example
Text Example
White with #B5956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5956C; }
p { color: rgb(181,149,108); }
H1.HeaderClassName
{
color: #B5956C;
}
.AnyTagClassName
{
color: #B5956C;
}
</style>
background-color css
<style>
a { background-color: #B5956C; }
a { background-color: rgb(181,149,108); }
div.DivClassName
{
background-color: #B5956C;
}
.BgClassName
{
background-color: #B5956C;
}
</style>
border-color css
<style>
span { border-color: #B5956C; }
span { border-color: rgb(181,149,108); }
td.TdClassName
{
border-color: #B5956C;
}
.TagClassName
{
border-color: #B5956C;
}
</style>