Shades of Tapestry #B57591
Tints of Tapestry #B57591
RGB
CMYK
RGB Variations
Color information
#B57591 (or 0xB57591) is known color: Tapestry. HEX triplet: B5, 75 and 91. RGB value is (181,117,145). Sum of RGB (Red+Green+Blue) = 181+117+145=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B57591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57591 is #4A8A6E. Grayscale: #8B8B8B. Windows color (decimal): -4885103 or 9532853. OLE color: 9532853.
HSL color Cylindrical-coordinate representation of color #B57591: hue angle of 333.75º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B57591 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 117 | 145 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.29 |
| HSL | 333.75º | 0.3% | 0.58% | - |
| HSV(B) | 333.75º | 0.35% | 0.71% | - |
| XYZ | 30.53 | 24.59 | 29.93 | - |
| YUV | 139.33 | 131.2 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 117 | 145 | 0 | 0.35 | 0.20 | 0.29 | 333.75 | 0.3 | 0.58 |
| Hex | B5 | 75 | 91 | 0 | 23 | 14 | 1D | 14E | 1E | 3A |
| Octal | 265 | 165 | 221 | 0 | 43 | 24 | 35 | 516 | 36 | 72 |
| Binary | 10110101 | 1110101 | 10010001 | 0 | 100011 | 10100 | 11101 | 101001110 | 11110 | 111010 |
Color Harmonies of #B57591
Complementary color
Monochromatic Colors of #B57591
Black with #B57591
Text Example
Text Example
White with #B57591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57591; }
p { color: rgb(181,117,145); }
H1.HeaderClassName
{
color: #B57591;
}
.AnyTagClassName
{
color: #B57591;
}
</style>
background-color css
<style>
a { background-color: #B57591; }
a { background-color: rgb(181,117,145); }
div.DivClassName
{
background-color: #B57591;
}
.BgClassName
{
background-color: #B57591;
}
</style>
border-color css
<style>
span { border-color: #B57591; }
span { border-color: rgb(181,117,145); }
td.TdClassName
{
border-color: #B57591;
}
.TagClassName
{
border-color: #B57591;
}
</style>