Shades of Tapestry #B1627C
Tints of Tapestry #B1627C
RGB
CMYK
RGB Variations
Color information
#B1627C (or 0xB1627C) is known color: Tapestry. HEX triplet: B1, 62 and 7C. RGB value is (177,98,124). Sum of RGB (Red+Green+Blue) = 177+98+124=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B1627C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1627C is #4E9D83. Grayscale: #7C7C7C. Windows color (decimal): -5152132 or 8151729. OLE color: 8151729.
HSL color Cylindrical-coordinate representation of color #B1627C: hue angle of 340.25º 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 #B1627C is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 98 | 124 | - |
| CMYK | 0 | 0.45 | 0.30 | 0.31 |
| HSL | 340.25º | 0.34% | 0.54% | - |
| HSV(B) | 340.25º | 0.45% | 0.69% | - |
| XYZ | 26.14 | 19.54 | 21.46 | - |
| YUV | 124.59 | 127.67 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 124 | 0 | 0.45 | 0.30 | 0.31 | 340.25 | 0.34 | 0.54 |
| Hex | B1 | 62 | 7C | 0 | 2D | 1E | 1F | 154 | 22 | 36 |
| Octal | 261 | 142 | 174 | 0 | 55 | 36 | 37 | 524 | 42 | 66 |
| Binary | 10110001 | 1100010 | 1111100 | 0 | 101101 | 11110 | 11111 | 101010100 | 100010 | 110110 |
Color Harmonies of #B1627C
Complementary color
Monochromatic Colors of #B1627C
Black with #B1627C
Text Example
Text Example
White with #B1627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1627C; }
p { color: rgb(177,98,124); }
H1.HeaderClassName
{
color: #B1627C;
}
.AnyTagClassName
{
color: #B1627C;
}
</style>
background-color css
<style>
a { background-color: #B1627C; }
a { background-color: rgb(177,98,124); }
div.DivClassName
{
background-color: #B1627C;
}
.BgClassName
{
background-color: #B1627C;
}
</style>
border-color css
<style>
span { border-color: #B1627C; }
span { border-color: rgb(177,98,124); }
td.TdClassName
{
border-color: #B1627C;
}
.TagClassName
{
border-color: #B1627C;
}
</style>