Shades of Tapestry #B47084
Tints of Tapestry #B47084
RGB
CMYK
RGB Variations
Color information
#B47084 (or 0xB47084) is known color: Tapestry. HEX triplet: B4, 70 and 84. RGB value is (180,112,132). Sum of RGB (Red+Green+Blue) = 180+112+132=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 132 (51.95% from 255 or 31.13% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B47084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47084 is #4B8F7B. Grayscale: #868686. Windows color (decimal): -4951932 or 8679604. OLE color: 8679604.
HSL color Cylindrical-coordinate representation of color #B47084: hue angle of 342.35º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B47084 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 112 | 132 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.29 |
| HSL | 342.35º | 0.31% | 0.57% | - |
| HSV(B) | 342.35º | 0.38% | 0.71% | - |
| XYZ | 28.78 | 22.96 | 24.74 | - |
| YUV | 134.61 | 126.53 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 112 | 132 | 0 | 0.38 | 0.27 | 0.29 | 342.35 | 0.31 | 0.57 |
| Hex | B4 | 70 | 84 | 0 | 26 | 1B | 1D | 156 | 1F | 39 |
| Octal | 264 | 160 | 204 | 0 | 46 | 33 | 35 | 526 | 37 | 71 |
| Binary | 10110100 | 1110000 | 10000100 | 0 | 100110 | 11011 | 11101 | 101010110 | 11111 | 111001 |
Color Harmonies of #B47084
Complementary color
Monochromatic Colors of #B47084
Black with #B47084
Text Example
Text Example
White with #B47084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47084; }
p { color: rgb(180,112,132); }
H1.HeaderClassName
{
color: #B47084;
}
.AnyTagClassName
{
color: #B47084;
}
</style>
background-color css
<style>
a { background-color: #B47084; }
a { background-color: rgb(180,112,132); }
div.DivClassName
{
background-color: #B47084;
}
.BgClassName
{
background-color: #B47084;
}
</style>
border-color css
<style>
span { border-color: #B47084; }
span { border-color: rgb(180,112,132); }
td.TdClassName
{
border-color: #B47084;
}
.TagClassName
{
border-color: #B47084;
}
</style>