Shades of Tapestry #B87486
Tints of Tapestry #B87486
RGB
CMYK
RGB Variations
Color information
#B87486 (or 0xB87486) is known color: Tapestry. HEX triplet: B8, 74 and 86. RGB value is (184,116,134). Sum of RGB (Red+Green+Blue) = 184+116+134=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 184 - color contains mainly: red. Hex color #B87486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87486 is #478B79. Grayscale: #8A8A8A. Windows color (decimal): -4688762 or 8811704. OLE color: 8811704.
HSL color Cylindrical-coordinate representation of color #B87486: hue angle of 344.12º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B87486 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 116 | 134 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.28 |
| HSL | 344.12º | 0.32% | 0.59% | - |
| HSV(B) | 344.12º | 0.37% | 0.72% | - |
| XYZ | 30.32 | 24.4 | 25.67 | - |
| YUV | 138.38 | 125.53 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 116 | 134 | 0 | 0.37 | 0.27 | 0.28 | 344.12 | 0.32 | 0.59 |
| Hex | B8 | 74 | 86 | 0 | 25 | 1B | 1C | 158 | 20 | 3B |
| Octal | 270 | 164 | 206 | 0 | 45 | 33 | 34 | 530 | 40 | 73 |
| Binary | 10111000 | 1110100 | 10000110 | 0 | 100101 | 11011 | 11100 | 101011000 | 100000 | 111011 |
Color Harmonies of #B87486
Complementary color
Monochromatic Colors of #B87486
Black with #B87486
Text Example
Text Example
White with #B87486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87486; }
p { color: rgb(184,116,134); }
H1.HeaderClassName
{
color: #B87486;
}
.AnyTagClassName
{
color: #B87486;
}
</style>
background-color css
<style>
a { background-color: #B87486; }
a { background-color: rgb(184,116,134); }
div.DivClassName
{
background-color: #B87486;
}
.BgClassName
{
background-color: #B87486;
}
</style>
border-color css
<style>
span { border-color: #B87486; }
span { border-color: rgb(184,116,134); }
td.TdClassName
{
border-color: #B87486;
}
.TagClassName
{
border-color: #B87486;
}
</style>