Shades of Tapestry #B47A82
Tints of Tapestry #B47A82
RGB
CMYK
RGB Variations
Color information
#B47A82 (or 0xB47A82) is known color: Tapestry. HEX triplet: B4, 7A and 82. RGB value is (180,122,130). Sum of RGB (Red+Green+Blue) = 180+122+130=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 122 (48.05% from 255 or 28.24% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47A82 is #4B857D. Grayscale: #8C8C8C. Windows color (decimal): -4949374 or 8551092. OLE color: 8551092.
HSL color Cylindrical-coordinate representation of color #B47A82: hue angle of 351.72º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B47A82 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 122 | 130 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.29 |
| HSL | 351.72º | 0.28% | 0.59% | - |
| HSV(B) | 351.72º | 0.32% | 0.71% | - |
| XYZ | 29.81 | 25.23 | 24.42 | - |
| YUV | 140.25 | 122.22 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 122 | 130 | 0 | 0.32 | 0.28 | 0.29 | 351.72 | 0.28 | 0.59 |
| Hex | B4 | 7A | 82 | 0 | 20 | 1C | 1D | 160 | 1C | 3B |
| Octal | 264 | 172 | 202 | 0 | 40 | 34 | 35 | 540 | 34 | 73 |
| Binary | 10110100 | 1111010 | 10000010 | 0 | 100000 | 11100 | 11101 | 101100000 | 11100 | 111011 |
Color Harmonies of #B47A82
Complementary color
Monochromatic Colors of #B47A82
Black with #B47A82
Text Example
Text Example
White with #B47A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47A82; }
p { color: rgb(180,122,130); }
H1.HeaderClassName
{
color: #B47A82;
}
.AnyTagClassName
{
color: #B47A82;
}
</style>
background-color css
<style>
a { background-color: #B47A82; }
a { background-color: rgb(180,122,130); }
div.DivClassName
{
background-color: #B47A82;
}
.BgClassName
{
background-color: #B47A82;
}
</style>
border-color css
<style>
span { border-color: #B47A82; }
span { border-color: rgb(180,122,130); }
td.TdClassName
{
border-color: #B47A82;
}
.TagClassName
{
border-color: #B47A82;
}
</style>