Shades of Tapestry #B1608C
Tints of Tapestry #B1608C
RGB
CMYK
RGB Variations
Color information
#B1608C (or 0xB1608C) is known color: Tapestry. HEX triplet: B1, 60 and 8C. RGB value is (177,96,140). Sum of RGB (Red+Green+Blue) = 177+96+140=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B1608C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1608C is #4E9F73. Grayscale: #7D7D7D. Windows color (decimal): -5152628 or 9199793. OLE color: 9199793.
HSL color Cylindrical-coordinate representation of color #B1608C: hue angle of 327.41º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1608C is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 96 | 140 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.31 |
| HSL | 327.41º | 0.34% | 0.54% | - |
| HSV(B) | 327.41º | 0.46% | 0.69% | - |
| XYZ | 27.05 | 19.61 | 27.17 | - |
| YUV | 125.24 | 136.34 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 140 | 0 | 0.46 | 0.21 | 0.31 | 327.41 | 0.34 | 0.54 |
| Hex | B1 | 60 | 8C | 0 | 2E | 15 | 1F | 147 | 22 | 36 |
| Octal | 261 | 140 | 214 | 0 | 56 | 25 | 37 | 507 | 42 | 66 |
| Binary | 10110001 | 1100000 | 10001100 | 0 | 101110 | 10101 | 11111 | 101000111 | 100010 | 110110 |
Color Harmonies of #B1608C
Complementary color
Monochromatic Colors of #B1608C
Black with #B1608C
Text Example
Text Example
White with #B1608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1608C; }
p { color: rgb(177,96,140); }
H1.HeaderClassName
{
color: #B1608C;
}
.AnyTagClassName
{
color: #B1608C;
}
</style>
background-color css
<style>
a { background-color: #B1608C; }
a { background-color: rgb(177,96,140); }
div.DivClassName
{
background-color: #B1608C;
}
.BgClassName
{
background-color: #B1608C;
}
</style>
border-color css
<style>
span { border-color: #B1608C; }
span { border-color: rgb(177,96,140); }
td.TdClassName
{
border-color: #B1608C;
}
.TagClassName
{
border-color: #B1608C;
}
</style>