Shades of Tapestry #B55F82
Tints of Tapestry #B55F82
RGB
CMYK
RGB Variations
Color information
#B55F82 (or 0xB55F82) is known color: Tapestry. HEX triplet: B5, 5F and 82. RGB value is (181,95,130). Sum of RGB (Red+Green+Blue) = 181+95+130=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B55F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55F82 is #4AA07D. Grayscale: #7C7C7C. Windows color (decimal): -4890750 or 8544181. OLE color: 8544181.
HSL color Cylindrical-coordinate representation of color #B55F82: hue angle of 335.58º 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 #B55F82 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 95 | 130 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.29 |
| HSL | 335.58º | 0.37% | 0.54% | - |
| HSV(B) | 335.58º | 0.48% | 0.71% | - |
| XYZ | 27.18 | 19.62 | 23.47 | - |
| YUV | 124.7 | 130.99 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 95 | 130 | 0 | 0.48 | 0.28 | 0.29 | 335.58 | 0.37 | 0.54 |
| Hex | B5 | 5F | 82 | 0 | 30 | 1C | 1D | 150 | 25 | 36 |
| Octal | 265 | 137 | 202 | 0 | 60 | 34 | 35 | 520 | 45 | 66 |
| Binary | 10110101 | 1011111 | 10000010 | 0 | 110000 | 11100 | 11101 | 101010000 | 100101 | 110110 |
Color Harmonies of #B55F82
Complementary color
Monochromatic Colors of #B55F82
Black with #B55F82
Text Example
Text Example
White with #B55F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55F82; }
p { color: rgb(181,95,130); }
H1.HeaderClassName
{
color: #B55F82;
}
.AnyTagClassName
{
color: #B55F82;
}
</style>
background-color css
<style>
a { background-color: #B55F82; }
a { background-color: rgb(181,95,130); }
div.DivClassName
{
background-color: #B55F82;
}
.BgClassName
{
background-color: #B55F82;
}
</style>
border-color css
<style>
span { border-color: #B55F82; }
span { border-color: rgb(181,95,130); }
td.TdClassName
{
border-color: #B55F82;
}
.TagClassName
{
border-color: #B55F82;
}
</style>