Shades of Tapestry #B56686
Tints of Tapestry #B56686
RGB
CMYK
RGB Variations
Color information
#B56686 (or 0xB56686) is known color: Tapestry. HEX triplet: B5, 66 and 86. RGB value is (181,102,134). Sum of RGB (Red+Green+Blue) = 181+102+134=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 134 (52.73% from 255 or 32.13% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B56686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56686 is #4A9979. Grayscale: #818181. Windows color (decimal): -4888954 or 8808117. OLE color: 8808117.
HSL color Cylindrical-coordinate representation of color #B56686: hue angle of 335.7º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B56686 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 102 | 134 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.29 |
| HSL | 335.7º | 0.35% | 0.55% | - |
| HSV(B) | 335.7º | 0.44% | 0.71% | - |
| XYZ | 28.11 | 21.05 | 25.14 | - |
| YUV | 129.27 | 130.67 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 134 | 0 | 0.44 | 0.26 | 0.29 | 335.7 | 0.35 | 0.55 |
| Hex | B5 | 66 | 86 | 0 | 2C | 1A | 1D | 150 | 23 | 37 |
| Octal | 265 | 146 | 206 | 0 | 54 | 32 | 35 | 520 | 43 | 67 |
| Binary | 10110101 | 1100110 | 10000110 | 0 | 101100 | 11010 | 11101 | 101010000 | 100011 | 110111 |
Color Harmonies of #B56686
Complementary color
Monochromatic Colors of #B56686
Black with #B56686
Text Example
Text Example
White with #B56686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56686; }
p { color: rgb(181,102,134); }
H1.HeaderClassName
{
color: #B56686;
}
.AnyTagClassName
{
color: #B56686;
}
</style>
background-color css
<style>
a { background-color: #B56686; }
a { background-color: rgb(181,102,134); }
div.DivClassName
{
background-color: #B56686;
}
.BgClassName
{
background-color: #B56686;
}
</style>
border-color css
<style>
span { border-color: #B56686; }
span { border-color: rgb(181,102,134); }
td.TdClassName
{
border-color: #B56686;
}
.TagClassName
{
border-color: #B56686;
}
</style>