Shades of Tapestry #B17C91
Tints of Tapestry #B17C91
RGB
CMYK
RGB Variations
Color information
#B17C91 (or 0xB17C91) is known color: Tapestry. HEX triplet: B1, 7C and 91. RGB value is (177,124,145). Sum of RGB (Red+Green+Blue) = 177+124+145=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 145 (57.03% from 255 or 32.51% from 446); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17C91 is #4E836E. Grayscale: #8E8E8E. Windows color (decimal): -5145455 or 9534641. OLE color: 9534641.
HSL color Cylindrical-coordinate representation of color #B17C91: hue angle of 336.23º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B17C91 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 124 | 145 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.31 |
| HSL | 336.23º | 0.25% | 0.59% | - |
| HSV(B) | 336.23º | 0.3% | 0.69% | - |
| XYZ | 30.45 | 25.81 | 30.16 | - |
| YUV | 142.24 | 129.56 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 124 | 145 | 0 | 0.30 | 0.18 | 0.31 | 336.23 | 0.25 | 0.59 |
| Hex | B1 | 7C | 91 | 0 | 1E | 12 | 1F | 150 | 19 | 3B |
| Octal | 261 | 174 | 221 | 0 | 36 | 22 | 37 | 520 | 31 | 73 |
| Binary | 10110001 | 1111100 | 10010001 | 0 | 11110 | 10010 | 11111 | 101010000 | 11001 | 111011 |
Color Harmonies of #B17C91
Complementary color
Monochromatic Colors of #B17C91
Black with #B17C91
Text Example
Text Example
White with #B17C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17C91; }
p { color: rgb(177,124,145); }
H1.HeaderClassName
{
color: #B17C91;
}
.AnyTagClassName
{
color: #B17C91;
}
</style>
background-color css
<style>
a { background-color: #B17C91; }
a { background-color: rgb(177,124,145); }
div.DivClassName
{
background-color: #B17C91;
}
.BgClassName
{
background-color: #B17C91;
}
</style>
border-color css
<style>
span { border-color: #B17C91; }
span { border-color: rgb(177,124,145); }
td.TdClassName
{
border-color: #B17C91;
}
.TagClassName
{
border-color: #B17C91;
}
</style>