Shades of Tapestry #B47E94
Tints of Tapestry #B47E94
RGB
CMYK
RGB Variations
Color information
#B47E94 (or 0xB47E94) is known color: Tapestry. HEX triplet: B4, 7E and 94. RGB value is (180,126,148). Sum of RGB (Red+Green+Blue) = 180+126+148=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 126 (49.61% from 255 or 27.75% from 454); Blue value is 148 (58.20% from 255 or 32.60% from 454); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47E94 is #4B816B. Grayscale: #909090. Windows color (decimal): -4948332 or 9731764. OLE color: 9731764.
HSL color Cylindrical-coordinate representation of color #B47E94: hue angle of 335.56º 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 #B47E94 is Cyan = 0, Magento = 0.3, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 126 | 148 | - |
| CMYK | 0 | 0.3 | 0.18 | 0.29 |
| HSL | 335.56º | 0.26% | 0.6% | - |
| HSV(B) | 335.56º | 0.3% | 0.71% | - |
| XYZ | 31.63 | 26.76 | 31.52 | - |
| YUV | 144.65 | 129.89 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 126 | 148 | 0 | 0.3 | 0.18 | 0.29 | 335.56 | 0.26 | 0.6 |
| Hex | B4 | 7E | 94 | 0 | 1E | 12 | 1D | 150 | 1A | 3C |
| Octal | 264 | 176 | 224 | 0 | 36 | 22 | 35 | 520 | 32 | 74 |
| Binary | 10110100 | 1111110 | 10010100 | 0 | 11110 | 10010 | 11101 | 101010000 | 11010 | 111100 |
Color Harmonies of #B47E94
Complementary color
Monochromatic Colors of #B47E94
Black with #B47E94
Text Example
Text Example
White with #B47E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47E94; }
p { color: rgb(180,126,148); }
H1.HeaderClassName
{
color: #B47E94;
}
.AnyTagClassName
{
color: #B47E94;
}
</style>
background-color css
<style>
a { background-color: #B47E94; }
a { background-color: rgb(180,126,148); }
div.DivClassName
{
background-color: #B47E94;
}
.BgClassName
{
background-color: #B47E94;
}
</style>
border-color css
<style>
span { border-color: #B47E94; }
span { border-color: rgb(180,126,148); }
td.TdClassName
{
border-color: #B47E94;
}
.TagClassName
{
border-color: #B47E94;
}
</style>