Shades of Tapestry #B56980
Tints of Tapestry #B56980
RGB
CMYK
RGB Variations
Color information
#B56980 (or 0xB56980) is known color: Tapestry. HEX triplet: B5, 69 and 80. RGB value is (181,105,128). Sum of RGB (Red+Green+Blue) = 181+105+128=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B56980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56980 is #4A967F. Grayscale: #828282. Windows color (decimal): -4888192 or 8415669. OLE color: 8415669.
HSL color Cylindrical-coordinate representation of color #B56980: hue angle of 341.84º 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 #B56980 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 105 | 128 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.29 |
| HSL | 341.84º | 0.34% | 0.56% | - |
| HSV(B) | 341.84º | 0.42% | 0.71% | - |
| XYZ | 28 | 21.49 | 23.09 | - |
| YUV | 130.35 | 126.68 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 105 | 128 | 0 | 0.42 | 0.29 | 0.29 | 341.84 | 0.34 | 0.56 |
| Hex | B5 | 69 | 80 | 0 | 2A | 1D | 1D | 156 | 22 | 38 |
| Octal | 265 | 151 | 200 | 0 | 52 | 35 | 35 | 526 | 42 | 70 |
| Binary | 10110101 | 1101001 | 10000000 | 0 | 101010 | 11101 | 11101 | 101010110 | 100010 | 111000 |
Color Harmonies of #B56980
Complementary color
Monochromatic Colors of #B56980
Black with #B56980
Text Example
Text Example
White with #B56980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56980; }
p { color: rgb(181,105,128); }
H1.HeaderClassName
{
color: #B56980;
}
.AnyTagClassName
{
color: #B56980;
}
</style>
background-color css
<style>
a { background-color: #B56980; }
a { background-color: rgb(181,105,128); }
div.DivClassName
{
background-color: #B56980;
}
.BgClassName
{
background-color: #B56980;
}
</style>
border-color css
<style>
span { border-color: #B56980; }
span { border-color: rgb(181,105,128); }
td.TdClassName
{
border-color: #B56980;
}
.TagClassName
{
border-color: #B56980;
}
</style>