Shades of Tapestry #B5758E
Tints of Tapestry #B5758E
RGB
CMYK
RGB Variations
Color information
#B5758E (or 0xB5758E) is known color: Tapestry. HEX triplet: B5, 75 and 8E. RGB value is (181,117,142). Sum of RGB (Red+Green+Blue) = 181+117+142=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B5758E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5758E is #4A8A71. Grayscale: #8A8A8A. Windows color (decimal): -4885106 or 9336245. OLE color: 9336245.
HSL color Cylindrical-coordinate representation of color #B5758E: hue angle of 336.56º 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 #B5758E is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 117 | 142 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.29 |
| HSL | 336.56º | 0.3% | 0.58% | - |
| HSV(B) | 336.56º | 0.35% | 0.71% | - |
| XYZ | 30.3 | 24.5 | 28.72 | - |
| YUV | 138.99 | 129.7 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 117 | 142 | 0 | 0.35 | 0.22 | 0.29 | 336.56 | 0.3 | 0.58 |
| Hex | B5 | 75 | 8E | 0 | 23 | 16 | 1D | 151 | 1E | 3A |
| Octal | 265 | 165 | 216 | 0 | 43 | 26 | 35 | 521 | 36 | 72 |
| Binary | 10110101 | 1110101 | 10001110 | 0 | 100011 | 10110 | 11101 | 101010001 | 11110 | 111010 |
Color Harmonies of #B5758E
Complementary color
Monochromatic Colors of #B5758E
Black with #B5758E
Text Example
Text Example
White with #B5758E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5758E; }
p { color: rgb(181,117,142); }
H1.HeaderClassName
{
color: #B5758E;
}
.AnyTagClassName
{
color: #B5758E;
}
</style>
background-color css
<style>
a { background-color: #B5758E; }
a { background-color: rgb(181,117,142); }
div.DivClassName
{
background-color: #B5758E;
}
.BgClassName
{
background-color: #B5758E;
}
</style>
border-color css
<style>
span { border-color: #B5758E; }
span { border-color: rgb(181,117,142); }
td.TdClassName
{
border-color: #B5758E;
}
.TagClassName
{
border-color: #B5758E;
}
</style>