Shades of Tapestry #B47388
Tints of Tapestry #B47388
RGB
CMYK
RGB Variations
Color information
#B47388 (or 0xB47388) is known color: Tapestry. HEX triplet: B4, 73 and 88. RGB value is (180,115,136). Sum of RGB (Red+Green+Blue) = 180+115+136=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B47388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47388 is #4B8C77. Grayscale: #888888. Windows color (decimal): -4951160 or 8942516. OLE color: 8942516.
HSL color Cylindrical-coordinate representation of color #B47388: hue angle of 340.62º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B47388 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 115 | 136 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.29 |
| HSL | 340.62º | 0.3% | 0.58% | - |
| HSV(B) | 340.62º | 0.36% | 0.71% | - |
| XYZ | 29.4 | 23.74 | 26.33 | - |
| YUV | 136.83 | 127.53 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 115 | 136 | 0 | 0.36 | 0.24 | 0.29 | 340.62 | 0.3 | 0.58 |
| Hex | B4 | 73 | 88 | 0 | 24 | 18 | 1D | 155 | 1E | 3A |
| Octal | 264 | 163 | 210 | 0 | 44 | 30 | 35 | 525 | 36 | 72 |
| Binary | 10110100 | 1110011 | 10001000 | 0 | 100100 | 11000 | 11101 | 101010101 | 11110 | 111010 |
Color Harmonies of #B47388
Complementary color
Monochromatic Colors of #B47388
Black with #B47388
Text Example
Text Example
White with #B47388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47388; }
p { color: rgb(180,115,136); }
H1.HeaderClassName
{
color: #B47388;
}
.AnyTagClassName
{
color: #B47388;
}
</style>
background-color css
<style>
a { background-color: #B47388; }
a { background-color: rgb(180,115,136); }
div.DivClassName
{
background-color: #B47388;
}
.BgClassName
{
background-color: #B47388;
}
</style>
border-color css
<style>
span { border-color: #B47388; }
span { border-color: rgb(180,115,136); }
td.TdClassName
{
border-color: #B47388;
}
.TagClassName
{
border-color: #B47388;
}
</style>