Shades of Tapestry #B56082
Tints of Tapestry #B56082
RGB
CMYK
RGB Variations
Color information
#B56082 (or 0xB56082) is known color: Tapestry. HEX triplet: B5, 60 and 82. RGB value is (181,96,130). Sum of RGB (Red+Green+Blue) = 181+96+130=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B56082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56082 is #4A9F7D. Grayscale: #7D7D7D. Windows color (decimal): -4890494 or 8544437. OLE color: 8544437.
HSL color Cylindrical-coordinate representation of color #B56082: hue angle of 336º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B56082 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 96 | 130 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.29 |
| HSL | 336º | 0.36% | 0.54% | - |
| HSV(B) | 336º | 0.47% | 0.71% | - |
| XYZ | 27.27 | 19.8 | 23.5 | - |
| YUV | 125.29 | 130.66 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 96 | 130 | 0 | 0.47 | 0.28 | 0.29 | 336 | 0.36 | 0.54 |
| Hex | B5 | 60 | 82 | 0 | 2F | 1C | 1D | 150 | 24 | 36 |
| Octal | 265 | 140 | 202 | 0 | 57 | 34 | 35 | 520 | 44 | 66 |
| Binary | 10110101 | 1100000 | 10000010 | 0 | 101111 | 11100 | 11101 | 101010000 | 100100 | 110110 |
Color Harmonies of #B56082
Complementary color
Monochromatic Colors of #B56082
Black with #B56082
Text Example
Text Example
White with #B56082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56082; }
p { color: rgb(181,96,130); }
H1.HeaderClassName
{
color: #B56082;
}
.AnyTagClassName
{
color: #B56082;
}
</style>
background-color css
<style>
a { background-color: #B56082; }
a { background-color: rgb(181,96,130); }
div.DivClassName
{
background-color: #B56082;
}
.BgClassName
{
background-color: #B56082;
}
</style>
border-color css
<style>
span { border-color: #B56082; }
span { border-color: rgb(181,96,130); }
td.TdClassName
{
border-color: #B56082;
}
.TagClassName
{
border-color: #B56082;
}
</style>