Shades of Tapestry #B3708D
Tints of Tapestry #B3708D
RGB
CMYK
RGB Variations
Color information
#B3708D (or 0xB3708D) is known color: Tapestry. HEX triplet: B3, 70 and 8D. RGB value is (179,112,141). Sum of RGB (Red+Green+Blue) = 179+112+141=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 179 - color contains mainly: red. Hex color #B3708D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3708D is #4C8F72. Grayscale: #878787. Windows color (decimal): -5017459 or 9269427. OLE color: 9269427.
HSL color Cylindrical-coordinate representation of color #B3708D: hue angle of 334.03º degrees, saturation: 0.31, 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 #B3708D is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 112 | 141 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.30 |
| HSL | 334.03º | 0.31% | 0.57% | - |
| HSV(B) | 334.03º | 0.37% | 0.7% | - |
| XYZ | 29.19 | 23.1 | 28.12 | - |
| YUV | 135.34 | 131.2 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 112 | 141 | 0 | 0.37 | 0.21 | 0.30 | 334.03 | 0.31 | 0.57 |
| Hex | B3 | 70 | 8D | 0 | 25 | 15 | 1E | 14E | 1F | 39 |
| Octal | 263 | 160 | 215 | 0 | 45 | 25 | 36 | 516 | 37 | 71 |
| Binary | 10110011 | 1110000 | 10001101 | 0 | 100101 | 10101 | 11110 | 101001110 | 11111 | 111001 |
Color Harmonies of #B3708D
Complementary color
Monochromatic Colors of #B3708D
Black with #B3708D
Text Example
Text Example
White with #B3708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3708D; }
p { color: rgb(179,112,141); }
H1.HeaderClassName
{
color: #B3708D;
}
.AnyTagClassName
{
color: #B3708D;
}
</style>
background-color css
<style>
a { background-color: #B3708D; }
a { background-color: rgb(179,112,141); }
div.DivClassName
{
background-color: #B3708D;
}
.BgClassName
{
background-color: #B3708D;
}
</style>
border-color css
<style>
span { border-color: #B3708D; }
span { border-color: rgb(179,112,141); }
td.TdClassName
{
border-color: #B3708D;
}
.TagClassName
{
border-color: #B3708D;
}
</style>