Shades of Tapestry #B56E88
Tints of Tapestry #B56E88
RGB
CMYK
RGB Variations
Color information
#B56E88 (or 0xB56E88) is known color: Tapestry. HEX triplet: B5, 6E and 88. RGB value is (181,110,136). Sum of RGB (Red+Green+Blue) = 181+110+136=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56E88 is #4A9177. Grayscale: #868686. Windows color (decimal): -4886904 or 8941237. OLE color: 8941237.
HSL color Cylindrical-coordinate representation of color #B56E88: hue angle of 338.03º 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 #B56E88 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 110 | 136 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.29 |
| HSL | 338.03º | 0.32% | 0.57% | - |
| HSV(B) | 338.03º | 0.39% | 0.71% | - |
| XYZ | 29.08 | 22.75 | 26.15 | - |
| YUV | 134.19 | 129.02 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 110 | 136 | 0 | 0.39 | 0.25 | 0.29 | 338.03 | 0.32 | 0.57 |
| Hex | B5 | 6E | 88 | 0 | 27 | 19 | 1D | 152 | 20 | 39 |
| Octal | 265 | 156 | 210 | 0 | 47 | 31 | 35 | 522 | 40 | 71 |
| Binary | 10110101 | 1101110 | 10001000 | 0 | 100111 | 11001 | 11101 | 101010010 | 100000 | 111001 |
Color Harmonies of #B56E88
Complementary color
Monochromatic Colors of #B56E88
Black with #B56E88
Text Example
Text Example
White with #B56E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56E88; }
p { color: rgb(181,110,136); }
H1.HeaderClassName
{
color: #B56E88;
}
.AnyTagClassName
{
color: #B56E88;
}
</style>
background-color css
<style>
a { background-color: #B56E88; }
a { background-color: rgb(181,110,136); }
div.DivClassName
{
background-color: #B56E88;
}
.BgClassName
{
background-color: #B56E88;
}
</style>
border-color css
<style>
span { border-color: #B56E88; }
span { border-color: rgb(181,110,136); }
td.TdClassName
{
border-color: #B56E88;
}
.TagClassName
{
border-color: #B56E88;
}
</style>