Shades of Tapestry #B57388
Tints of Tapestry #B57388
RGB
CMYK
RGB Variations
Color information
#B57388 (or 0xB57388) is known color: Tapestry. HEX triplet: B5, 73 and 88. RGB value is (181,115,136). Sum of RGB (Red+Green+Blue) = 181+115+136=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B57388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57388 is #4A8C77. Grayscale: #898989. Windows color (decimal): -4885624 or 8942517. OLE color: 8942517.
HSL color Cylindrical-coordinate representation of color #B57388: hue angle of 340.91º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B57388 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 115 | 136 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.29 |
| HSL | 340.91º | 0.31% | 0.58% | - |
| HSV(B) | 340.91º | 0.36% | 0.71% | - |
| XYZ | 29.63 | 23.86 | 26.34 | - |
| YUV | 137.13 | 127.37 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 115 | 136 | 0 | 0.36 | 0.25 | 0.29 | 340.91 | 0.31 | 0.58 |
| Hex | B5 | 73 | 88 | 0 | 24 | 19 | 1D | 155 | 1F | 3A |
| Octal | 265 | 163 | 210 | 0 | 44 | 31 | 35 | 525 | 37 | 72 |
| Binary | 10110101 | 1110011 | 10001000 | 0 | 100100 | 11001 | 11101 | 101010101 | 11111 | 111010 |
Color Harmonies of #B57388
Complementary color
Monochromatic Colors of #B57388
Black with #B57388
Text Example
Text Example
White with #B57388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57388; }
p { color: rgb(181,115,136); }
H1.HeaderClassName
{
color: #B57388;
}
.AnyTagClassName
{
color: #B57388;
}
</style>
background-color css
<style>
a { background-color: #B57388; }
a { background-color: rgb(181,115,136); }
div.DivClassName
{
background-color: #B57388;
}
.BgClassName
{
background-color: #B57388;
}
</style>
border-color css
<style>
span { border-color: #B57388; }
span { border-color: rgb(181,115,136); }
td.TdClassName
{
border-color: #B57388;
}
.TagClassName
{
border-color: #B57388;
}
</style>