Shades of Tapestry #B1758B
Tints of Tapestry #B1758B
RGB
CMYK
RGB Variations
Color information
#B1758B (or 0xB1758B) is known color: Tapestry. HEX triplet: B1, 75 and 8B. RGB value is (177,117,139). Sum of RGB (Red+Green+Blue) = 177+117+139=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B1758B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1758B is #4E8A74. Grayscale: #898989. Windows color (decimal): -5147253 or 9139633. OLE color: 9139633.
HSL color Cylindrical-coordinate representation of color #B1758B: hue angle of 338º 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 #B1758B is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 117 | 139 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.31 |
| HSL | 338º | 0.28% | 0.58% | - |
| HSV(B) | 338º | 0.34% | 0.69% | - |
| XYZ | 29.15 | 23.93 | 27.51 | - |
| YUV | 137.45 | 128.88 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 117 | 139 | 0 | 0.34 | 0.21 | 0.31 | 338 | 0.28 | 0.58 |
| Hex | B1 | 75 | 8B | 0 | 22 | 15 | 1F | 152 | 1C | 3A |
| Octal | 261 | 165 | 213 | 0 | 42 | 25 | 37 | 522 | 34 | 72 |
| Binary | 10110001 | 1110101 | 10001011 | 0 | 100010 | 10101 | 11111 | 101010010 | 11100 | 111010 |
Color Harmonies of #B1758B
Complementary color
Monochromatic Colors of #B1758B
Black with #B1758B
Text Example
Text Example
White with #B1758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1758B; }
p { color: rgb(177,117,139); }
H1.HeaderClassName
{
color: #B1758B;
}
.AnyTagClassName
{
color: #B1758B;
}
</style>
background-color css
<style>
a { background-color: #B1758B; }
a { background-color: rgb(177,117,139); }
div.DivClassName
{
background-color: #B1758B;
}
.BgClassName
{
background-color: #B1758B;
}
</style>
border-color css
<style>
span { border-color: #B1758B; }
span { border-color: rgb(177,117,139); }
td.TdClassName
{
border-color: #B1758B;
}
.TagClassName
{
border-color: #B1758B;
}
</style>