Shades of Tapestry #B3718D
Tints of Tapestry #B3718D
RGB
CMYK
RGB Variations
Color information
#B3718D (or 0xB3718D) is known color: Tapestry. HEX triplet: B3, 71 and 8D. RGB value is (179,113,141). Sum of RGB (Red+Green+Blue) = 179+113+141=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B3718D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3718D is #4C8E72. Grayscale: #878787. Windows color (decimal): -5017203 or 9269683. OLE color: 9269683.
HSL color Cylindrical-coordinate representation of color #B3718D: hue angle of 334.55º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B3718D is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 113 | 141 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.30 |
| HSL | 334.55º | 0.3% | 0.57% | - |
| HSV(B) | 334.55º | 0.37% | 0.7% | - |
| XYZ | 29.3 | 23.32 | 28.16 | - |
| YUV | 135.93 | 130.87 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 113 | 141 | 0 | 0.37 | 0.21 | 0.30 | 334.55 | 0.3 | 0.57 |
| Hex | B3 | 71 | 8D | 0 | 25 | 15 | 1E | 14F | 1E | 39 |
| Octal | 263 | 161 | 215 | 0 | 45 | 25 | 36 | 517 | 36 | 71 |
| Binary | 10110011 | 1110001 | 10001101 | 0 | 100101 | 10101 | 11110 | 101001111 | 11110 | 111001 |
Color Harmonies of #B3718D
Complementary color
Monochromatic Colors of #B3718D
Black with #B3718D
Text Example
Text Example
White with #B3718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3718D; }
p { color: rgb(179,113,141); }
H1.HeaderClassName
{
color: #B3718D;
}
.AnyTagClassName
{
color: #B3718D;
}
</style>
background-color css
<style>
a { background-color: #B3718D; }
a { background-color: rgb(179,113,141); }
div.DivClassName
{
background-color: #B3718D;
}
.BgClassName
{
background-color: #B3718D;
}
</style>
border-color css
<style>
span { border-color: #B3718D; }
span { border-color: rgb(179,113,141); }
td.TdClassName
{
border-color: #B3718D;
}
.TagClassName
{
border-color: #B3718D;
}
</style>