Shades of Tapestry #B87286
Tints of Tapestry #B87286
RGB
CMYK
RGB Variations
Color information
#B87286 (or 0xB87286) is known color: Tapestry. HEX triplet: B8, 72 and 86. RGB value is (184,114,134). Sum of RGB (Red+Green+Blue) = 184+114+134=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B87286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87286 is #478D79. Grayscale: #898989. Windows color (decimal): -4689274 or 8811192. OLE color: 8811192.
HSL color Cylindrical-coordinate representation of color #B87286: hue angle of 342.86º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B87286 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 114 | 134 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.28 |
| HSL | 342.86º | 0.33% | 0.58% | - |
| HSV(B) | 342.86º | 0.38% | 0.72% | - |
| XYZ | 30.09 | 23.95 | 25.59 | - |
| YUV | 137.21 | 126.19 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 114 | 134 | 0 | 0.38 | 0.27 | 0.28 | 342.86 | 0.33 | 0.58 |
| Hex | B8 | 72 | 86 | 0 | 26 | 1B | 1C | 157 | 21 | 3A |
| Octal | 270 | 162 | 206 | 0 | 46 | 33 | 34 | 527 | 41 | 72 |
| Binary | 10111000 | 1110010 | 10000110 | 0 | 100110 | 11011 | 11100 | 101010111 | 100001 | 111010 |
Color Harmonies of #B87286
Complementary color
Monochromatic Colors of #B87286
Black with #B87286
Text Example
Text Example
White with #B87286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87286; }
p { color: rgb(184,114,134); }
H1.HeaderClassName
{
color: #B87286;
}
.AnyTagClassName
{
color: #B87286;
}
</style>
background-color css
<style>
a { background-color: #B87286; }
a { background-color: rgb(184,114,134); }
div.DivClassName
{
background-color: #B87286;
}
.BgClassName
{
background-color: #B87286;
}
</style>
border-color css
<style>
span { border-color: #B87286; }
span { border-color: rgb(184,114,134); }
td.TdClassName
{
border-color: #B87286;
}
.TagClassName
{
border-color: #B87286;
}
</style>