Shades of Tapestry #B55E7E
Tints of Tapestry #B55E7E
RGB
CMYK
RGB Variations
Color information
#B55E7E (or 0xB55E7E) is known color: Tapestry. HEX triplet: B5, 5E and 7E. RGB value is (181,94,126). Sum of RGB (Red+Green+Blue) = 181+94+126=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55E7E is #4AA181. Grayscale: #7B7B7B. Windows color (decimal): -4891010 or 8281781. OLE color: 8281781.
HSL color Cylindrical-coordinate representation of color #B55E7E: hue angle of 337.93º 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 #B55E7E is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 94 | 126 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.29 |
| HSL | 337.93º | 0.37% | 0.54% | - |
| HSV(B) | 337.93º | 0.48% | 0.71% | - |
| XYZ | 26.82 | 19.34 | 22.06 | - |
| YUV | 123.66 | 129.32 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 94 | 126 | 0 | 0.48 | 0.30 | 0.29 | 337.93 | 0.37 | 0.54 |
| Hex | B5 | 5E | 7E | 0 | 30 | 1E | 1D | 152 | 25 | 36 |
| Octal | 265 | 136 | 176 | 0 | 60 | 36 | 35 | 522 | 45 | 66 |
| Binary | 10110101 | 1011110 | 1111110 | 0 | 110000 | 11110 | 11101 | 101010010 | 100101 | 110110 |
Color Harmonies of #B55E7E
Complementary color
Monochromatic Colors of #B55E7E
Black with #B55E7E
Text Example
Text Example
White with #B55E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55E7E; }
p { color: rgb(181,94,126); }
H1.HeaderClassName
{
color: #B55E7E;
}
.AnyTagClassName
{
color: #B55E7E;
}
</style>
background-color css
<style>
a { background-color: #B55E7E; }
a { background-color: rgb(181,94,126); }
div.DivClassName
{
background-color: #B55E7E;
}
.BgClassName
{
background-color: #B55E7E;
}
</style>
border-color css
<style>
span { border-color: #B55E7E; }
span { border-color: rgb(181,94,126); }
td.TdClassName
{
border-color: #B55E7E;
}
.TagClassName
{
border-color: #B55E7E;
}
</style>