Shades of Tapestry #B6718C
Tints of Tapestry #B6718C
RGB
CMYK
RGB Variations
Color information
#B6718C (or 0xB6718C) is known color: Tapestry. HEX triplet: B6, 71 and 8C. RGB value is (182,113,140). Sum of RGB (Red+Green+Blue) = 182+113+140=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 182 - color contains mainly: red. Hex color #B6718C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6718C is #498E73. Grayscale: #888888. Windows color (decimal): -4820596 or 9204150. OLE color: 9204150.
HSL color Cylindrical-coordinate representation of color #B6718C: hue angle of 336.52º 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 #B6718C is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 113 | 140 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.29 |
| HSL | 336.52º | 0.32% | 0.58% | - |
| HSV(B) | 336.52º | 0.38% | 0.71% | - |
| XYZ | 29.93 | 23.65 | 27.8 | - |
| YUV | 136.71 | 129.86 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 113 | 140 | 0 | 0.38 | 0.23 | 0.29 | 336.52 | 0.32 | 0.58 |
| Hex | B6 | 71 | 8C | 0 | 26 | 17 | 1D | 151 | 20 | 3A |
| Octal | 266 | 161 | 214 | 0 | 46 | 27 | 35 | 521 | 40 | 72 |
| Binary | 10110110 | 1110001 | 10001100 | 0 | 100110 | 10111 | 11101 | 101010001 | 100000 | 111010 |
Color Harmonies of #B6718C
Complementary color
Monochromatic Colors of #B6718C
Black with #B6718C
Text Example
Text Example
White with #B6718C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6718C; }
p { color: rgb(182,113,140); }
H1.HeaderClassName
{
color: #B6718C;
}
.AnyTagClassName
{
color: #B6718C;
}
</style>
background-color css
<style>
a { background-color: #B6718C; }
a { background-color: rgb(182,113,140); }
div.DivClassName
{
background-color: #B6718C;
}
.BgClassName
{
background-color: #B6718C;
}
</style>
border-color css
<style>
span { border-color: #B6718C; }
span { border-color: rgb(182,113,140); }
td.TdClassName
{
border-color: #B6718C;
}
.TagClassName
{
border-color: #B6718C;
}
</style>