Shades of Tapestry #B57588
Tints of Tapestry #B57588
RGB
CMYK
RGB Variations
Color information
#B57588 (or 0xB57588) is known color: Tapestry. HEX triplet: B5, 75 and 88. RGB value is (181,117,136). Sum of RGB (Red+Green+Blue) = 181+117+136=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B57588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57588 is #4A8A77. Grayscale: #8A8A8A. Windows color (decimal): -4885112 or 8943029. OLE color: 8943029.
HSL color Cylindrical-coordinate representation of color #B57588: hue angle of 342.19º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B57588 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 117 | 136 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.29 |
| HSL | 342.19º | 0.3% | 0.58% | - |
| HSV(B) | 342.19º | 0.35% | 0.71% | - |
| XYZ | 29.86 | 24.32 | 26.41 | - |
| YUV | 138.3 | 126.7 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 117 | 136 | 0 | 0.35 | 0.25 | 0.29 | 342.19 | 0.3 | 0.58 |
| Hex | B5 | 75 | 88 | 0 | 23 | 19 | 1D | 156 | 1E | 3A |
| Octal | 265 | 165 | 210 | 0 | 43 | 31 | 35 | 526 | 36 | 72 |
| Binary | 10110101 | 1110101 | 10001000 | 0 | 100011 | 11001 | 11101 | 101010110 | 11110 | 111010 |
Color Harmonies of #B57588
Complementary color
Monochromatic Colors of #B57588
Black with #B57588
Text Example
Text Example
White with #B57588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57588; }
p { color: rgb(181,117,136); }
H1.HeaderClassName
{
color: #B57588;
}
.AnyTagClassName
{
color: #B57588;
}
</style>
background-color css
<style>
a { background-color: #B57588; }
a { background-color: rgb(181,117,136); }
div.DivClassName
{
background-color: #B57588;
}
.BgClassName
{
background-color: #B57588;
}
</style>
border-color css
<style>
span { border-color: #B57588; }
span { border-color: rgb(181,117,136); }
td.TdClassName
{
border-color: #B57588;
}
.TagClassName
{
border-color: #B57588;
}
</style>