Shades of Tapestry #B5708B
Tints of Tapestry #B5708B
RGB
CMYK
RGB Variations
Color information
#B5708B (or 0xB5708B) is known color: Tapestry. HEX triplet: B5, 70 and 8B. RGB value is (181,112,139). Sum of RGB (Red+Green+Blue) = 181+112+139=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B5708B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5708B is #4A8F74. Grayscale: #878787. Windows color (decimal): -4886389 or 9138357. OLE color: 9138357.
HSL color Cylindrical-coordinate representation of color #B5708B: hue angle of 336.52º 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 #B5708B is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 112 | 139 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.29 |
| HSL | 336.52º | 0.32% | 0.57% | - |
| HSV(B) | 336.52º | 0.38% | 0.71% | - |
| XYZ | 29.51 | 23.28 | 27.36 | - |
| YUV | 135.71 | 129.86 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 139 | 0 | 0.38 | 0.23 | 0.29 | 336.52 | 0.32 | 0.57 |
| Hex | B5 | 70 | 8B | 0 | 26 | 17 | 1D | 151 | 20 | 39 |
| Octal | 265 | 160 | 213 | 0 | 46 | 27 | 35 | 521 | 40 | 71 |
| Binary | 10110101 | 1110000 | 10001011 | 0 | 100110 | 10111 | 11101 | 101010001 | 100000 | 111001 |
Color Harmonies of #B5708B
Complementary color
Monochromatic Colors of #B5708B
Black with #B5708B
Text Example
Text Example
White with #B5708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5708B; }
p { color: rgb(181,112,139); }
H1.HeaderClassName
{
color: #B5708B;
}
.AnyTagClassName
{
color: #B5708B;
}
</style>
background-color css
<style>
a { background-color: #B5708B; }
a { background-color: rgb(181,112,139); }
div.DivClassName
{
background-color: #B5708B;
}
.BgClassName
{
background-color: #B5708B;
}
</style>
border-color css
<style>
span { border-color: #B5708B; }
span { border-color: rgb(181,112,139); }
td.TdClassName
{
border-color: #B5708B;
}
.TagClassName
{
border-color: #B5708B;
}
</style>