Shades of Tapestry #B55D81
Tints of Tapestry #B55D81
RGB
CMYK
RGB Variations
Color information
#B55D81 (or 0xB55D81) is known color: Tapestry. HEX triplet: B5, 5D and 81. RGB value is (181,93,129). Sum of RGB (Red+Green+Blue) = 181+93+129=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55D81 is #4AA27E. Grayscale: #7B7B7B. Windows color (decimal): -4891263 or 8478133. OLE color: 8478133.
HSL color Cylindrical-coordinate representation of color #B55D81: hue angle of 335.45º 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 #B55D81 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 93 | 129 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.29 |
| HSL | 335.45º | 0.37% | 0.54% | - |
| HSV(B) | 335.45º | 0.49% | 0.71% | - |
| XYZ | 26.93 | 19.24 | 23.06 | - |
| YUV | 123.42 | 131.15 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 93 | 129 | 0 | 0.49 | 0.29 | 0.29 | 335.45 | 0.37 | 0.54 |
| Hex | B5 | 5D | 81 | 0 | 31 | 1D | 1D | 14F | 25 | 36 |
| Octal | 265 | 135 | 201 | 0 | 61 | 35 | 35 | 517 | 45 | 66 |
| Binary | 10110101 | 1011101 | 10000001 | 0 | 110001 | 11101 | 11101 | 101001111 | 100101 | 110110 |
Color Harmonies of #B55D81
Complementary color
Monochromatic Colors of #B55D81
Black with #B55D81
Text Example
Text Example
White with #B55D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55D81; }
p { color: rgb(181,93,129); }
H1.HeaderClassName
{
color: #B55D81;
}
.AnyTagClassName
{
color: #B55D81;
}
</style>
background-color css
<style>
a { background-color: #B55D81; }
a { background-color: rgb(181,93,129); }
div.DivClassName
{
background-color: #B55D81;
}
.BgClassName
{
background-color: #B55D81;
}
</style>
border-color css
<style>
span { border-color: #B55D81; }
span { border-color: rgb(181,93,129); }
td.TdClassName
{
border-color: #B55D81;
}
.TagClassName
{
border-color: #B55D81;
}
</style>