Shades of Tapestry #B87884
Tints of Tapestry #B87884
RGB
CMYK
RGB Variations
Color information
#B87884 (or 0xB87884) is known color: Tapestry. HEX triplet: B8, 78 and 84. RGB value is (184,120,132). Sum of RGB (Red+Green+Blue) = 184+120+132=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B87884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87884 is #47877B. Grayscale: #8C8C8C. Windows color (decimal): -4687740 or 8681656. OLE color: 8681656.
HSL color Cylindrical-coordinate representation of color #B87884: hue angle of 348.75º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B87884 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 120 | 132 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.28 |
| HSL | 348.75º | 0.31% | 0.6% | - |
| HSV(B) | 348.75º | 0.35% | 0.72% | - |
| XYZ | 30.65 | 25.29 | 25.1 | - |
| YUV | 140.5 | 123.2 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 120 | 132 | 0 | 0.35 | 0.28 | 0.28 | 348.75 | 0.31 | 0.6 |
| Hex | B8 | 78 | 84 | 0 | 23 | 1C | 1C | 15D | 1F | 3C |
| Octal | 270 | 170 | 204 | 0 | 43 | 34 | 34 | 535 | 37 | 74 |
| Binary | 10111000 | 1111000 | 10000100 | 0 | 100011 | 11100 | 11100 | 101011101 | 11111 | 111100 |
Color Harmonies of #B87884
Complementary color
Monochromatic Colors of #B87884
Black with #B87884
Text Example
Text Example
White with #B87884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87884; }
p { color: rgb(184,120,132); }
H1.HeaderClassName
{
color: #B87884;
}
.AnyTagClassName
{
color: #B87884;
}
</style>
background-color css
<style>
a { background-color: #B87884; }
a { background-color: rgb(184,120,132); }
div.DivClassName
{
background-color: #B87884;
}
.BgClassName
{
background-color: #B87884;
}
</style>
border-color css
<style>
span { border-color: #B87884; }
span { border-color: rgb(184,120,132); }
td.TdClassName
{
border-color: #B87884;
}
.TagClassName
{
border-color: #B87884;
}
</style>