Shades of Tapestry #B2648E
Tints of Tapestry #B2648E
RGB
CMYK
RGB Variations
Color information
#B2648E (or 0xB2648E) is known color: Tapestry. HEX triplet: B2, 64 and 8E. RGB value is (178,100,142). Sum of RGB (Red+Green+Blue) = 178+100+142=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B2648E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2648E is #4D9B71. Grayscale: #808080. Windows color (decimal): -5086066 or 9331890. OLE color: 9331890.
HSL color Cylindrical-coordinate representation of color #B2648E: hue angle of 327.69º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2648E is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 100 | 142 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.30 |
| HSL | 327.69º | 0.34% | 0.55% | - |
| HSV(B) | 327.69º | 0.44% | 0.7% | - |
| XYZ | 27.8 | 20.53 | 28.09 | - |
| YUV | 128.11 | 135.84 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 100 | 142 | 0 | 0.44 | 0.20 | 0.30 | 327.69 | 0.34 | 0.55 |
| Hex | B2 | 64 | 8E | 0 | 2C | 14 | 1E | 148 | 22 | 37 |
| Octal | 262 | 144 | 216 | 0 | 54 | 24 | 36 | 510 | 42 | 67 |
| Binary | 10110010 | 1100100 | 10001110 | 0 | 101100 | 10100 | 11110 | 101001000 | 100010 | 110111 |
Color Harmonies of #B2648E
Complementary color
Monochromatic Colors of #B2648E
Black with #B2648E
Text Example
Text Example
White with #B2648E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2648E; }
p { color: rgb(178,100,142); }
H1.HeaderClassName
{
color: #B2648E;
}
.AnyTagClassName
{
color: #B2648E;
}
</style>
background-color css
<style>
a { background-color: #B2648E; }
a { background-color: rgb(178,100,142); }
div.DivClassName
{
background-color: #B2648E;
}
.BgClassName
{
background-color: #B2648E;
}
</style>
border-color css
<style>
span { border-color: #B2648E; }
span { border-color: rgb(178,100,142); }
td.TdClassName
{
border-color: #B2648E;
}
.TagClassName
{
border-color: #B2648E;
}
</style>