Shades of Tapestry #B55F7B
Tints of Tapestry #B55F7B
RGB
CMYK
RGB Variations
Color information
#B55F7B (or 0xB55F7B) is known color: Tapestry. HEX triplet: B5, 5F and 7B. RGB value is (181,95,123). Sum of RGB (Red+Green+Blue) = 181+95+123=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B55F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55F7B is #4AA084. Grayscale: #7B7B7B. Windows color (decimal): -4890757 or 8085429. OLE color: 8085429.
HSL color Cylindrical-coordinate representation of color #B55F7B: hue angle of 340.47º 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 #B55F7B is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 95 | 123 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.29 |
| HSL | 340.47º | 0.37% | 0.54% | - |
| HSV(B) | 340.47º | 0.48% | 0.71% | - |
| XYZ | 26.72 | 19.44 | 21.08 | - |
| YUV | 123.91 | 127.49 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 95 | 123 | 0 | 0.48 | 0.32 | 0.29 | 340.47 | 0.37 | 0.54 |
| Hex | B5 | 5F | 7B | 0 | 30 | 20 | 1D | 154 | 25 | 36 |
| Octal | 265 | 137 | 173 | 0 | 60 | 40 | 35 | 524 | 45 | 66 |
| Binary | 10110101 | 1011111 | 1111011 | 0 | 110000 | 100000 | 11101 | 101010100 | 100101 | 110110 |
Color Harmonies of #B55F7B
Complementary color
Monochromatic Colors of #B55F7B
Black with #B55F7B
Text Example
Text Example
White with #B55F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55F7B; }
p { color: rgb(181,95,123); }
H1.HeaderClassName
{
color: #B55F7B;
}
.AnyTagClassName
{
color: #B55F7B;
}
</style>
background-color css
<style>
a { background-color: #B55F7B; }
a { background-color: rgb(181,95,123); }
div.DivClassName
{
background-color: #B55F7B;
}
.BgClassName
{
background-color: #B55F7B;
}
</style>
border-color css
<style>
span { border-color: #B55F7B; }
span { border-color: rgb(181,95,123); }
td.TdClassName
{
border-color: #B55F7B;
}
.TagClassName
{
border-color: #B55F7B;
}
</style>