Shades of Tapestry #B5718C
Tints of Tapestry #B5718C
RGB
CMYK
RGB Variations
Color information
#B5718C (or 0xB5718C) is known color: Tapestry. HEX triplet: B5, 71 and 8C. RGB value is (181,113,140). Sum of RGB (Red+Green+Blue) = 181+113+140=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B5718C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5718C is #4A8E73. Grayscale: #888888. Windows color (decimal): -4886132 or 9204149. OLE color: 9204149.
HSL color Cylindrical-coordinate representation of color #B5718C: hue angle of 336.18º 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 #B5718C is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 113 | 140 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.29 |
| HSL | 336.18º | 0.31% | 0.58% | - |
| HSV(B) | 336.18º | 0.38% | 0.71% | - |
| XYZ | 29.69 | 23.53 | 27.79 | - |
| YUV | 136.41 | 130.03 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 113 | 140 | 0 | 0.38 | 0.23 | 0.29 | 336.18 | 0.31 | 0.58 |
| Hex | B5 | 71 | 8C | 0 | 26 | 17 | 1D | 150 | 1F | 3A |
| Octal | 265 | 161 | 214 | 0 | 46 | 27 | 35 | 520 | 37 | 72 |
| Binary | 10110101 | 1110001 | 10001100 | 0 | 100110 | 10111 | 11101 | 101010000 | 11111 | 111010 |
Color Harmonies of #B5718C
Complementary color
Monochromatic Colors of #B5718C
Black with #B5718C
Text Example
Text Example
White with #B5718C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5718C; }
p { color: rgb(181,113,140); }
H1.HeaderClassName
{
color: #B5718C;
}
.AnyTagClassName
{
color: #B5718C;
}
</style>
background-color css
<style>
a { background-color: #B5718C; }
a { background-color: rgb(181,113,140); }
div.DivClassName
{
background-color: #B5718C;
}
.BgClassName
{
background-color: #B5718C;
}
</style>
border-color css
<style>
span { border-color: #B5718C; }
span { border-color: rgb(181,113,140); }
td.TdClassName
{
border-color: #B5718C;
}
.TagClassName
{
border-color: #B5718C;
}
</style>