Shades of Tapestry #B56690
Tints of Tapestry #B56690
RGB
CMYK
RGB Variations
Color information
#B56690 (or 0xB56690) is known color: Tapestry. HEX triplet: B5, 66 and 90. RGB value is (181,102,144). Sum of RGB (Red+Green+Blue) = 181+102+144=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B56690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56690 is #4A996F. Grayscale: #828282. Windows color (decimal): -4888944 or 9463477. OLE color: 9463477.
HSL color Cylindrical-coordinate representation of color #B56690: hue angle of 328.1º 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 #B56690 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 102 | 144 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.29 |
| HSL | 328.1º | 0.35% | 0.55% | - |
| HSV(B) | 328.1º | 0.44% | 0.71% | - |
| XYZ | 28.84 | 21.34 | 28.98 | - |
| YUV | 130.41 | 135.67 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 144 | 0 | 0.44 | 0.20 | 0.29 | 328.1 | 0.35 | 0.55 |
| Hex | B5 | 66 | 90 | 0 | 2C | 14 | 1D | 148 | 23 | 37 |
| Octal | 265 | 146 | 220 | 0 | 54 | 24 | 35 | 510 | 43 | 67 |
| Binary | 10110101 | 1100110 | 10010000 | 0 | 101100 | 10100 | 11101 | 101001000 | 100011 | 110111 |
Color Harmonies of #B56690
Complementary color
Monochromatic Colors of #B56690
Black with #B56690
Text Example
Text Example
White with #B56690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56690; }
p { color: rgb(181,102,144); }
H1.HeaderClassName
{
color: #B56690;
}
.AnyTagClassName
{
color: #B56690;
}
</style>
background-color css
<style>
a { background-color: #B56690; }
a { background-color: rgb(181,102,144); }
div.DivClassName
{
background-color: #B56690;
}
.BgClassName
{
background-color: #B56690;
}
</style>
border-color css
<style>
span { border-color: #B56690; }
span { border-color: rgb(181,102,144); }
td.TdClassName
{
border-color: #B56690;
}
.TagClassName
{
border-color: #B56690;
}
</style>