Shades of Tapestry #B87187
Tints of Tapestry #B87187
RGB
CMYK
RGB Variations
Color information
#B87187 (or 0xB87187) is known color: Tapestry. HEX triplet: B8, 71 and 87. RGB value is (184,113,135). Sum of RGB (Red+Green+Blue) = 184+113+135=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 135 (53.12% from 255 or 31.25% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B87187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87187 is #478E78. Grayscale: #888888. Windows color (decimal): -4689529 or 8876472. OLE color: 8876472.
HSL color Cylindrical-coordinate representation of color #B87187: hue angle of 341.41º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B87187 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 113 | 135 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.28 |
| HSL | 341.41º | 0.33% | 0.58% | - |
| HSV(B) | 341.41º | 0.39% | 0.72% | - |
| XYZ | 30.05 | 23.75 | 25.92 | - |
| YUV | 136.74 | 127.02 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 113 | 135 | 0 | 0.39 | 0.27 | 0.28 | 341.41 | 0.33 | 0.58 |
| Hex | B8 | 71 | 87 | 0 | 27 | 1B | 1C | 155 | 21 | 3A |
| Octal | 270 | 161 | 207 | 0 | 47 | 33 | 34 | 525 | 41 | 72 |
| Binary | 10111000 | 1110001 | 10000111 | 0 | 100111 | 11011 | 11100 | 101010101 | 100001 | 111010 |
Color Harmonies of #B87187
Complementary color
Monochromatic Colors of #B87187
Black with #B87187
Text Example
Text Example
White with #B87187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87187; }
p { color: rgb(184,113,135); }
H1.HeaderClassName
{
color: #B87187;
}
.AnyTagClassName
{
color: #B87187;
}
</style>
background-color css
<style>
a { background-color: #B87187; }
a { background-color: rgb(184,113,135); }
div.DivClassName
{
background-color: #B87187;
}
.BgClassName
{
background-color: #B87187;
}
</style>
border-color css
<style>
span { border-color: #B87187; }
span { border-color: rgb(184,113,135); }
td.TdClassName
{
border-color: #B87187;
}
.TagClassName
{
border-color: #B87187;
}
</style>