Shades of Tapestry #B5648E
Tints of Tapestry #B5648E
RGB
CMYK
RGB Variations
Color information
#B5648E (or 0xB5648E) is known color: Tapestry. HEX triplet: B5, 64 and 8E. RGB value is (181,100,142). Sum of RGB (Red+Green+Blue) = 181+100+142=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B5648E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5648E is #4A9B71. Grayscale: #808080. Windows color (decimal): -4889458 or 9331893. OLE color: 9331893.
HSL color Cylindrical-coordinate representation of color #B5648E: hue angle of 328.89º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B5648E is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 100 | 142 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.29 |
| HSL | 328.89º | 0.35% | 0.55% | - |
| HSV(B) | 328.89º | 0.45% | 0.71% | - |
| XYZ | 28.5 | 20.89 | 28.12 | - |
| YUV | 129.01 | 135.34 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 142 | 0 | 0.45 | 0.22 | 0.29 | 328.89 | 0.35 | 0.55 |
| Hex | B5 | 64 | 8E | 0 | 2D | 16 | 1D | 149 | 23 | 37 |
| Octal | 265 | 144 | 216 | 0 | 55 | 26 | 35 | 511 | 43 | 67 |
| Binary | 10110101 | 1100100 | 10001110 | 0 | 101101 | 10110 | 11101 | 101001001 | 100011 | 110111 |
Color Harmonies of #B5648E
Complementary color
Monochromatic Colors of #B5648E
Black with #B5648E
Text Example
Text Example
White with #B5648E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5648E; }
p { color: rgb(181,100,142); }
H1.HeaderClassName
{
color: #B5648E;
}
.AnyTagClassName
{
color: #B5648E;
}
</style>
background-color css
<style>
a { background-color: #B5648E; }
a { background-color: rgb(181,100,142); }
div.DivClassName
{
background-color: #B5648E;
}
.BgClassName
{
background-color: #B5648E;
}
</style>
border-color css
<style>
span { border-color: #B5648E; }
span { border-color: rgb(181,100,142); }
td.TdClassName
{
border-color: #B5648E;
}
.TagClassName
{
border-color: #B5648E;
}
</style>