Shades of Tapestry #B47E92
Tints of Tapestry #B47E92
RGB
CMYK
RGB Variations
Color information
#B47E92 (or 0xB47E92) is known color: Tapestry. HEX triplet: B4, 7E and 92. RGB value is (180,126,146). Sum of RGB (Red+Green+Blue) = 180+126+146=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 146 (57.42% from 255 or 32.30% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47E92 is #4B816D. Grayscale: #909090. Windows color (decimal): -4948334 or 9600692. OLE color: 9600692.
HSL color Cylindrical-coordinate representation of color #B47E92: hue angle of 337.78º 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 #B47E92 is Cyan = 0, Magento = 0.3, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 126 | 146 | - |
| CMYK | 0 | 0.3 | 0.19 | 0.29 |
| HSL | 337.78º | 0.26% | 0.6% | - |
| HSV(B) | 337.78º | 0.3% | 0.71% | - |
| XYZ | 31.47 | 26.7 | 30.69 | - |
| YUV | 144.43 | 128.89 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 126 | 146 | 0 | 0.3 | 0.19 | 0.29 | 337.78 | 0.26 | 0.6 |
| Hex | B4 | 7E | 92 | 0 | 1E | 13 | 1D | 152 | 1A | 3C |
| Octal | 264 | 176 | 222 | 0 | 36 | 23 | 35 | 522 | 32 | 74 |
| Binary | 10110100 | 1111110 | 10010010 | 0 | 11110 | 10011 | 11101 | 101010010 | 11010 | 111100 |
Color Harmonies of #B47E92
Complementary color
Monochromatic Colors of #B47E92
Black with #B47E92
Text Example
Text Example
White with #B47E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47E92; }
p { color: rgb(180,126,146); }
H1.HeaderClassName
{
color: #B47E92;
}
.AnyTagClassName
{
color: #B47E92;
}
</style>
background-color css
<style>
a { background-color: #B47E92; }
a { background-color: rgb(180,126,146); }
div.DivClassName
{
background-color: #B47E92;
}
.BgClassName
{
background-color: #B47E92;
}
</style>
border-color css
<style>
span { border-color: #B47E92; }
span { border-color: rgb(180,126,146); }
td.TdClassName
{
border-color: #B47E92;
}
.TagClassName
{
border-color: #B47E92;
}
</style>