Shades of Tapestry #B17391
Tints of Tapestry #B17391
RGB
CMYK
RGB Variations
Color information
#B17391 (or 0xB17391) is known color: Tapestry. HEX triplet: B1, 73 and 91. RGB value is (177,115,145). Sum of RGB (Red+Green+Blue) = 177+115+145=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 145 (57.03% from 255 or 33.18% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B17391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17391 is #4E8C6E. Grayscale: #888888. Windows color (decimal): -5147759 or 9532337. OLE color: 9532337.
HSL color Cylindrical-coordinate representation of color #B17391: hue angle of 330.97º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B17391 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 115 | 145 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.31 |
| HSL | 330.97º | 0.28% | 0.57% | - |
| HSV(B) | 330.97º | 0.35% | 0.69% | - |
| XYZ | 29.37 | 23.65 | 29.81 | - |
| YUV | 136.96 | 132.54 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 115 | 145 | 0 | 0.35 | 0.18 | 0.31 | 330.97 | 0.28 | 0.57 |
| Hex | B1 | 73 | 91 | 0 | 23 | 12 | 1F | 14B | 1C | 39 |
| Octal | 261 | 163 | 221 | 0 | 43 | 22 | 37 | 513 | 34 | 71 |
| Binary | 10110001 | 1110011 | 10010001 | 0 | 100011 | 10010 | 11111 | 101001011 | 11100 | 111001 |
Color Harmonies of #B17391
Complementary color
Monochromatic Colors of #B17391
Black with #B17391
Text Example
Text Example
White with #B17391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17391; }
p { color: rgb(177,115,145); }
H1.HeaderClassName
{
color: #B17391;
}
.AnyTagClassName
{
color: #B17391;
}
</style>
background-color css
<style>
a { background-color: #B17391; }
a { background-color: rgb(177,115,145); }
div.DivClassName
{
background-color: #B17391;
}
.BgClassName
{
background-color: #B17391;
}
</style>
border-color css
<style>
span { border-color: #B17391; }
span { border-color: rgb(177,115,145); }
td.TdClassName
{
border-color: #B17391;
}
.TagClassName
{
border-color: #B17391;
}
</style>