Shades of Tapestry #B1618C
Tints of Tapestry #B1618C
RGB
CMYK
RGB Variations
Color information
#B1618C (or 0xB1618C) is known color: Tapestry. HEX triplet: B1, 61 and 8C. RGB value is (177,97,140). Sum of RGB (Red+Green+Blue) = 177+97+140=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B1618C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1618C is #4E9E73. Grayscale: #7D7D7D. Windows color (decimal): -5152372 or 9200049. OLE color: 9200049.
HSL color Cylindrical-coordinate representation of color #B1618C: hue angle of 327.75º 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 #B1618C is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 97 | 140 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.31 |
| HSL | 327.75º | 0.34% | 0.54% | - |
| HSV(B) | 327.75º | 0.45% | 0.69% | - |
| XYZ | 27.14 | 19.79 | 27.2 | - |
| YUV | 125.82 | 136 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 97 | 140 | 0 | 0.45 | 0.21 | 0.31 | 327.75 | 0.34 | 0.54 |
| Hex | B1 | 61 | 8C | 0 | 2D | 15 | 1F | 148 | 22 | 36 |
| Octal | 261 | 141 | 214 | 0 | 55 | 25 | 37 | 510 | 42 | 66 |
| Binary | 10110001 | 1100001 | 10001100 | 0 | 101101 | 10101 | 11111 | 101001000 | 100010 | 110110 |
Color Harmonies of #B1618C
Complementary color
Monochromatic Colors of #B1618C
Black with #B1618C
Text Example
Text Example
White with #B1618C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1618C; }
p { color: rgb(177,97,140); }
H1.HeaderClassName
{
color: #B1618C;
}
.AnyTagClassName
{
color: #B1618C;
}
</style>
background-color css
<style>
a { background-color: #B1618C; }
a { background-color: rgb(177,97,140); }
div.DivClassName
{
background-color: #B1618C;
}
.BgClassName
{
background-color: #B1618C;
}
</style>
border-color css
<style>
span { border-color: #B1618C; }
span { border-color: rgb(177,97,140); }
td.TdClassName
{
border-color: #B1618C;
}
.TagClassName
{
border-color: #B1618C;
}
</style>