Shades of Tapestry #B55E84
Tints of Tapestry #B55E84
RGB
CMYK
RGB Variations
Color information
#B55E84 (or 0xB55E84) is known color: Tapestry. HEX triplet: B5, 5E and 84. RGB value is (181,94,132). Sum of RGB (Red+Green+Blue) = 181+94+132=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55E84 is #4AA17B. Grayscale: #7C7C7C. Windows color (decimal): -4891004 or 8674997. OLE color: 8674997.
HSL color Cylindrical-coordinate representation of color #B55E84: hue angle of 333.79º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B55E84 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 94 | 132 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.29 |
| HSL | 333.79º | 0.37% | 0.54% | - |
| HSV(B) | 333.79º | 0.48% | 0.71% | - |
| XYZ | 27.22 | 19.5 | 24.16 | - |
| YUV | 124.35 | 132.32 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 94 | 132 | 0 | 0.48 | 0.27 | 0.29 | 333.79 | 0.37 | 0.54 |
| Hex | B5 | 5E | 84 | 0 | 30 | 1B | 1D | 14E | 25 | 36 |
| Octal | 265 | 136 | 204 | 0 | 60 | 33 | 35 | 516 | 45 | 66 |
| Binary | 10110101 | 1011110 | 10000100 | 0 | 110000 | 11011 | 11101 | 101001110 | 100101 | 110110 |
Color Harmonies of #B55E84
Complementary color
Monochromatic Colors of #B55E84
Black with #B55E84
Text Example
Text Example
White with #B55E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55E84; }
p { color: rgb(181,94,132); }
H1.HeaderClassName
{
color: #B55E84;
}
.AnyTagClassName
{
color: #B55E84;
}
</style>
background-color css
<style>
a { background-color: #B55E84; }
a { background-color: rgb(181,94,132); }
div.DivClassName
{
background-color: #B55E84;
}
.BgClassName
{
background-color: #B55E84;
}
</style>
border-color css
<style>
span { border-color: #B55E84; }
span { border-color: rgb(181,94,132); }
td.TdClassName
{
border-color: #B55E84;
}
.TagClassName
{
border-color: #B55E84;
}
</style>