Shades of Tapestry #B1758F
Tints of Tapestry #B1758F
RGB
CMYK
RGB Variations
Color information
#B1758F (or 0xB1758F) is known color: Tapestry. HEX triplet: B1, 75 and 8F. RGB value is (177,117,143). Sum of RGB (Red+Green+Blue) = 177+117+143=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B1758F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1758F is #4E8A70. Grayscale: #898989. Windows color (decimal): -5147249 or 9401777. OLE color: 9401777.
HSL color Cylindrical-coordinate representation of color #B1758F: hue angle of 334º 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 #B1758F is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 117 | 143 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.31 |
| HSL | 334º | 0.28% | 0.58% | - |
| HSV(B) | 334º | 0.34% | 0.69% | - |
| XYZ | 29.45 | 24.05 | 29.08 | - |
| YUV | 137.9 | 130.88 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 117 | 143 | 0 | 0.34 | 0.19 | 0.31 | 334 | 0.28 | 0.58 |
| Hex | B1 | 75 | 8F | 0 | 22 | 13 | 1F | 14E | 1C | 3A |
| Octal | 261 | 165 | 217 | 0 | 42 | 23 | 37 | 516 | 34 | 72 |
| Binary | 10110001 | 1110101 | 10001111 | 0 | 100010 | 10011 | 11111 | 101001110 | 11100 | 111010 |
Color Harmonies of #B1758F
Complementary color
Monochromatic Colors of #B1758F
Black with #B1758F
Text Example
Text Example
White with #B1758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1758F; }
p { color: rgb(177,117,143); }
H1.HeaderClassName
{
color: #B1758F;
}
.AnyTagClassName
{
color: #B1758F;
}
</style>
background-color css
<style>
a { background-color: #B1758F; }
a { background-color: rgb(177,117,143); }
div.DivClassName
{
background-color: #B1758F;
}
.BgClassName
{
background-color: #B1758F;
}
</style>
border-color css
<style>
span { border-color: #B1758F; }
span { border-color: rgb(177,117,143); }
td.TdClassName
{
border-color: #B1758F;
}
.TagClassName
{
border-color: #B1758F;
}
</style>