Shades of Tapestry #B2648F
Tints of Tapestry #B2648F
RGB
CMYK
RGB Variations
Color information
#B2648F (or 0xB2648F) is known color: Tapestry. HEX triplet: B2, 64 and 8F. RGB value is (178,100,143). Sum of RGB (Red+Green+Blue) = 178+100+143=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B2648F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2648F is #4D9B70. Grayscale: #808080. Windows color (decimal): -5086065 or 9397426. OLE color: 9397426.
HSL color Cylindrical-coordinate representation of color #B2648F: hue angle of 326.92º 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 #B2648F is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 100 | 143 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.30 |
| HSL | 326.92º | 0.34% | 0.55% | - |
| HSV(B) | 326.92º | 0.44% | 0.7% | - |
| XYZ | 27.88 | 20.56 | 28.49 | - |
| YUV | 128.22 | 136.34 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 100 | 143 | 0 | 0.44 | 0.20 | 0.30 | 326.92 | 0.34 | 0.55 |
| Hex | B2 | 64 | 8F | 0 | 2C | 14 | 1E | 147 | 22 | 37 |
| Octal | 262 | 144 | 217 | 0 | 54 | 24 | 36 | 507 | 42 | 67 |
| Binary | 10110010 | 1100100 | 10001111 | 0 | 101100 | 10100 | 11110 | 101000111 | 100010 | 110111 |
Color Harmonies of #B2648F
Complementary color
Monochromatic Colors of #B2648F
Black with #B2648F
Text Example
Text Example
White with #B2648F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2648F; }
p { color: rgb(178,100,143); }
H1.HeaderClassName
{
color: #B2648F;
}
.AnyTagClassName
{
color: #B2648F;
}
</style>
background-color css
<style>
a { background-color: #B2648F; }
a { background-color: rgb(178,100,143); }
div.DivClassName
{
background-color: #B2648F;
}
.BgClassName
{
background-color: #B2648F;
}
</style>
border-color css
<style>
span { border-color: #B2648F; }
span { border-color: rgb(178,100,143); }
td.TdClassName
{
border-color: #B2648F;
}
.TagClassName
{
border-color: #B2648F;
}
</style>