Shades of Tapestry #B2628C
Tints of Tapestry #B2628C
RGB
CMYK
RGB Variations
Color information
#B2628C (or 0xB2628C) is known color: Tapestry. HEX triplet: B2, 62 and 8C. RGB value is (178,98,140). Sum of RGB (Red+Green+Blue) = 178+98+140=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 98 (38.67% from 255 or 23.56% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B2628C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2628C is #4D9D73. Grayscale: #7E7E7E. Windows color (decimal): -5086580 or 9200306. OLE color: 9200306.
HSL color Cylindrical-coordinate representation of color #B2628C: hue angle of 328.5º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2628C is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 98 | 140 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.30 |
| HSL | 328.5º | 0.34% | 0.54% | - |
| HSV(B) | 328.5º | 0.45% | 0.7% | - |
| XYZ | 27.46 | 20.09 | 27.24 | - |
| YUV | 126.71 | 135.5 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 98 | 140 | 0 | 0.45 | 0.21 | 0.30 | 328.5 | 0.34 | 0.54 |
| Hex | B2 | 62 | 8C | 0 | 2D | 15 | 1E | 148 | 22 | 36 |
| Octal | 262 | 142 | 214 | 0 | 55 | 25 | 36 | 510 | 42 | 66 |
| Binary | 10110010 | 1100010 | 10001100 | 0 | 101101 | 10101 | 11110 | 101001000 | 100010 | 110110 |
Color Harmonies of #B2628C
Complementary color
Monochromatic Colors of #B2628C
Black with #B2628C
Text Example
Text Example
White with #B2628C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2628C; }
p { color: rgb(178,98,140); }
H1.HeaderClassName
{
color: #B2628C;
}
.AnyTagClassName
{
color: #B2628C;
}
</style>
background-color css
<style>
a { background-color: #B2628C; }
a { background-color: rgb(178,98,140); }
div.DivClassName
{
background-color: #B2628C;
}
.BgClassName
{
background-color: #B2628C;
}
</style>
border-color css
<style>
span { border-color: #B2628C; }
span { border-color: rgb(178,98,140); }
td.TdClassName
{
border-color: #B2628C;
}
.TagClassName
{
border-color: #B2628C;
}
</style>