Shades of Tapestry #B47584
Tints of Tapestry #B47584
RGB
CMYK
RGB Variations
Color information
#B47584 (or 0xB47584) is known color: Tapestry. HEX triplet: B4, 75 and 84. RGB value is (180,117,132). Sum of RGB (Red+Green+Blue) = 180+117+132=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B47584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47584 is #4B8A7B. Grayscale: #898989. Windows color (decimal): -4950652 or 8680884. OLE color: 8680884.
HSL color Cylindrical-coordinate representation of color #B47584: hue angle of 345.71º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B47584 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 117 | 132 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.29 |
| HSL | 345.71º | 0.3% | 0.58% | - |
| HSV(B) | 345.71º | 0.35% | 0.71% | - |
| XYZ | 29.35 | 24.09 | 24.93 | - |
| YUV | 137.55 | 124.87 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 117 | 132 | 0 | 0.35 | 0.27 | 0.29 | 345.71 | 0.3 | 0.58 |
| Hex | B4 | 75 | 84 | 0 | 23 | 1B | 1D | 15A | 1E | 3A |
| Octal | 264 | 165 | 204 | 0 | 43 | 33 | 35 | 532 | 36 | 72 |
| Binary | 10110100 | 1110101 | 10000100 | 0 | 100011 | 11011 | 11101 | 101011010 | 11110 | 111010 |
Color Harmonies of #B47584
Complementary color
Monochromatic Colors of #B47584
Black with #B47584
Text Example
Text Example
White with #B47584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47584; }
p { color: rgb(180,117,132); }
H1.HeaderClassName
{
color: #B47584;
}
.AnyTagClassName
{
color: #B47584;
}
</style>
background-color css
<style>
a { background-color: #B47584; }
a { background-color: rgb(180,117,132); }
div.DivClassName
{
background-color: #B47584;
}
.BgClassName
{
background-color: #B47584;
}
</style>
border-color css
<style>
span { border-color: #B47584; }
span { border-color: rgb(180,117,132); }
td.TdClassName
{
border-color: #B47584;
}
.TagClassName
{
border-color: #B47584;
}
</style>