Shades of Tapestry #B87093
Tints of Tapestry #B87093
RGB
CMYK
RGB Variations
Color information
#B87093 (or 0xB87093) is known color: Tapestry. HEX triplet: B8, 70 and 93. RGB value is (184,112,147). Sum of RGB (Red+Green+Blue) = 184+112+147=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 147 (57.81% from 255 or 33.18% from 443); Max value from RGB is 184 - color contains mainly: red. Hex color #B87093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87093 is #478F6C. Grayscale: #898989. Windows color (decimal): -4689773 or 9662648. OLE color: 9662648.
HSL color Cylindrical-coordinate representation of color #B87093: hue angle of 330.83º degrees, saturation: 0.34, 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 #B87093 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 112 | 147 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.28 |
| HSL | 330.83º | 0.34% | 0.58% | - |
| HSV(B) | 330.83º | 0.39% | 0.72% | - |
| XYZ | 30.83 | 23.89 | 30.59 | - |
| YUV | 137.52 | 133.35 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 112 | 147 | 0 | 0.39 | 0.20 | 0.28 | 330.83 | 0.34 | 0.58 |
| Hex | B8 | 70 | 93 | 0 | 27 | 14 | 1C | 14B | 22 | 3A |
| Octal | 270 | 160 | 223 | 0 | 47 | 24 | 34 | 513 | 42 | 72 |
| Binary | 10111000 | 1110000 | 10010011 | 0 | 100111 | 10100 | 11100 | 101001011 | 100010 | 111010 |
Color Harmonies of #B87093
Complementary color
Monochromatic Colors of #B87093
Black with #B87093
Text Example
Text Example
White with #B87093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87093; }
p { color: rgb(184,112,147); }
H1.HeaderClassName
{
color: #B87093;
}
.AnyTagClassName
{
color: #B87093;
}
</style>
background-color css
<style>
a { background-color: #B87093; }
a { background-color: rgb(184,112,147); }
div.DivClassName
{
background-color: #B87093;
}
.BgClassName
{
background-color: #B87093;
}
</style>
border-color css
<style>
span { border-color: #B87093; }
span { border-color: rgb(184,112,147); }
td.TdClassName
{
border-color: #B87093;
}
.TagClassName
{
border-color: #B87093;
}
</style>