Shades of Tapestry #B57491
Tints of Tapestry #B57491
RGB
CMYK
RGB Variations
Color information
#B57491 (or 0xB57491) is known color: Tapestry. HEX triplet: B5, 74 and 91. RGB value is (181,116,145). Sum of RGB (Red+Green+Blue) = 181+116+145=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 145 (57.03% from 255 or 32.81% from 442); Max value from RGB is 181 - color contains mainly: red. Hex color #B57491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57491 is #4A8B6E. Grayscale: #8A8A8A. Windows color (decimal): -4885359 or 9532597. OLE color: 9532597.
HSL color Cylindrical-coordinate representation of color #B57491: hue angle of 333.23º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B57491 is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 116 | 145 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.29 |
| HSL | 333.23º | 0.31% | 0.58% | - |
| HSV(B) | 333.23º | 0.36% | 0.71% | - |
| XYZ | 30.41 | 24.36 | 29.89 | - |
| YUV | 138.74 | 131.53 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 116 | 145 | 0 | 0.36 | 0.20 | 0.29 | 333.23 | 0.31 | 0.58 |
| Hex | B5 | 74 | 91 | 0 | 24 | 14 | 1D | 14D | 1F | 3A |
| Octal | 265 | 164 | 221 | 0 | 44 | 24 | 35 | 515 | 37 | 72 |
| Binary | 10110101 | 1110100 | 10010001 | 0 | 100100 | 10100 | 11101 | 101001101 | 11111 | 111010 |
Color Harmonies of #B57491
Complementary color
Monochromatic Colors of #B57491
Black with #B57491
Text Example
Text Example
White with #B57491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57491; }
p { color: rgb(181,116,145); }
H1.HeaderClassName
{
color: #B57491;
}
.AnyTagClassName
{
color: #B57491;
}
</style>
background-color css
<style>
a { background-color: #B57491; }
a { background-color: rgb(181,116,145); }
div.DivClassName
{
background-color: #B57491;
}
.BgClassName
{
background-color: #B57491;
}
</style>
border-color css
<style>
span { border-color: #B57491; }
span { border-color: rgb(181,116,145); }
td.TdClassName
{
border-color: #B57491;
}
.TagClassName
{
border-color: #B57491;
}
</style>