Shades of Tapestry #B47793
Tints of Tapestry #B47793
RGB
CMYK
RGB Variations
Color information
#B47793 (or 0xB47793) is known color: Tapestry. HEX triplet: B4, 77 and 93. RGB value is (180,119,147). Sum of RGB (Red+Green+Blue) = 180+119+147=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 180 - color contains mainly: red. Hex color #B47793 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47793 is #4B886C. Grayscale: #8C8C8C. Windows color (decimal): -4950125 or 9664436. OLE color: 9664436.
HSL color Cylindrical-coordinate representation of color #B47793: hue angle of 332.46º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B47793 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 119 | 147 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.29 |
| HSL | 332.46º | 0.29% | 0.59% | - |
| HSV(B) | 332.46º | 0.34% | 0.71% | - |
| XYZ | 30.69 | 25 | 30.81 | - |
| YUV | 140.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 119 | 147 | 0 | 0.34 | 0.18 | 0.29 | 332.46 | 0.29 | 0.59 |
| Hex | B4 | 77 | 93 | 0 | 22 | 12 | 1D | 14C | 1D | 3B |
| Octal | 264 | 167 | 223 | 0 | 42 | 22 | 35 | 514 | 35 | 73 |
| Binary | 10110100 | 1110111 | 10010011 | 0 | 100010 | 10010 | 11101 | 101001100 | 11101 | 111011 |
Color Harmonies of #B47793
Complementary color
Monochromatic Colors of #B47793
Black with #B47793
Text Example
Text Example
White with #B47793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47793; }
p { color: rgb(180,119,147); }
H1.HeaderClassName
{
color: #B47793;
}
.AnyTagClassName
{
color: #B47793;
}
</style>
background-color css
<style>
a { background-color: #B47793; }
a { background-color: rgb(180,119,147); }
div.DivClassName
{
background-color: #B47793;
}
.BgClassName
{
background-color: #B47793;
}
</style>
border-color css
<style>
span { border-color: #B47793; }
span { border-color: rgb(180,119,147); }
td.TdClassName
{
border-color: #B47793;
}
.TagClassName
{
border-color: #B47793;
}
</style>