Shades of Tapestry #B76686
Tints of Tapestry #B76686
RGB
CMYK
RGB Variations
Color information
#B76686 (or 0xB76686) is known color: Tapestry. HEX triplet: B7, 66 and 86. RGB value is (183,102,134). Sum of RGB (Red+Green+Blue) = 183+102+134=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B76686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76686 is #489979. Grayscale: #818181. Windows color (decimal): -4757882 or 8808119. OLE color: 8808119.
HSL color Cylindrical-coordinate representation of color #B76686: hue angle of 336.3º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B76686 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 134 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.28 |
| HSL | 336.3º | 0.36% | 0.56% | - |
| HSV(B) | 336.3º | 0.44% | 0.72% | - |
| XYZ | 28.58 | 21.29 | 25.16 | - |
| YUV | 129.87 | 130.34 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 134 | 0 | 0.44 | 0.27 | 0.28 | 336.3 | 0.36 | 0.56 |
| Hex | B7 | 66 | 86 | 0 | 2C | 1B | 1C | 150 | 24 | 38 |
| Octal | 267 | 146 | 206 | 0 | 54 | 33 | 34 | 520 | 44 | 70 |
| Binary | 10110111 | 1100110 | 10000110 | 0 | 101100 | 11011 | 11100 | 101010000 | 100100 | 111000 |
Color Harmonies of #B76686
Complementary color
Monochromatic Colors of #B76686
Black with #B76686
Text Example
Text Example
White with #B76686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76686; }
p { color: rgb(183,102,134); }
H1.HeaderClassName
{
color: #B76686;
}
.AnyTagClassName
{
color: #B76686;
}
</style>
background-color css
<style>
a { background-color: #B76686; }
a { background-color: rgb(183,102,134); }
div.DivClassName
{
background-color: #B76686;
}
.BgClassName
{
background-color: #B76686;
}
</style>
border-color css
<style>
span { border-color: #B76686; }
span { border-color: rgb(183,102,134); }
td.TdClassName
{
border-color: #B76686;
}
.TagClassName
{
border-color: #B76686;
}
</style>