Shades of Tapestry #B55C84
Tints of Tapestry #B55C84
RGB
CMYK
RGB Variations
Color information
#B55C84 (or 0xB55C84) is known color: Tapestry. HEX triplet: B5, 5C and 84. RGB value is (181,92,132). Sum of RGB (Red+Green+Blue) = 181+92+132=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 92 (36.33% from 255 or 22.72% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55C84 is #4AA37B. Grayscale: #7B7B7B. Windows color (decimal): -4891516 or 8674485. OLE color: 8674485.
HSL color Cylindrical-coordinate representation of color #B55C84: hue angle of 333.03º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B55C84 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 92 | 132 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.29 |
| HSL | 333.03º | 0.38% | 0.54% | - |
| HSV(B) | 333.03º | 0.49% | 0.71% | - |
| XYZ | 27.05 | 19.14 | 24.1 | - |
| YUV | 123.17 | 132.99 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 92 | 132 | 0 | 0.49 | 0.27 | 0.29 | 333.03 | 0.38 | 0.54 |
| Hex | B5 | 5C | 84 | 0 | 31 | 1B | 1D | 14D | 26 | 36 |
| Octal | 265 | 134 | 204 | 0 | 61 | 33 | 35 | 515 | 46 | 66 |
| Binary | 10110101 | 1011100 | 10000100 | 0 | 110001 | 11011 | 11101 | 101001101 | 100110 | 110110 |
Color Harmonies of #B55C84
Complementary color
Monochromatic Colors of #B55C84
Black with #B55C84
Text Example
Text Example
White with #B55C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55C84; }
p { color: rgb(181,92,132); }
H1.HeaderClassName
{
color: #B55C84;
}
.AnyTagClassName
{
color: #B55C84;
}
</style>
background-color css
<style>
a { background-color: #B55C84; }
a { background-color: rgb(181,92,132); }
div.DivClassName
{
background-color: #B55C84;
}
.BgClassName
{
background-color: #B55C84;
}
</style>
border-color css
<style>
span { border-color: #B55C84; }
span { border-color: rgb(181,92,132); }
td.TdClassName
{
border-color: #B55C84;
}
.TagClassName
{
border-color: #B55C84;
}
</style>