Shades of Tapestry #B5708D
Tints of Tapestry #B5708D
RGB
CMYK
RGB Variations
Color information
#B5708D (or 0xB5708D) is known color: Tapestry. HEX triplet: B5, 70 and 8D. RGB value is (181,112,141). Sum of RGB (Red+Green+Blue) = 181+112+141=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B5708D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5708D is #4A8F72. Grayscale: #878787. Windows color (decimal): -4886387 or 9269429. OLE color: 9269429.
HSL color Cylindrical-coordinate representation of color #B5708D: hue angle of 334.78º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B5708D is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 112 | 141 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.29 |
| HSL | 334.78º | 0.32% | 0.57% | - |
| HSV(B) | 334.78º | 0.38% | 0.71% | - |
| XYZ | 29.66 | 23.34 | 28.14 | - |
| YUV | 135.94 | 130.86 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 141 | 0 | 0.38 | 0.22 | 0.29 | 334.78 | 0.32 | 0.57 |
| Hex | B5 | 70 | 8D | 0 | 26 | 16 | 1D | 14F | 20 | 39 |
| Octal | 265 | 160 | 215 | 0 | 46 | 26 | 35 | 517 | 40 | 71 |
| Binary | 10110101 | 1110000 | 10001101 | 0 | 100110 | 10110 | 11101 | 101001111 | 100000 | 111001 |
Color Harmonies of #B5708D
Complementary color
Monochromatic Colors of #B5708D
Black with #B5708D
Text Example
Text Example
White with #B5708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5708D; }
p { color: rgb(181,112,141); }
H1.HeaderClassName
{
color: #B5708D;
}
.AnyTagClassName
{
color: #B5708D;
}
</style>
background-color css
<style>
a { background-color: #B5708D; }
a { background-color: rgb(181,112,141); }
div.DivClassName
{
background-color: #B5708D;
}
.BgClassName
{
background-color: #B5708D;
}
</style>
border-color css
<style>
span { border-color: #B5708D; }
span { border-color: rgb(181,112,141); }
td.TdClassName
{
border-color: #B5708D;
}
.TagClassName
{
border-color: #B5708D;
}
</style>