Shades of Tapestry #B55E7B
Tints of Tapestry #B55E7B
RGB
CMYK
RGB Variations
Color information
#B55E7B (or 0xB55E7B) is known color: Tapestry. HEX triplet: B5, 5E and 7B. RGB value is (181,94,123). Sum of RGB (Red+Green+Blue) = 181+94+123=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55E7B is #4AA184. Grayscale: #7B7B7B. Windows color (decimal): -4891013 or 8085173. OLE color: 8085173.
HSL color Cylindrical-coordinate representation of color #B55E7B: hue angle of 340º 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 #B55E7B is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 94 | 123 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.29 |
| HSL | 340º | 0.37% | 0.54% | - |
| HSV(B) | 340º | 0.48% | 0.71% | - |
| XYZ | 26.63 | 19.26 | 21.05 | - |
| YUV | 123.32 | 127.82 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 94 | 123 | 0 | 0.48 | 0.32 | 0.29 | 340 | 0.37 | 0.54 |
| Hex | B5 | 5E | 7B | 0 | 30 | 20 | 1D | 154 | 25 | 36 |
| Octal | 265 | 136 | 173 | 0 | 60 | 40 | 35 | 524 | 45 | 66 |
| Binary | 10110101 | 1011110 | 1111011 | 0 | 110000 | 100000 | 11101 | 101010100 | 100101 | 110110 |
Color Harmonies of #B55E7B
Complementary color
Monochromatic Colors of #B55E7B
Black with #B55E7B
Text Example
Text Example
White with #B55E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55E7B; }
p { color: rgb(181,94,123); }
H1.HeaderClassName
{
color: #B55E7B;
}
.AnyTagClassName
{
color: #B55E7B;
}
</style>
background-color css
<style>
a { background-color: #B55E7B; }
a { background-color: rgb(181,94,123); }
div.DivClassName
{
background-color: #B55E7B;
}
.BgClassName
{
background-color: #B55E7B;
}
</style>
border-color css
<style>
span { border-color: #B55E7B; }
span { border-color: rgb(181,94,123); }
td.TdClassName
{
border-color: #B55E7B;
}
.TagClassName
{
border-color: #B55E7B;
}
</style>