Shades of Tapestry #B0628D
Tints of Tapestry #B0628D
RGB
CMYK
RGB Variations
Color information
#B0628D (or 0xB0628D) is known color: Tapestry. HEX triplet: B0, 62 and 8D. RGB value is (176,98,141). Sum of RGB (Red+Green+Blue) = 176+98+141=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B0628D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0628D is #4F9D72. Grayscale: #7E7E7E. Windows color (decimal): -5217651 or 9265840. OLE color: 9265840.
HSL color Cylindrical-coordinate representation of color #B0628D: hue angle of 326.92º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0628D is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 98 | 141 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.31 |
| HSL | 326.92º | 0.33% | 0.54% | - |
| HSV(B) | 326.92º | 0.44% | 0.69% | - |
| XYZ | 27.08 | 19.89 | 27.61 | - |
| YUV | 126.22 | 136.34 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 98 | 141 | 0 | 0.44 | 0.20 | 0.31 | 326.92 | 0.33 | 0.54 |
| Hex | B0 | 62 | 8D | 0 | 2C | 14 | 1F | 147 | 21 | 36 |
| Octal | 260 | 142 | 215 | 0 | 54 | 24 | 37 | 507 | 41 | 66 |
| Binary | 10110000 | 1100010 | 10001101 | 0 | 101100 | 10100 | 11111 | 101000111 | 100001 | 110110 |
Color Harmonies of #B0628D
Complementary color
Monochromatic Colors of #B0628D
Black with #B0628D
Text Example
Text Example
White with #B0628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0628D; }
p { color: rgb(176,98,141); }
H1.HeaderClassName
{
color: #B0628D;
}
.AnyTagClassName
{
color: #B0628D;
}
</style>
background-color css
<style>
a { background-color: #B0628D; }
a { background-color: rgb(176,98,141); }
div.DivClassName
{
background-color: #B0628D;
}
.BgClassName
{
background-color: #B0628D;
}
</style>
border-color css
<style>
span { border-color: #B0628D; }
span { border-color: rgb(176,98,141); }
td.TdClassName
{
border-color: #B0628D;
}
.TagClassName
{
border-color: #B0628D;
}
</style>