Shades of Tapestry #B47984
Tints of Tapestry #B47984
RGB
CMYK
RGB Variations
Color information
#B47984 (or 0xB47984) is known color: Tapestry. HEX triplet: B4, 79 and 84. RGB value is (180,121,132). Sum of RGB (Red+Green+Blue) = 180+121+132=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B47984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47984 is #4B867B. Grayscale: #8B8B8B. Windows color (decimal): -4949628 or 8681908. OLE color: 8681908.
HSL color Cylindrical-coordinate representation of color #B47984: hue angle of 348.81º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B47984 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 121 | 132 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.29 |
| HSL | 348.81º | 0.28% | 0.59% | - |
| HSV(B) | 348.81º | 0.33% | 0.71% | - |
| XYZ | 29.82 | 25.04 | 25.09 | - |
| YUV | 139.9 | 123.55 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 121 | 132 | 0 | 0.33 | 0.27 | 0.29 | 348.81 | 0.28 | 0.59 |
| Hex | B4 | 79 | 84 | 0 | 21 | 1B | 1D | 15D | 1C | 3B |
| Octal | 264 | 171 | 204 | 0 | 41 | 33 | 35 | 535 | 34 | 73 |
| Binary | 10110100 | 1111001 | 10000100 | 0 | 100001 | 11011 | 11101 | 101011101 | 11100 | 111011 |
Color Harmonies of #B47984
Complementary color
Monochromatic Colors of #B47984
Black with #B47984
Text Example
Text Example
White with #B47984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47984; }
p { color: rgb(180,121,132); }
H1.HeaderClassName
{
color: #B47984;
}
.AnyTagClassName
{
color: #B47984;
}
</style>
background-color css
<style>
a { background-color: #B47984; }
a { background-color: rgb(180,121,132); }
div.DivClassName
{
background-color: #B47984;
}
.BgClassName
{
background-color: #B47984;
}
</style>
border-color css
<style>
span { border-color: #B47984; }
span { border-color: rgb(180,121,132); }
td.TdClassName
{
border-color: #B47984;
}
.TagClassName
{
border-color: #B47984;
}
</style>