Shades of Tapestry #B57093
Tints of Tapestry #B57093
RGB
CMYK
RGB Variations
Color information
#B57093 (or 0xB57093) is known color: Tapestry. HEX triplet: B5, 70 and 93. RGB value is (181,112,147). Sum of RGB (Red+Green+Blue) = 181+112+147=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B57093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57093 is #4A8F6C. Grayscale: #888888. Windows color (decimal): -4886381 or 9662645. OLE color: 9662645.
HSL color Cylindrical-coordinate representation of color #B57093: hue angle of 329.57º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B57093 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 112 | 147 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.29 |
| HSL | 329.57º | 0.32% | 0.57% | - |
| HSV(B) | 329.57º | 0.38% | 0.71% | - |
| XYZ | 30.12 | 23.52 | 30.56 | - |
| YUV | 136.62 | 133.86 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 147 | 0 | 0.38 | 0.19 | 0.29 | 329.57 | 0.32 | 0.57 |
| Hex | B5 | 70 | 93 | 0 | 26 | 13 | 1D | 14A | 20 | 39 |
| Octal | 265 | 160 | 223 | 0 | 46 | 23 | 35 | 512 | 40 | 71 |
| Binary | 10110101 | 1110000 | 10010011 | 0 | 100110 | 10011 | 11101 | 101001010 | 100000 | 111001 |
Color Harmonies of #B57093
Complementary color
Monochromatic Colors of #B57093
Black with #B57093
Text Example
Text Example
White with #B57093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57093; }
p { color: rgb(181,112,147); }
H1.HeaderClassName
{
color: #B57093;
}
.AnyTagClassName
{
color: #B57093;
}
</style>
background-color css
<style>
a { background-color: #B57093; }
a { background-color: rgb(181,112,147); }
div.DivClassName
{
background-color: #B57093;
}
.BgClassName
{
background-color: #B57093;
}
</style>
border-color css
<style>
span { border-color: #B57093; }
span { border-color: rgb(181,112,147); }
td.TdClassName
{
border-color: #B57093;
}
.TagClassName
{
border-color: #B57093;
}
</style>