Shades of Tapestry #B56D80
Tints of Tapestry #B56D80
RGB
CMYK
RGB Variations
Color information
#B56D80 (or 0xB56D80) is known color: Tapestry. HEX triplet: B5, 6D and 80. RGB value is (181,109,128). Sum of RGB (Red+Green+Blue) = 181+109+128=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B56D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56D80 is #4A927F. Grayscale: #848484. Windows color (decimal): -4887168 or 8416693. OLE color: 8416693.
HSL color Cylindrical-coordinate representation of color #B56D80: hue angle of 344.17º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B56D80 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 109 | 128 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.29 |
| HSL | 344.17º | 0.33% | 0.57% | - |
| HSV(B) | 344.17º | 0.4% | 0.71% | - |
| XYZ | 28.42 | 22.32 | 23.23 | - |
| YUV | 132.69 | 125.35 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 109 | 128 | 0 | 0.40 | 0.29 | 0.29 | 344.17 | 0.33 | 0.57 |
| Hex | B5 | 6D | 80 | 0 | 28 | 1D | 1D | 158 | 21 | 39 |
| Octal | 265 | 155 | 200 | 0 | 50 | 35 | 35 | 530 | 41 | 71 |
| Binary | 10110101 | 1101101 | 10000000 | 0 | 101000 | 11101 | 11101 | 101011000 | 100001 | 111001 |
Color Harmonies of #B56D80
Complementary color
Monochromatic Colors of #B56D80
Black with #B56D80
Text Example
Text Example
White with #B56D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56D80; }
p { color: rgb(181,109,128); }
H1.HeaderClassName
{
color: #B56D80;
}
.AnyTagClassName
{
color: #B56D80;
}
</style>
background-color css
<style>
a { background-color: #B56D80; }
a { background-color: rgb(181,109,128); }
div.DivClassName
{
background-color: #B56D80;
}
.BgClassName
{
background-color: #B56D80;
}
</style>
border-color css
<style>
span { border-color: #B56D80; }
span { border-color: rgb(181,109,128); }
td.TdClassName
{
border-color: #B56D80;
}
.TagClassName
{
border-color: #B56D80;
}
</style>