Shades of Tapestry #B56982
Tints of Tapestry #B56982
RGB
CMYK
RGB Variations
Color information
#B56982 (or 0xB56982) is known color: Tapestry. HEX triplet: B5, 69 and 82. RGB value is (181,105,130). Sum of RGB (Red+Green+Blue) = 181+105+130=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B56982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56982 is #4A967D. Grayscale: #828282. Windows color (decimal): -4888190 or 8546741. OLE color: 8546741.
HSL color Cylindrical-coordinate representation of color #B56982: hue angle of 340.26º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B56982 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 105 | 130 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.29 |
| HSL | 340.26º | 0.34% | 0.56% | - |
| HSV(B) | 340.26º | 0.42% | 0.71% | - |
| XYZ | 28.14 | 21.54 | 23.79 | - |
| YUV | 130.57 | 127.68 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 105 | 130 | 0 | 0.42 | 0.28 | 0.29 | 340.26 | 0.34 | 0.56 |
| Hex | B5 | 69 | 82 | 0 | 2A | 1C | 1D | 154 | 22 | 38 |
| Octal | 265 | 151 | 202 | 0 | 52 | 34 | 35 | 524 | 42 | 70 |
| Binary | 10110101 | 1101001 | 10000010 | 0 | 101010 | 11100 | 11101 | 101010100 | 100010 | 111000 |
Color Harmonies of #B56982
Complementary color
Monochromatic Colors of #B56982
Black with #B56982
Text Example
Text Example
White with #B56982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56982; }
p { color: rgb(181,105,130); }
H1.HeaderClassName
{
color: #B56982;
}
.AnyTagClassName
{
color: #B56982;
}
</style>
background-color css
<style>
a { background-color: #B56982; }
a { background-color: rgb(181,105,130); }
div.DivClassName
{
background-color: #B56982;
}
.BgClassName
{
background-color: #B56982;
}
</style>
border-color css
<style>
span { border-color: #B56982; }
span { border-color: rgb(181,105,130); }
td.TdClassName
{
border-color: #B56982;
}
.TagClassName
{
border-color: #B56982;
}
</style>