Shades of Tapestry #B56E8E
Tints of Tapestry #B56E8E
RGB
CMYK
RGB Variations
Color information
#B56E8E (or 0xB56E8E) is known color: Tapestry. HEX triplet: B5, 6E and 8E. RGB value is (181,110,142). Sum of RGB (Red+Green+Blue) = 181+110+142=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56E8E is #4A9171. Grayscale: #868686. Windows color (decimal): -4886898 or 9334453. OLE color: 9334453.
HSL color Cylindrical-coordinate representation of color #B56E8E: hue angle of 332.96º 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 #B56E8E is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 110 | 142 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.29 |
| HSL | 332.96º | 0.32% | 0.57% | - |
| HSV(B) | 332.96º | 0.39% | 0.71% | - |
| XYZ | 29.51 | 22.93 | 28.46 | - |
| YUV | 134.88 | 132.02 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 110 | 142 | 0 | 0.39 | 0.22 | 0.29 | 332.96 | 0.32 | 0.57 |
| Hex | B5 | 6E | 8E | 0 | 27 | 16 | 1D | 14D | 20 | 39 |
| Octal | 265 | 156 | 216 | 0 | 47 | 26 | 35 | 515 | 40 | 71 |
| Binary | 10110101 | 1101110 | 10001110 | 0 | 100111 | 10110 | 11101 | 101001101 | 100000 | 111001 |
Color Harmonies of #B56E8E
Complementary color
Monochromatic Colors of #B56E8E
Black with #B56E8E
Text Example
Text Example
White with #B56E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56E8E; }
p { color: rgb(181,110,142); }
H1.HeaderClassName
{
color: #B56E8E;
}
.AnyTagClassName
{
color: #B56E8E;
}
</style>
background-color css
<style>
a { background-color: #B56E8E; }
a { background-color: rgb(181,110,142); }
div.DivClassName
{
background-color: #B56E8E;
}
.BgClassName
{
background-color: #B56E8E;
}
</style>
border-color css
<style>
span { border-color: #B56E8E; }
span { border-color: rgb(181,110,142); }
td.TdClassName
{
border-color: #B56E8E;
}
.TagClassName
{
border-color: #B56E8E;
}
</style>