Shades of Tapestry #B1608B
Tints of Tapestry #B1608B
RGB
CMYK
RGB Variations
Color information
#B1608B (or 0xB1608B) is known color: Tapestry. HEX triplet: B1, 60 and 8B. RGB value is (177,96,139). Sum of RGB (Red+Green+Blue) = 177+96+139=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B1608B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1608B is #4E9F74. Grayscale: #7D7D7D. Windows color (decimal): -5152629 or 9134257. OLE color: 9134257.
HSL color Cylindrical-coordinate representation of color #B1608B: hue angle of 328.15º 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 #B1608B is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 96 | 139 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.31 |
| HSL | 328.15º | 0.34% | 0.54% | - |
| HSV(B) | 328.15º | 0.46% | 0.69% | - |
| XYZ | 26.97 | 19.58 | 26.78 | - |
| YUV | 125.12 | 135.84 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 139 | 0 | 0.46 | 0.21 | 0.31 | 328.15 | 0.34 | 0.54 |
| Hex | B1 | 60 | 8B | 0 | 2E | 15 | 1F | 148 | 22 | 36 |
| Octal | 261 | 140 | 213 | 0 | 56 | 25 | 37 | 510 | 42 | 66 |
| Binary | 10110001 | 1100000 | 10001011 | 0 | 101110 | 10101 | 11111 | 101001000 | 100010 | 110110 |
Color Harmonies of #B1608B
Complementary color
Monochromatic Colors of #B1608B
Black with #B1608B
Text Example
Text Example
White with #B1608B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1608B; }
p { color: rgb(177,96,139); }
H1.HeaderClassName
{
color: #B1608B;
}
.AnyTagClassName
{
color: #B1608B;
}
</style>
background-color css
<style>
a { background-color: #B1608B; }
a { background-color: rgb(177,96,139); }
div.DivClassName
{
background-color: #B1608B;
}
.BgClassName
{
background-color: #B1608B;
}
</style>
border-color css
<style>
span { border-color: #B1608B; }
span { border-color: rgb(177,96,139); }
td.TdClassName
{
border-color: #B1608B;
}
.TagClassName
{
border-color: #B1608B;
}
</style>