Shades of Tapestry #B1628C
Tints of Tapestry #B1628C
RGB
CMYK
RGB Variations
Color information
#B1628C (or 0xB1628C) is known color: Tapestry. HEX triplet: B1, 62 and 8C. RGB value is (177,98,140). Sum of RGB (Red+Green+Blue) = 177+98+140=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B1628C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1628C is #4E9D73. Grayscale: #7E7E7E. Windows color (decimal): -5152116 or 9200305. OLE color: 9200305.
HSL color Cylindrical-coordinate representation of color #B1628C: hue angle of 328.1º 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 #B1628C is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 98 | 140 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.31 |
| HSL | 328.1º | 0.34% | 0.54% | - |
| HSV(B) | 328.1º | 0.45% | 0.69% | - |
| XYZ | 27.23 | 19.98 | 27.23 | - |
| YUV | 126.41 | 135.67 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 140 | 0 | 0.45 | 0.21 | 0.31 | 328.1 | 0.34 | 0.54 |
| Hex | B1 | 62 | 8C | 0 | 2D | 15 | 1F | 148 | 22 | 36 |
| Octal | 261 | 142 | 214 | 0 | 55 | 25 | 37 | 510 | 42 | 66 |
| Binary | 10110001 | 1100010 | 10001100 | 0 | 101101 | 10101 | 11111 | 101001000 | 100010 | 110110 |
Color Harmonies of #B1628C
Complementary color
Monochromatic Colors of #B1628C
Black with #B1628C
Text Example
Text Example
White with #B1628C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1628C; }
p { color: rgb(177,98,140); }
H1.HeaderClassName
{
color: #B1628C;
}
.AnyTagClassName
{
color: #B1628C;
}
</style>
background-color css
<style>
a { background-color: #B1628C; }
a { background-color: rgb(177,98,140); }
div.DivClassName
{
background-color: #B1628C;
}
.BgClassName
{
background-color: #B1628C;
}
</style>
border-color css
<style>
span { border-color: #B1628C; }
span { border-color: rgb(177,98,140); }
td.TdClassName
{
border-color: #B1628C;
}
.TagClassName
{
border-color: #B1628C;
}
</style>