Shades of Tapestry #B1628D
Tints of Tapestry #B1628D
RGB
CMYK
RGB Variations
Color information
#B1628D (or 0xB1628D) is known color: Tapestry. HEX triplet: B1, 62 and 8D. RGB value is (177,98,141). Sum of RGB (Red+Green+Blue) = 177+98+141=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 98 (38.67% from 255 or 23.56% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B1628D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1628D is #4E9D72. Grayscale: #7E7E7E. Windows color (decimal): -5152115 or 9265841. OLE color: 9265841.
HSL color Cylindrical-coordinate representation of color #B1628D: hue angle of 327.34º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B1628D is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 98 | 141 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.31 |
| HSL | 327.34º | 0.34% | 0.54% | - |
| HSV(B) | 327.34º | 0.45% | 0.69% | - |
| XYZ | 27.31 | 20.01 | 27.62 | - |
| YUV | 126.52 | 136.17 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 141 | 0 | 0.45 | 0.20 | 0.31 | 327.34 | 0.34 | 0.54 |
| Hex | B1 | 62 | 8D | 0 | 2D | 14 | 1F | 147 | 22 | 36 |
| Octal | 261 | 142 | 215 | 0 | 55 | 24 | 37 | 507 | 42 | 66 |
| Binary | 10110001 | 1100010 | 10001101 | 0 | 101101 | 10100 | 11111 | 101000111 | 100010 | 110110 |
Color Harmonies of #B1628D
Complementary color
Monochromatic Colors of #B1628D
Black with #B1628D
Text Example
Text Example
White with #B1628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1628D; }
p { color: rgb(177,98,141); }
H1.HeaderClassName
{
color: #B1628D;
}
.AnyTagClassName
{
color: #B1628D;
}
</style>
background-color css
<style>
a { background-color: #B1628D; }
a { background-color: rgb(177,98,141); }
div.DivClassName
{
background-color: #B1628D;
}
.BgClassName
{
background-color: #B1628D;
}
</style>
border-color css
<style>
span { border-color: #B1628D; }
span { border-color: rgb(177,98,141); }
td.TdClassName
{
border-color: #B1628D;
}
.TagClassName
{
border-color: #B1628D;
}
</style>