Shades of Tapestry #B1757E
Tints of Tapestry #B1757E
RGB
CMYK
RGB Variations
Color information
#B1757E (or 0xB1757E) is known color: Tapestry. HEX triplet: B1, 75 and 7E. RGB value is (177,117,126). Sum of RGB (Red+Green+Blue) = 177+117+126=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B1757E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1757E is #4E8A81. Grayscale: #878787. Windows color (decimal): -5147266 or 8287665. OLE color: 8287665.
HSL color Cylindrical-coordinate representation of color #B1757E: hue angle of 351º 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 #B1757E is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 117 | 126 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.31 |
| HSL | 351º | 0.28% | 0.58% | - |
| HSV(B) | 351º | 0.34% | 0.69% | - |
| XYZ | 28.26 | 23.58 | 22.8 | - |
| YUV | 135.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 117 | 126 | 0 | 0.34 | 0.29 | 0.31 | 351 | 0.28 | 0.58 |
| Hex | B1 | 75 | 7E | 0 | 22 | 1D | 1F | 15F | 1C | 3A |
| Octal | 261 | 165 | 176 | 0 | 42 | 35 | 37 | 537 | 34 | 72 |
| Binary | 10110001 | 1110101 | 1111110 | 0 | 100010 | 11101 | 11111 | 101011111 | 11100 | 111010 |
Color Harmonies of #B1757E
Complementary color
Monochromatic Colors of #B1757E
Black with #B1757E
Text Example
Text Example
White with #B1757E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1757E; }
p { color: rgb(177,117,126); }
H1.HeaderClassName
{
color: #B1757E;
}
.AnyTagClassName
{
color: #B1757E;
}
</style>
background-color css
<style>
a { background-color: #B1757E; }
a { background-color: rgb(177,117,126); }
div.DivClassName
{
background-color: #B1757E;
}
.BgClassName
{
background-color: #B1757E;
}
</style>
border-color css
<style>
span { border-color: #B1757E; }
span { border-color: rgb(177,117,126); }
td.TdClassName
{
border-color: #B1757E;
}
.TagClassName
{
border-color: #B1757E;
}
</style>