Shades of Tapestry #B56E8F
Tints of Tapestry #B56E8F
RGB
CMYK
RGB Variations
Color information
#B56E8F (or 0xB56E8F) is known color: Tapestry. HEX triplet: B5, 6E and 8F. RGB value is (181,110,143). Sum of RGB (Red+Green+Blue) = 181+110+143=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56E8F is #4A9170. Grayscale: #868686. Windows color (decimal): -4886897 or 9399989. OLE color: 9399989.
HSL color Cylindrical-coordinate representation of color #B56E8F: hue angle of 332.11º 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 #B56E8F is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 110 | 143 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.29 |
| HSL | 332.11º | 0.32% | 0.57% | - |
| HSV(B) | 332.11º | 0.39% | 0.71% | - |
| XYZ | 29.59 | 22.96 | 28.86 | - |
| YUV | 134.99 | 132.52 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 110 | 143 | 0 | 0.39 | 0.21 | 0.29 | 332.11 | 0.32 | 0.57 |
| Hex | B5 | 6E | 8F | 0 | 27 | 15 | 1D | 14C | 20 | 39 |
| Octal | 265 | 156 | 217 | 0 | 47 | 25 | 35 | 514 | 40 | 71 |
| Binary | 10110101 | 1101110 | 10001111 | 0 | 100111 | 10101 | 11101 | 101001100 | 100000 | 111001 |
Color Harmonies of #B56E8F
Complementary color
Monochromatic Colors of #B56E8F
Black with #B56E8F
Text Example
Text Example
White with #B56E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56E8F; }
p { color: rgb(181,110,143); }
H1.HeaderClassName
{
color: #B56E8F;
}
.AnyTagClassName
{
color: #B56E8F;
}
</style>
background-color css
<style>
a { background-color: #B56E8F; }
a { background-color: rgb(181,110,143); }
div.DivClassName
{
background-color: #B56E8F;
}
.BgClassName
{
background-color: #B56E8F;
}
</style>
border-color css
<style>
span { border-color: #B56E8F; }
span { border-color: rgb(181,110,143); }
td.TdClassName
{
border-color: #B56E8F;
}
.TagClassName
{
border-color: #B56E8F;
}
</style>