Shades of Tapestry #B55F77
Tints of Tapestry #B55F77
RGB
CMYK
RGB Variations
Color information
#B55F77 (or 0xB55F77) is known color: Tapestry. HEX triplet: B5, 5F and 77. RGB value is (181,95,119). Sum of RGB (Red+Green+Blue) = 181+95+119=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B55F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55F77 is #4AA088. Grayscale: #7B7B7B. Windows color (decimal): -4890761 or 7823285. OLE color: 7823285.
HSL color Cylindrical-coordinate representation of color #B55F77: hue angle of 343.26º 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 #B55F77 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 95 | 119 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.29 |
| HSL | 343.26º | 0.37% | 0.54% | - |
| HSV(B) | 343.26º | 0.48% | 0.71% | - |
| XYZ | 26.48 | 19.34 | 19.79 | - |
| YUV | 123.45 | 125.49 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 95 | 119 | 0 | 0.48 | 0.34 | 0.29 | 343.26 | 0.37 | 0.54 |
| Hex | B5 | 5F | 77 | 0 | 30 | 22 | 1D | 157 | 25 | 36 |
| Octal | 265 | 137 | 167 | 0 | 60 | 42 | 35 | 527 | 45 | 66 |
| Binary | 10110101 | 1011111 | 1110111 | 0 | 110000 | 100010 | 11101 | 101010111 | 100101 | 110110 |
Color Harmonies of #B55F77
Complementary color
Monochromatic Colors of #B55F77
Black with #B55F77
Text Example
Text Example
White with #B55F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55F77; }
p { color: rgb(181,95,119); }
H1.HeaderClassName
{
color: #B55F77;
}
.AnyTagClassName
{
color: #B55F77;
}
</style>
background-color css
<style>
a { background-color: #B55F77; }
a { background-color: rgb(181,95,119); }
div.DivClassName
{
background-color: #B55F77;
}
.BgClassName
{
background-color: #B55F77;
}
</style>
border-color css
<style>
span { border-color: #B55F77; }
span { border-color: rgb(181,95,119); }
td.TdClassName
{
border-color: #B55F77;
}
.TagClassName
{
border-color: #B55F77;
}
</style>