Shades of Tapestry #B56880
Tints of Tapestry #B56880
RGB
CMYK
RGB Variations
Color information
#B56880 (or 0xB56880) is known color: Tapestry. HEX triplet: B5, 68 and 80. RGB value is (181,104,128). Sum of RGB (Red+Green+Blue) = 181+104+128=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B56880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56880 is #4A977F. Grayscale: #818181. Windows color (decimal): -4888448 or 8415413. OLE color: 8415413.
HSL color Cylindrical-coordinate representation of color #B56880: hue angle of 341.3º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B56880 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 104 | 128 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.29 |
| HSL | 341.3º | 0.34% | 0.56% | - |
| HSV(B) | 341.3º | 0.43% | 0.71% | - |
| XYZ | 27.9 | 21.28 | 23.06 | - |
| YUV | 129.76 | 127.01 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 104 | 128 | 0 | 0.43 | 0.29 | 0.29 | 341.3 | 0.34 | 0.56 |
| Hex | B5 | 68 | 80 | 0 | 2B | 1D | 1D | 155 | 22 | 38 |
| Octal | 265 | 150 | 200 | 0 | 53 | 35 | 35 | 525 | 42 | 70 |
| Binary | 10110101 | 1101000 | 10000000 | 0 | 101011 | 11101 | 11101 | 101010101 | 100010 | 111000 |
Color Harmonies of #B56880
Complementary color
Monochromatic Colors of #B56880
Black with #B56880
Text Example
Text Example
White with #B56880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56880; }
p { color: rgb(181,104,128); }
H1.HeaderClassName
{
color: #B56880;
}
.AnyTagClassName
{
color: #B56880;
}
</style>
background-color css
<style>
a { background-color: #B56880; }
a { background-color: rgb(181,104,128); }
div.DivClassName
{
background-color: #B56880;
}
.BgClassName
{
background-color: #B56880;
}
</style>
border-color css
<style>
span { border-color: #B56880; }
span { border-color: rgb(181,104,128); }
td.TdClassName
{
border-color: #B56880;
}
.TagClassName
{
border-color: #B56880;
}
</style>