Shades of Tapestry #B6708C
Tints of Tapestry #B6708C
RGB
CMYK
RGB Variations
Color information
#B6708C (or 0xB6708C) is known color: Tapestry. HEX triplet: B6, 70 and 8C. RGB value is (182,112,140). Sum of RGB (Red+Green+Blue) = 182+112+140=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 182 - color contains mainly: red. Hex color #B6708C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6708C is #498F73. Grayscale: #888888. Windows color (decimal): -4820852 or 9203894. OLE color: 9203894.
HSL color Cylindrical-coordinate representation of color #B6708C: hue angle of 336º 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 #B6708C is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 112 | 140 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.29 |
| HSL | 336º | 0.32% | 0.58% | - |
| HSV(B) | 336º | 0.38% | 0.71% | - |
| XYZ | 29.82 | 23.43 | 27.76 | - |
| YUV | 136.12 | 130.19 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 112 | 140 | 0 | 0.38 | 0.23 | 0.29 | 336 | 0.32 | 0.58 |
| Hex | B6 | 70 | 8C | 0 | 26 | 17 | 1D | 150 | 20 | 3A |
| Octal | 266 | 160 | 214 | 0 | 46 | 27 | 35 | 520 | 40 | 72 |
| Binary | 10110110 | 1110000 | 10001100 | 0 | 100110 | 10111 | 11101 | 101010000 | 100000 | 111010 |
Color Harmonies of #B6708C
Complementary color
Monochromatic Colors of #B6708C
Black with #B6708C
Text Example
Text Example
White with #B6708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6708C; }
p { color: rgb(182,112,140); }
H1.HeaderClassName
{
color: #B6708C;
}
.AnyTagClassName
{
color: #B6708C;
}
</style>
background-color css
<style>
a { background-color: #B6708C; }
a { background-color: rgb(182,112,140); }
div.DivClassName
{
background-color: #B6708C;
}
.BgClassName
{
background-color: #B6708C;
}
</style>
border-color css
<style>
span { border-color: #B6708C; }
span { border-color: rgb(182,112,140); }
td.TdClassName
{
border-color: #B6708C;
}
.TagClassName
{
border-color: #B6708C;
}
</style>