Shades of Tapestry #B1618E
Tints of Tapestry #B1618E
RGB
CMYK
RGB Variations
Color information
#B1618E (or 0xB1618E) is known color: Tapestry. HEX triplet: B1, 61 and 8E. RGB value is (177,97,142). Sum of RGB (Red+Green+Blue) = 177+97+142=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B1618E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1618E is #4E9E71. Grayscale: #7D7D7D. Windows color (decimal): -5152370 or 9331121. OLE color: 9331121.
HSL color Cylindrical-coordinate representation of color #B1618E: hue angle of 326.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 #B1618E is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 97 | 142 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.31 |
| HSL | 326.25º | 0.34% | 0.54% | - |
| HSV(B) | 326.25º | 0.45% | 0.69% | - |
| XYZ | 27.29 | 19.85 | 27.98 | - |
| YUV | 126.05 | 137 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 97 | 142 | 0 | 0.45 | 0.20 | 0.31 | 326.25 | 0.34 | 0.54 |
| Hex | B1 | 61 | 8E | 0 | 2D | 14 | 1F | 146 | 22 | 36 |
| Octal | 261 | 141 | 216 | 0 | 55 | 24 | 37 | 506 | 42 | 66 |
| Binary | 10110001 | 1100001 | 10001110 | 0 | 101101 | 10100 | 11111 | 101000110 | 100010 | 110110 |
Color Harmonies of #B1618E
Complementary color
Monochromatic Colors of #B1618E
Black with #B1618E
Text Example
Text Example
White with #B1618E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1618E; }
p { color: rgb(177,97,142); }
H1.HeaderClassName
{
color: #B1618E;
}
.AnyTagClassName
{
color: #B1618E;
}
</style>
background-color css
<style>
a { background-color: #B1618E; }
a { background-color: rgb(177,97,142); }
div.DivClassName
{
background-color: #B1618E;
}
.BgClassName
{
background-color: #B1618E;
}
</style>
border-color css
<style>
span { border-color: #B1618E; }
span { border-color: rgb(177,97,142); }
td.TdClassName
{
border-color: #B1618E;
}
.TagClassName
{
border-color: #B1618E;
}
</style>