Shades of Tapestry #B47791
Tints of Tapestry #B47791
RGB
CMYK
RGB Variations
Color information
#B47791 (or 0xB47791) is known color: Tapestry. HEX triplet: B4, 77 and 91. RGB value is (180,119,145). Sum of RGB (Red+Green+Blue) = 180+119+145=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 145 (57.03% from 255 or 32.66% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B47791 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47791 is #4B886E. Grayscale: #8C8C8C. Windows color (decimal): -4950127 or 9533364. OLE color: 9533364.
HSL color Cylindrical-coordinate representation of color #B47791: hue angle of 334.43º 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 #B47791 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 119 | 145 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.29 |
| HSL | 334.43º | 0.29% | 0.59% | - |
| HSV(B) | 334.43º | 0.34% | 0.71% | - |
| XYZ | 30.53 | 24.94 | 29.99 | - |
| YUV | 140.2 | 130.71 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 119 | 145 | 0 | 0.34 | 0.19 | 0.29 | 334.43 | 0.29 | 0.59 |
| Hex | B4 | 77 | 91 | 0 | 22 | 13 | 1D | 14E | 1D | 3B |
| Octal | 264 | 167 | 221 | 0 | 42 | 23 | 35 | 516 | 35 | 73 |
| Binary | 10110100 | 1110111 | 10010001 | 0 | 100010 | 10011 | 11101 | 101001110 | 11101 | 111011 |
Color Harmonies of #B47791
Complementary color
Monochromatic Colors of #B47791
Black with #B47791
Text Example
Text Example
White with #B47791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47791; }
p { color: rgb(180,119,145); }
H1.HeaderClassName
{
color: #B47791;
}
.AnyTagClassName
{
color: #B47791;
}
</style>
background-color css
<style>
a { background-color: #B47791; }
a { background-color: rgb(180,119,145); }
div.DivClassName
{
background-color: #B47791;
}
.BgClassName
{
background-color: #B47791;
}
</style>
border-color css
<style>
span { border-color: #B47791; }
span { border-color: rgb(180,119,145); }
td.TdClassName
{
border-color: #B47791;
}
.TagClassName
{
border-color: #B47791;
}
</style>