Shades of Tapestry #B47C91
Tints of Tapestry #B47C91
RGB
CMYK
RGB Variations
Color information
#B47C91 (or 0xB47C91) is known color: Tapestry. HEX triplet: B4, 7C and 91. RGB value is (180,124,145). Sum of RGB (Red+Green+Blue) = 180+124+145=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47C91 is #4B836E. Grayscale: #8F8F8F. Windows color (decimal): -4948847 or 9534644. OLE color: 9534644.
HSL color Cylindrical-coordinate representation of color #B47C91: hue angle of 337.5º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B47C91 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 124 | 145 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.29 |
| HSL | 337.5º | 0.27% | 0.6% | - |
| HSV(B) | 337.5º | 0.31% | 0.71% | - |
| XYZ | 31.14 | 26.16 | 30.2 | - |
| YUV | 143.14 | 129.05 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 124 | 145 | 0 | 0.31 | 0.19 | 0.29 | 337.5 | 0.27 | 0.6 |
| Hex | B4 | 7C | 91 | 0 | 1F | 13 | 1D | 152 | 1B | 3C |
| Octal | 264 | 174 | 221 | 0 | 37 | 23 | 35 | 522 | 33 | 74 |
| Binary | 10110100 | 1111100 | 10010001 | 0 | 11111 | 10011 | 11101 | 101010010 | 11011 | 111100 |
Color Harmonies of #B47C91
Complementary color
Monochromatic Colors of #B47C91
Black with #B47C91
Text Example
Text Example
White with #B47C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47C91; }
p { color: rgb(180,124,145); }
H1.HeaderClassName
{
color: #B47C91;
}
.AnyTagClassName
{
color: #B47C91;
}
</style>
background-color css
<style>
a { background-color: #B47C91; }
a { background-color: rgb(180,124,145); }
div.DivClassName
{
background-color: #B47C91;
}
.BgClassName
{
background-color: #B47C91;
}
</style>
border-color css
<style>
span { border-color: #B47C91; }
span { border-color: rgb(180,124,145); }
td.TdClassName
{
border-color: #B47C91;
}
.TagClassName
{
border-color: #B47C91;
}
</style>