Shades of Tapestry #B6718D
Tints of Tapestry #B6718D
RGB
CMYK
RGB Variations
Color information
#B6718D (or 0xB6718D) is known color: Tapestry. HEX triplet: B6, 71 and 8D. RGB value is (182,113,141). Sum of RGB (Red+Green+Blue) = 182+113+141=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 182 - color contains mainly: red. Hex color #B6718D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6718D is #498E72. Grayscale: #888888. Windows color (decimal): -4820595 or 9269686. OLE color: 9269686.
HSL color Cylindrical-coordinate representation of color #B6718D: hue angle of 335.65º degrees, saturation: 0.32, 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 #B6718D is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 113 | 141 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.29 |
| HSL | 335.65º | 0.32% | 0.58% | - |
| HSV(B) | 335.65º | 0.38% | 0.71% | - |
| XYZ | 30 | 23.68 | 28.19 | - |
| YUV | 136.82 | 130.36 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 113 | 141 | 0 | 0.38 | 0.23 | 0.29 | 335.65 | 0.32 | 0.58 |
| Hex | B6 | 71 | 8D | 0 | 26 | 17 | 1D | 150 | 20 | 3A |
| Octal | 266 | 161 | 215 | 0 | 46 | 27 | 35 | 520 | 40 | 72 |
| Binary | 10110110 | 1110001 | 10001101 | 0 | 100110 | 10111 | 11101 | 101010000 | 100000 | 111010 |
Color Harmonies of #B6718D
Complementary color
Monochromatic Colors of #B6718D
Black with #B6718D
Text Example
Text Example
White with #B6718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6718D; }
p { color: rgb(182,113,141); }
H1.HeaderClassName
{
color: #B6718D;
}
.AnyTagClassName
{
color: #B6718D;
}
</style>
background-color css
<style>
a { background-color: #B6718D; }
a { background-color: rgb(182,113,141); }
div.DivClassName
{
background-color: #B6718D;
}
.BgClassName
{
background-color: #B6718D;
}
</style>
border-color css
<style>
span { border-color: #B6718D; }
span { border-color: rgb(182,113,141); }
td.TdClassName
{
border-color: #B6718D;
}
.TagClassName
{
border-color: #B6718D;
}
</style>