Shades of Tapestry #B87584
Tints of Tapestry #B87584
RGB
CMYK
RGB Variations
Color information
#B87584 (or 0xB87584) is known color: Tapestry. HEX triplet: B8, 75 and 84. RGB value is (184,117,132). Sum of RGB (Red+Green+Blue) = 184+117+132=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B87584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87584 is #478A7B. Grayscale: #8A8A8A. Windows color (decimal): -4688508 or 8680888. OLE color: 8680888.
HSL color Cylindrical-coordinate representation of color #B87584: hue angle of 346.57º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B87584 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 117 | 132 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.28 |
| HSL | 346.57º | 0.32% | 0.59% | - |
| HSV(B) | 346.57º | 0.36% | 0.72% | - |
| XYZ | 30.29 | 24.58 | 24.98 | - |
| YUV | 138.74 | 124.2 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 117 | 132 | 0 | 0.36 | 0.28 | 0.28 | 346.57 | 0.32 | 0.59 |
| Hex | B8 | 75 | 84 | 0 | 24 | 1C | 1C | 15B | 20 | 3B |
| Octal | 270 | 165 | 204 | 0 | 44 | 34 | 34 | 533 | 40 | 73 |
| Binary | 10111000 | 1110101 | 10000100 | 0 | 100100 | 11100 | 11100 | 101011011 | 100000 | 111011 |
Color Harmonies of #B87584
Complementary color
Monochromatic Colors of #B87584
Black with #B87584
Text Example
Text Example
White with #B87584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87584; }
p { color: rgb(184,117,132); }
H1.HeaderClassName
{
color: #B87584;
}
.AnyTagClassName
{
color: #B87584;
}
</style>
background-color css
<style>
a { background-color: #B87584; }
a { background-color: rgb(184,117,132); }
div.DivClassName
{
background-color: #B87584;
}
.BgClassName
{
background-color: #B87584;
}
</style>
border-color css
<style>
span { border-color: #B87584; }
span { border-color: rgb(184,117,132); }
td.TdClassName
{
border-color: #B87584;
}
.TagClassName
{
border-color: #B87584;
}
</style>