Shades of Tapestry #B5718D
Tints of Tapestry #B5718D
RGB
CMYK
RGB Variations
Color information
#B5718D (or 0xB5718D) is known color: Tapestry. HEX triplet: B5, 71 and 8D. RGB value is (181,113,141). Sum of RGB (Red+Green+Blue) = 181+113+141=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B5718D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5718D is #4A8E72. Grayscale: #888888. Windows color (decimal): -4886131 or 9269685. OLE color: 9269685.
HSL color Cylindrical-coordinate representation of color #B5718D: hue angle of 335.29º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B5718D is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 113 | 141 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.29 |
| HSL | 335.29º | 0.31% | 0.58% | - |
| HSV(B) | 335.29º | 0.38% | 0.71% | - |
| XYZ | 29.77 | 23.56 | 28.18 | - |
| YUV | 136.52 | 130.53 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 113 | 141 | 0 | 0.38 | 0.22 | 0.29 | 335.29 | 0.31 | 0.58 |
| Hex | B5 | 71 | 8D | 0 | 26 | 16 | 1D | 14F | 1F | 3A |
| Octal | 265 | 161 | 215 | 0 | 46 | 26 | 35 | 517 | 37 | 72 |
| Binary | 10110101 | 1110001 | 10001101 | 0 | 100110 | 10110 | 11101 | 101001111 | 11111 | 111010 |
Color Harmonies of #B5718D
Complementary color
Monochromatic Colors of #B5718D
Black with #B5718D
Text Example
Text Example
White with #B5718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5718D; }
p { color: rgb(181,113,141); }
H1.HeaderClassName
{
color: #B5718D;
}
.AnyTagClassName
{
color: #B5718D;
}
</style>
background-color css
<style>
a { background-color: #B5718D; }
a { background-color: rgb(181,113,141); }
div.DivClassName
{
background-color: #B5718D;
}
.BgClassName
{
background-color: #B5718D;
}
</style>
border-color css
<style>
span { border-color: #B5718D; }
span { border-color: rgb(181,113,141); }
td.TdClassName
{
border-color: #B5718D;
}
.TagClassName
{
border-color: #B5718D;
}
</style>