Shades of Tapestry #B5618D
Tints of Tapestry #B5618D
RGB
CMYK
RGB Variations
Color information
#B5618D (or 0xB5618D) is known color: Tapestry. HEX triplet: B5, 61 and 8D. RGB value is (181,97,141). Sum of RGB (Red+Green+Blue) = 181+97+141=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B5618D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5618D is #4A9E72. Grayscale: #7F7F7F. Windows color (decimal): -4890227 or 9265589. OLE color: 9265589.
HSL color Cylindrical-coordinate representation of color #B5618D: hue angle of 328.57º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B5618D is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 97 | 141 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.29 |
| HSL | 328.57º | 0.36% | 0.55% | - |
| HSV(B) | 328.57º | 0.46% | 0.71% | - |
| XYZ | 28.14 | 20.3 | 27.63 | - |
| YUV | 127.13 | 135.83 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 97 | 141 | 0 | 0.46 | 0.22 | 0.29 | 328.57 | 0.36 | 0.55 |
| Hex | B5 | 61 | 8D | 0 | 2E | 16 | 1D | 149 | 24 | 37 |
| Octal | 265 | 141 | 215 | 0 | 56 | 26 | 35 | 511 | 44 | 67 |
| Binary | 10110101 | 1100001 | 10001101 | 0 | 101110 | 10110 | 11101 | 101001001 | 100100 | 110111 |
Color Harmonies of #B5618D
Complementary color
Monochromatic Colors of #B5618D
Black with #B5618D
Text Example
Text Example
White with #B5618D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5618D; }
p { color: rgb(181,97,141); }
H1.HeaderClassName
{
color: #B5618D;
}
.AnyTagClassName
{
color: #B5618D;
}
</style>
background-color css
<style>
a { background-color: #B5618D; }
a { background-color: rgb(181,97,141); }
div.DivClassName
{
background-color: #B5618D;
}
.BgClassName
{
background-color: #B5618D;
}
</style>
border-color css
<style>
span { border-color: #B5618D; }
span { border-color: rgb(181,97,141); }
td.TdClassName
{
border-color: #B5618D;
}
.TagClassName
{
border-color: #B5618D;
}
</style>