Shades of Tapestry #B66686
Tints of Tapestry #B66686
RGB
CMYK
RGB Variations
Color information
#B66686 (or 0xB66686) is known color: Tapestry. HEX triplet: B6, 66 and 86. RGB value is (182,102,134). Sum of RGB (Red+Green+Blue) = 182+102+134=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 134 (52.73% from 255 or 32.06% from 418); Max value from RGB is 182 - color contains mainly: red. Hex color #B66686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66686 is #499979. Grayscale: #818181. Windows color (decimal): -4823418 or 8808118. OLE color: 8808118.
HSL color Cylindrical-coordinate representation of color #B66686: hue angle of 336º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B66686 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 102 | 134 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.29 |
| HSL | 336º | 0.35% | 0.56% | - |
| HSV(B) | 336º | 0.44% | 0.71% | - |
| XYZ | 28.35 | 21.17 | 25.15 | - |
| YUV | 129.57 | 130.5 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 102 | 134 | 0 | 0.44 | 0.26 | 0.29 | 336 | 0.35 | 0.56 |
| Hex | B6 | 66 | 86 | 0 | 2C | 1A | 1D | 150 | 23 | 38 |
| Octal | 266 | 146 | 206 | 0 | 54 | 32 | 35 | 520 | 43 | 70 |
| Binary | 10110110 | 1100110 | 10000110 | 0 | 101100 | 11010 | 11101 | 101010000 | 100011 | 111000 |
Color Harmonies of #B66686
Complementary color
Monochromatic Colors of #B66686
Black with #B66686
Text Example
Text Example
White with #B66686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66686; }
p { color: rgb(182,102,134); }
H1.HeaderClassName
{
color: #B66686;
}
.AnyTagClassName
{
color: #B66686;
}
</style>
background-color css
<style>
a { background-color: #B66686; }
a { background-color: rgb(182,102,134); }
div.DivClassName
{
background-color: #B66686;
}
.BgClassName
{
background-color: #B66686;
}
</style>
border-color css
<style>
span { border-color: #B66686; }
span { border-color: rgb(182,102,134); }
td.TdClassName
{
border-color: #B66686;
}
.TagClassName
{
border-color: #B66686;
}
</style>