Shades of Tapestry #B47082
Tints of Tapestry #B47082
RGB
CMYK
RGB Variations
Color information
#B47082 (or 0xB47082) is known color: Tapestry. HEX triplet: B4, 70 and 82. RGB value is (180,112,130). Sum of RGB (Red+Green+Blue) = 180+112+130=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B47082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47082 is #4B8F7D. Grayscale: #868686. Windows color (decimal): -4951934 or 8548532. OLE color: 8548532.
HSL color Cylindrical-coordinate representation of color #B47082: hue angle of 344.12º 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 #B47082 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 112 | 130 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.29 |
| HSL | 344.12º | 0.31% | 0.57% | - |
| HSV(B) | 344.12º | 0.38% | 0.71% | - |
| XYZ | 28.65 | 22.9 | 24.03 | - |
| YUV | 134.38 | 125.53 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 112 | 130 | 0 | 0.38 | 0.28 | 0.29 | 344.12 | 0.31 | 0.57 |
| Hex | B4 | 70 | 82 | 0 | 26 | 1C | 1D | 158 | 1F | 39 |
| Octal | 264 | 160 | 202 | 0 | 46 | 34 | 35 | 530 | 37 | 71 |
| Binary | 10110100 | 1110000 | 10000010 | 0 | 100110 | 11100 | 11101 | 101011000 | 11111 | 111001 |
Color Harmonies of #B47082
Complementary color
Monochromatic Colors of #B47082
Black with #B47082
Text Example
Text Example
White with #B47082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47082; }
p { color: rgb(180,112,130); }
H1.HeaderClassName
{
color: #B47082;
}
.AnyTagClassName
{
color: #B47082;
}
</style>
background-color css
<style>
a { background-color: #B47082; }
a { background-color: rgb(180,112,130); }
div.DivClassName
{
background-color: #B47082;
}
.BgClassName
{
background-color: #B47082;
}
</style>
border-color css
<style>
span { border-color: #B47082; }
span { border-color: rgb(180,112,130); }
td.TdClassName
{
border-color: #B47082;
}
.TagClassName
{
border-color: #B47082;
}
</style>