Shades of Tapestry #B47386
Tints of Tapestry #B47386
RGB
CMYK
RGB Variations
Color information
#B47386 (or 0xB47386) is known color: Tapestry. HEX triplet: B4, 73 and 86. RGB value is (180,115,134). Sum of RGB (Red+Green+Blue) = 180+115+134=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B47386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47386 is #4B8C79. Grayscale: #888888. Windows color (decimal): -4951162 or 8811444. OLE color: 8811444.
HSL color Cylindrical-coordinate representation of color #B47386: hue angle of 342.46º 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 #B47386 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 115 | 134 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.29 |
| HSL | 342.46º | 0.3% | 0.58% | - |
| HSV(B) | 342.46º | 0.36% | 0.71% | - |
| XYZ | 29.26 | 23.69 | 25.58 | - |
| YUV | 136.6 | 126.53 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 115 | 134 | 0 | 0.36 | 0.26 | 0.29 | 342.46 | 0.3 | 0.58 |
| Hex | B4 | 73 | 86 | 0 | 24 | 1A | 1D | 156 | 1E | 3A |
| Octal | 264 | 163 | 206 | 0 | 44 | 32 | 35 | 526 | 36 | 72 |
| Binary | 10110100 | 1110011 | 10000110 | 0 | 100100 | 11010 | 11101 | 101010110 | 11110 | 111010 |
Color Harmonies of #B47386
Complementary color
Monochromatic Colors of #B47386
Black with #B47386
Text Example
Text Example
White with #B47386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47386; }
p { color: rgb(180,115,134); }
H1.HeaderClassName
{
color: #B47386;
}
.AnyTagClassName
{
color: #B47386;
}
</style>
background-color css
<style>
a { background-color: #B47386; }
a { background-color: rgb(180,115,134); }
div.DivClassName
{
background-color: #B47386;
}
.BgClassName
{
background-color: #B47386;
}
</style>
border-color css
<style>
span { border-color: #B47386; }
span { border-color: rgb(180,115,134); }
td.TdClassName
{
border-color: #B47386;
}
.TagClassName
{
border-color: #B47386;
}
</style>