Shades of Tapestry #B56C92
Tints of Tapestry #B56C92
RGB
CMYK
RGB Variations
Color information
#B56C92 (or 0xB56C92) is known color: Tapestry. HEX triplet: B5, 6C and 92. RGB value is (181,108,146). Sum of RGB (Red+Green+Blue) = 181+108+146=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56C92 is #4A936D. Grayscale: #868686. Windows color (decimal): -4887406 or 9596085. OLE color: 9596085.
HSL color Cylindrical-coordinate representation of color #B56C92: hue angle of 328.77º 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 #B56C92 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 108 | 146 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.29 |
| HSL | 328.77º | 0.33% | 0.57% | - |
| HSV(B) | 328.77º | 0.4% | 0.71% | - |
| XYZ | 29.61 | 22.62 | 30 | - |
| YUV | 134.16 | 134.68 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 108 | 146 | 0 | 0.40 | 0.19 | 0.29 | 328.77 | 0.33 | 0.57 |
| Hex | B5 | 6C | 92 | 0 | 28 | 13 | 1D | 149 | 21 | 39 |
| Octal | 265 | 154 | 222 | 0 | 50 | 23 | 35 | 511 | 41 | 71 |
| Binary | 10110101 | 1101100 | 10010010 | 0 | 101000 | 10011 | 11101 | 101001001 | 100001 | 111001 |
Color Harmonies of #B56C92
Complementary color
Monochromatic Colors of #B56C92
Black with #B56C92
Text Example
Text Example
White with #B56C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56C92; }
p { color: rgb(181,108,146); }
H1.HeaderClassName
{
color: #B56C92;
}
.AnyTagClassName
{
color: #B56C92;
}
</style>
background-color css
<style>
a { background-color: #B56C92; }
a { background-color: rgb(181,108,146); }
div.DivClassName
{
background-color: #B56C92;
}
.BgClassName
{
background-color: #B56C92;
}
</style>
border-color css
<style>
span { border-color: #B56C92; }
span { border-color: rgb(181,108,146); }
td.TdClassName
{
border-color: #B56C92;
}
.TagClassName
{
border-color: #B56C92;
}
</style>