Shades of Tapestry #B87386
Tints of Tapestry #B87386
RGB
CMYK
RGB Variations
Color information
#B87386 (or 0xB87386) is known color: Tapestry. HEX triplet: B8, 73 and 86. RGB value is (184,115,134). Sum of RGB (Red+Green+Blue) = 184+115+134=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B87386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87386 is #478C79. Grayscale: #898989. Windows color (decimal): -4689018 or 8811448. OLE color: 8811448.
HSL color Cylindrical-coordinate representation of color #B87386: hue angle of 343.48º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B87386 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 115 | 134 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.28 |
| HSL | 343.48º | 0.33% | 0.59% | - |
| HSV(B) | 343.48º | 0.38% | 0.72% | - |
| XYZ | 30.2 | 24.17 | 25.63 | - |
| YUV | 137.8 | 125.86 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 134 | 0 | 0.38 | 0.27 | 0.28 | 343.48 | 0.33 | 0.59 |
| Hex | B8 | 73 | 86 | 0 | 26 | 1B | 1C | 157 | 21 | 3B |
| Octal | 270 | 163 | 206 | 0 | 46 | 33 | 34 | 527 | 41 | 73 |
| Binary | 10111000 | 1110011 | 10000110 | 0 | 100110 | 11011 | 11100 | 101010111 | 100001 | 111011 |
Color Harmonies of #B87386
Complementary color
Monochromatic Colors of #B87386
Black with #B87386
Text Example
Text Example
White with #B87386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87386; }
p { color: rgb(184,115,134); }
H1.HeaderClassName
{
color: #B87386;
}
.AnyTagClassName
{
color: #B87386;
}
</style>
background-color css
<style>
a { background-color: #B87386; }
a { background-color: rgb(184,115,134); }
div.DivClassName
{
background-color: #B87386;
}
.BgClassName
{
background-color: #B87386;
}
</style>
border-color css
<style>
span { border-color: #B87386; }
span { border-color: rgb(184,115,134); }
td.TdClassName
{
border-color: #B87386;
}
.TagClassName
{
border-color: #B87386;
}
</style>