Shades of Tapestry #B56592
Tints of Tapestry #B56592
RGB
CMYK
RGB Variations
Color information
#B56592 (or 0xB56592) is known color: Tapestry. HEX triplet: B5, 65 and 92. RGB value is (181,101,146). Sum of RGB (Red+Green+Blue) = 181+101+146=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 181 - color contains mainly: red. Hex color #B56592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56592 is #4A9A6D. Grayscale: #818181. Windows color (decimal): -4889198 or 9594293. OLE color: 9594293.
HSL color Cylindrical-coordinate representation of color #B56592: hue angle of 326.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B56592 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 101 | 146 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.29 |
| HSL | 326.25º | 0.35% | 0.55% | - |
| HSV(B) | 326.25º | 0.44% | 0.71% | - |
| XYZ | 28.9 | 21.21 | 29.76 | - |
| YUV | 130.05 | 137 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 146 | 0 | 0.44 | 0.19 | 0.29 | 326.25 | 0.35 | 0.55 |
| Hex | B5 | 65 | 92 | 0 | 2C | 13 | 1D | 146 | 23 | 37 |
| Octal | 265 | 145 | 222 | 0 | 54 | 23 | 35 | 506 | 43 | 67 |
| Binary | 10110101 | 1100101 | 10010010 | 0 | 101100 | 10011 | 11101 | 101000110 | 100011 | 110111 |
Color Harmonies of #B56592
Complementary color
Monochromatic Colors of #B56592
Black with #B56592
Text Example
Text Example
White with #B56592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56592; }
p { color: rgb(181,101,146); }
H1.HeaderClassName
{
color: #B56592;
}
.AnyTagClassName
{
color: #B56592;
}
</style>
background-color css
<style>
a { background-color: #B56592; }
a { background-color: rgb(181,101,146); }
div.DivClassName
{
background-color: #B56592;
}
.BgClassName
{
background-color: #B56592;
}
</style>
border-color css
<style>
span { border-color: #B56592; }
span { border-color: rgb(181,101,146); }
td.TdClassName
{
border-color: #B56592;
}
.TagClassName
{
border-color: #B56592;
}
</style>