Shades of Tapestry #B55D7E
Tints of Tapestry #B55D7E
RGB
CMYK
RGB Variations
Color information
#B55D7E (or 0xB55D7E) is known color: Tapestry. HEX triplet: B5, 5D and 7E. RGB value is (181,93,126). Sum of RGB (Red+Green+Blue) = 181+93+126=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55D7E is #4AA281. Grayscale: #7B7B7B. Windows color (decimal): -4891266 or 8281525. OLE color: 8281525.
HSL color Cylindrical-coordinate representation of color #B55D7E: hue angle of 337.5º degrees, saturation: 0.37, 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 #B55D7E is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 93 | 126 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.29 |
| HSL | 337.5º | 0.37% | 0.54% | - |
| HSV(B) | 337.5º | 0.49% | 0.71% | - |
| XYZ | 26.74 | 19.16 | 22.03 | - |
| YUV | 123.07 | 129.65 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 93 | 126 | 0 | 0.49 | 0.30 | 0.29 | 337.5 | 0.37 | 0.54 |
| Hex | B5 | 5D | 7E | 0 | 31 | 1E | 1D | 152 | 25 | 36 |
| Octal | 265 | 135 | 176 | 0 | 61 | 36 | 35 | 522 | 45 | 66 |
| Binary | 10110101 | 1011101 | 1111110 | 0 | 110001 | 11110 | 11101 | 101010010 | 100101 | 110110 |
Color Harmonies of #B55D7E
Complementary color
Monochromatic Colors of #B55D7E
Black with #B55D7E
Text Example
Text Example
White with #B55D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55D7E; }
p { color: rgb(181,93,126); }
H1.HeaderClassName
{
color: #B55D7E;
}
.AnyTagClassName
{
color: #B55D7E;
}
</style>
background-color css
<style>
a { background-color: #B55D7E; }
a { background-color: rgb(181,93,126); }
div.DivClassName
{
background-color: #B55D7E;
}
.BgClassName
{
background-color: #B55D7E;
}
</style>
border-color css
<style>
span { border-color: #B55D7E; }
span { border-color: rgb(181,93,126); }
td.TdClassName
{
border-color: #B55D7E;
}
.TagClassName
{
border-color: #B55D7E;
}
</style>