Shades of Tapestry #B47E91
Tints of Tapestry #B47E91
RGB
CMYK
RGB Variations
Color information
#B47E91 (or 0xB47E91) is known color: Tapestry. HEX triplet: B4, 7E and 91. RGB value is (180,126,145). Sum of RGB (Red+Green+Blue) = 180+126+145=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 145 (57.03% from 255 or 32.15% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47E91 is #4B816E. Grayscale: #909090. Windows color (decimal): -4948335 or 9535156. OLE color: 9535156.
HSL color Cylindrical-coordinate representation of color #B47E91: hue angle of 338.89º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B47E91 is Cyan = 0, Magento = 0.3, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 126 | 145 | - |
| CMYK | 0 | 0.3 | 0.19 | 0.29 |
| HSL | 338.89º | 0.26% | 0.6% | - |
| HSV(B) | 338.89º | 0.3% | 0.71% | - |
| XYZ | 31.39 | 26.67 | 30.28 | - |
| YUV | 144.31 | 128.39 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 126 | 145 | 0 | 0.3 | 0.19 | 0.29 | 338.89 | 0.26 | 0.6 |
| Hex | B4 | 7E | 91 | 0 | 1E | 13 | 1D | 153 | 1A | 3C |
| Octal | 264 | 176 | 221 | 0 | 36 | 23 | 35 | 523 | 32 | 74 |
| Binary | 10110100 | 1111110 | 10010001 | 0 | 11110 | 10011 | 11101 | 101010011 | 11010 | 111100 |
Color Harmonies of #B47E91
Complementary color
Monochromatic Colors of #B47E91
Black with #B47E91
Text Example
Text Example
White with #B47E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47E91; }
p { color: rgb(180,126,145); }
H1.HeaderClassName
{
color: #B47E91;
}
.AnyTagClassName
{
color: #B47E91;
}
</style>
background-color css
<style>
a { background-color: #B47E91; }
a { background-color: rgb(180,126,145); }
div.DivClassName
{
background-color: #B47E91;
}
.BgClassName
{
background-color: #B47E91;
}
</style>
border-color css
<style>
span { border-color: #B47E91; }
span { border-color: rgb(180,126,145); }
td.TdClassName
{
border-color: #B47E91;
}
.TagClassName
{
border-color: #B47E91;
}
</style>