Shades of Tapestry #B56A90
Tints of Tapestry #B56A90
RGB
CMYK
RGB Variations
Color information
#B56A90 (or 0xB56A90) is known color: Tapestry. HEX triplet: B5, 6A and 90. RGB value is (181,106,144). Sum of RGB (Red+Green+Blue) = 181+106+144=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B56A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56A90 is #4A956F. Grayscale: #848484. Windows color (decimal): -4887920 or 9464501. OLE color: 9464501.
HSL color Cylindrical-coordinate representation of color #B56A90: hue angle of 329.6º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B56A90 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 106 | 144 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.29 |
| HSL | 329.6º | 0.34% | 0.56% | - |
| HSV(B) | 329.6º | 0.41% | 0.71% | - |
| XYZ | 29.24 | 22.15 | 29.12 | - |
| YUV | 132.76 | 134.35 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 106 | 144 | 0 | 0.41 | 0.20 | 0.29 | 329.6 | 0.34 | 0.56 |
| Hex | B5 | 6A | 90 | 0 | 29 | 14 | 1D | 14A | 22 | 38 |
| Octal | 265 | 152 | 220 | 0 | 51 | 24 | 35 | 512 | 42 | 70 |
| Binary | 10110101 | 1101010 | 10010000 | 0 | 101001 | 10100 | 11101 | 101001010 | 100010 | 111000 |
Color Harmonies of #B56A90
Complementary color
Monochromatic Colors of #B56A90
Black with #B56A90
Text Example
Text Example
White with #B56A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56A90; }
p { color: rgb(181,106,144); }
H1.HeaderClassName
{
color: #B56A90;
}
.AnyTagClassName
{
color: #B56A90;
}
</style>
background-color css
<style>
a { background-color: #B56A90; }
a { background-color: rgb(181,106,144); }
div.DivClassName
{
background-color: #B56A90;
}
.BgClassName
{
background-color: #B56A90;
}
</style>
border-color css
<style>
span { border-color: #B56A90; }
span { border-color: rgb(181,106,144); }
td.TdClassName
{
border-color: #B56A90;
}
.TagClassName
{
border-color: #B56A90;
}
</style>