Shades of Tapestry #B5708F
Tints of Tapestry #B5708F
RGB
CMYK
RGB Variations
Color information
#B5708F (or 0xB5708F) is known color: Tapestry. HEX triplet: B5, 70 and 8F. RGB value is (181,112,143). Sum of RGB (Red+Green+Blue) = 181+112+143=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B5708F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5708F is #4A8F70. Grayscale: #888888. Windows color (decimal): -4886385 or 9400501. OLE color: 9400501.
HSL color Cylindrical-coordinate representation of color #B5708F: hue angle of 333.04º 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 #B5708F is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 112 | 143 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.29 |
| HSL | 333.04º | 0.32% | 0.57% | - |
| HSV(B) | 333.04º | 0.38% | 0.71% | - |
| XYZ | 29.81 | 23.4 | 28.93 | - |
| YUV | 136.17 | 131.86 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 143 | 0 | 0.38 | 0.21 | 0.29 | 333.04 | 0.32 | 0.57 |
| Hex | B5 | 70 | 8F | 0 | 26 | 15 | 1D | 14D | 20 | 39 |
| Octal | 265 | 160 | 217 | 0 | 46 | 25 | 35 | 515 | 40 | 71 |
| Binary | 10110101 | 1110000 | 10001111 | 0 | 100110 | 10101 | 11101 | 101001101 | 100000 | 111001 |
Color Harmonies of #B5708F
Complementary color
Monochromatic Colors of #B5708F
Black with #B5708F
Text Example
Text Example
White with #B5708F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5708F; }
p { color: rgb(181,112,143); }
H1.HeaderClassName
{
color: #B5708F;
}
.AnyTagClassName
{
color: #B5708F;
}
</style>
background-color css
<style>
a { background-color: #B5708F; }
a { background-color: rgb(181,112,143); }
div.DivClassName
{
background-color: #B5708F;
}
.BgClassName
{
background-color: #B5708F;
}
</style>
border-color css
<style>
span { border-color: #B5708F; }
span { border-color: rgb(181,112,143); }
td.TdClassName
{
border-color: #B5708F;
}
.TagClassName
{
border-color: #B5708F;
}
</style>