Shades of Tapestry #B56E8D
Tints of Tapestry #B56E8D
RGB
CMYK
RGB Variations
Color information
#B56E8D (or 0xB56E8D) is known color: Tapestry. HEX triplet: B5, 6E and 8D. RGB value is (181,110,141). Sum of RGB (Red+Green+Blue) = 181+110+141=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56E8D is #4A9172. Grayscale: #868686. Windows color (decimal): -4886899 or 9268917. OLE color: 9268917.
HSL color Cylindrical-coordinate representation of color #B56E8D: hue angle of 333.8º 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 #B56E8D is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 110 | 141 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.29 |
| HSL | 333.8º | 0.32% | 0.57% | - |
| HSV(B) | 333.8º | 0.39% | 0.71% | - |
| XYZ | 29.44 | 22.9 | 28.07 | - |
| YUV | 134.76 | 131.52 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 110 | 141 | 0 | 0.39 | 0.22 | 0.29 | 333.8 | 0.32 | 0.57 |
| Hex | B5 | 6E | 8D | 0 | 27 | 16 | 1D | 14E | 20 | 39 |
| Octal | 265 | 156 | 215 | 0 | 47 | 26 | 35 | 516 | 40 | 71 |
| Binary | 10110101 | 1101110 | 10001101 | 0 | 100111 | 10110 | 11101 | 101001110 | 100000 | 111001 |
Color Harmonies of #B56E8D
Complementary color
Monochromatic Colors of #B56E8D
Black with #B56E8D
Text Example
Text Example
White with #B56E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56E8D; }
p { color: rgb(181,110,141); }
H1.HeaderClassName
{
color: #B56E8D;
}
.AnyTagClassName
{
color: #B56E8D;
}
</style>
background-color css
<style>
a { background-color: #B56E8D; }
a { background-color: rgb(181,110,141); }
div.DivClassName
{
background-color: #B56E8D;
}
.BgClassName
{
background-color: #B56E8D;
}
</style>
border-color css
<style>
span { border-color: #B56E8D; }
span { border-color: rgb(181,110,141); }
td.TdClassName
{
border-color: #B56E8D;
}
.TagClassName
{
border-color: #B56E8D;
}
</style>