Shades of Tapestry #B56E87
Tints of Tapestry #B56E87
RGB
CMYK
RGB Variations
Color information
#B56E87 (or 0xB56E87) is known color: Tapestry. HEX triplet: B5, 6E and 87. RGB value is (181,110,135). Sum of RGB (Red+Green+Blue) = 181+110+135=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56E87 is #4A9178. Grayscale: #868686. Windows color (decimal): -4886905 or 8875701. OLE color: 8875701.
HSL color Cylindrical-coordinate representation of color #B56E87: hue angle of 338.87º 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 #B56E87 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 110 | 135 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.29 |
| HSL | 338.87º | 0.32% | 0.57% | - |
| HSV(B) | 338.87º | 0.39% | 0.71% | - |
| XYZ | 29.01 | 22.72 | 25.78 | - |
| YUV | 134.08 | 128.52 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 110 | 135 | 0 | 0.39 | 0.25 | 0.29 | 338.87 | 0.32 | 0.57 |
| Hex | B5 | 6E | 87 | 0 | 27 | 19 | 1D | 153 | 20 | 39 |
| Octal | 265 | 156 | 207 | 0 | 47 | 31 | 35 | 523 | 40 | 71 |
| Binary | 10110101 | 1101110 | 10000111 | 0 | 100111 | 11001 | 11101 | 101010011 | 100000 | 111001 |
Color Harmonies of #B56E87
Complementary color
Monochromatic Colors of #B56E87
Black with #B56E87
Text Example
Text Example
White with #B56E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56E87; }
p { color: rgb(181,110,135); }
H1.HeaderClassName
{
color: #B56E87;
}
.AnyTagClassName
{
color: #B56E87;
}
</style>
background-color css
<style>
a { background-color: #B56E87; }
a { background-color: rgb(181,110,135); }
div.DivClassName
{
background-color: #B56E87;
}
.BgClassName
{
background-color: #B56E87;
}
</style>
border-color css
<style>
span { border-color: #B56E87; }
span { border-color: rgb(181,110,135); }
td.TdClassName
{
border-color: #B56E87;
}
.TagClassName
{
border-color: #B56E87;
}
</style>