Shades of Tapestry #B1758D
Tints of Tapestry #B1758D
RGB
CMYK
RGB Variations
Color information
#B1758D (or 0xB1758D) is known color: Tapestry. HEX triplet: B1, 75 and 8D. RGB value is (177,117,141). Sum of RGB (Red+Green+Blue) = 177+117+141=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 177 - color contains mainly: red. Hex color #B1758D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1758D is #4E8A72. Grayscale: #898989. Windows color (decimal): -5147251 or 9270705. OLE color: 9270705.
HSL color Cylindrical-coordinate representation of color #B1758D: hue angle of 336º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B1758D is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 117 | 141 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.31 |
| HSL | 336º | 0.28% | 0.58% | - |
| HSV(B) | 336º | 0.34% | 0.69% | - |
| XYZ | 29.3 | 23.99 | 28.29 | - |
| YUV | 137.68 | 129.88 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 117 | 141 | 0 | 0.34 | 0.20 | 0.31 | 336 | 0.28 | 0.58 |
| Hex | B1 | 75 | 8D | 0 | 22 | 14 | 1F | 150 | 1C | 3A |
| Octal | 261 | 165 | 215 | 0 | 42 | 24 | 37 | 520 | 34 | 72 |
| Binary | 10110001 | 1110101 | 10001101 | 0 | 100010 | 10100 | 11111 | 101010000 | 11100 | 111010 |
Color Harmonies of #B1758D
Complementary color
Monochromatic Colors of #B1758D
Black with #B1758D
Text Example
Text Example
White with #B1758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1758D; }
p { color: rgb(177,117,141); }
H1.HeaderClassName
{
color: #B1758D;
}
.AnyTagClassName
{
color: #B1758D;
}
</style>
background-color css
<style>
a { background-color: #B1758D; }
a { background-color: rgb(177,117,141); }
div.DivClassName
{
background-color: #B1758D;
}
.BgClassName
{
background-color: #B1758D;
}
</style>
border-color css
<style>
span { border-color: #B1758D; }
span { border-color: rgb(177,117,141); }
td.TdClassName
{
border-color: #B1758D;
}
.TagClassName
{
border-color: #B1758D;
}
</style>