Shades of Tapestry #B47482
Tints of Tapestry #B47482
RGB
CMYK
RGB Variations
Color information
#B47482 (or 0xB47482) is known color: Tapestry. HEX triplet: B4, 74 and 82. RGB value is (180,116,130). Sum of RGB (Red+Green+Blue) = 180+116+130=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B47482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47482 is #4B8B7D. Grayscale: #888888. Windows color (decimal): -4950910 or 8549556. OLE color: 8549556.
HSL color Cylindrical-coordinate representation of color #B47482: hue angle of 346.88º 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 #B47482 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 116 | 130 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.29 |
| HSL | 346.88º | 0.3% | 0.58% | - |
| HSV(B) | 346.88º | 0.36% | 0.71% | - |
| XYZ | 29.1 | 23.81 | 24.18 | - |
| YUV | 136.73 | 124.2 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 116 | 130 | 0 | 0.36 | 0.28 | 0.29 | 346.88 | 0.3 | 0.58 |
| Hex | B4 | 74 | 82 | 0 | 24 | 1C | 1D | 15B | 1E | 3A |
| Octal | 264 | 164 | 202 | 0 | 44 | 34 | 35 | 533 | 36 | 72 |
| Binary | 10110100 | 1110100 | 10000010 | 0 | 100100 | 11100 | 11101 | 101011011 | 11110 | 111010 |
Color Harmonies of #B47482
Complementary color
Monochromatic Colors of #B47482
Black with #B47482
Text Example
Text Example
White with #B47482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47482; }
p { color: rgb(180,116,130); }
H1.HeaderClassName
{
color: #B47482;
}
.AnyTagClassName
{
color: #B47482;
}
</style>
background-color css
<style>
a { background-color: #B47482; }
a { background-color: rgb(180,116,130); }
div.DivClassName
{
background-color: #B47482;
}
.BgClassName
{
background-color: #B47482;
}
</style>
border-color css
<style>
span { border-color: #B47482; }
span { border-color: rgb(180,116,130); }
td.TdClassName
{
border-color: #B47482;
}
.TagClassName
{
border-color: #B47482;
}
</style>