Shades of Tapestry #B57587
Tints of Tapestry #B57587
RGB
CMYK
RGB Variations
Color information
#B57587 (or 0xB57587) is known color: Tapestry. HEX triplet: B5, 75 and 87. RGB value is (181,117,135). Sum of RGB (Red+Green+Blue) = 181+117+135=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B57587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57587 is #4A8A78. Grayscale: #8A8A8A. Windows color (decimal): -4885113 or 8877493. OLE color: 8877493.
HSL color Cylindrical-coordinate representation of color #B57587: hue angle of 343.12º 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 #B57587 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 117 | 135 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.29 |
| HSL | 343.13º | 0.3% | 0.58% | - |
| HSV(B) | 343.13º | 0.35% | 0.71% | - |
| XYZ | 29.79 | 24.3 | 26.04 | - |
| YUV | 138.19 | 126.2 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 117 | 135 | 0 | 0.35 | 0.25 | 0.29 | 343.13 | 0.3 | 0.58 |
| Hex | B5 | 75 | 87 | 0 | 23 | 19 | 1D | 157 | 1E | 3A |
| Octal | 265 | 165 | 207 | 0 | 43 | 31 | 35 | 527 | 36 | 72 |
| Binary | 10110101 | 1110101 | 10000111 | 0 | 100011 | 11001 | 11101 | 101010111 | 11110 | 111010 |
Color Harmonies of #B57587
Complementary color
Monochromatic Colors of #B57587
Black with #B57587
Text Example
Text Example
White with #B57587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57587; }
p { color: rgb(181,117,135); }
H1.HeaderClassName
{
color: #B57587;
}
.AnyTagClassName
{
color: #B57587;
}
</style>
background-color css
<style>
a { background-color: #B57587; }
a { background-color: rgb(181,117,135); }
div.DivClassName
{
background-color: #B57587;
}
.BgClassName
{
background-color: #B57587;
}
</style>
border-color css
<style>
span { border-color: #B57587; }
span { border-color: rgb(181,117,135); }
td.TdClassName
{
border-color: #B57587;
}
.TagClassName
{
border-color: #B57587;
}
</style>