Shades of Tapestry #B5618E
Tints of Tapestry #B5618E
RGB
CMYK
RGB Variations
Color information
#B5618E (or 0xB5618E) is known color: Tapestry. HEX triplet: B5, 61 and 8E. RGB value is (181,97,142). Sum of RGB (Red+Green+Blue) = 181+97+142=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B5618E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5618E is #4A9E71. Grayscale: #7F7F7F. Windows color (decimal): -4890226 or 9331125. OLE color: 9331125.
HSL color Cylindrical-coordinate representation of color #B5618E: hue angle of 327.86º 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 #B5618E is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 97 | 142 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.29 |
| HSL | 327.86º | 0.36% | 0.55% | - |
| HSV(B) | 327.86º | 0.46% | 0.71% | - |
| XYZ | 28.21 | 20.33 | 28.03 | - |
| YUV | 127.25 | 136.33 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 97 | 142 | 0 | 0.46 | 0.22 | 0.29 | 327.86 | 0.36 | 0.55 |
| Hex | B5 | 61 | 8E | 0 | 2E | 16 | 1D | 148 | 24 | 37 |
| Octal | 265 | 141 | 216 | 0 | 56 | 26 | 35 | 510 | 44 | 67 |
| Binary | 10110101 | 1100001 | 10001110 | 0 | 101110 | 10110 | 11101 | 101001000 | 100100 | 110111 |
Color Harmonies of #B5618E
Complementary color
Monochromatic Colors of #B5618E
Black with #B5618E
Text Example
Text Example
White with #B5618E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5618E; }
p { color: rgb(181,97,142); }
H1.HeaderClassName
{
color: #B5618E;
}
.AnyTagClassName
{
color: #B5618E;
}
</style>
background-color css
<style>
a { background-color: #B5618E; }
a { background-color: rgb(181,97,142); }
div.DivClassName
{
background-color: #B5618E;
}
.BgClassName
{
background-color: #B5618E;
}
</style>
border-color css
<style>
span { border-color: #B5618E; }
span { border-color: rgb(181,97,142); }
td.TdClassName
{
border-color: #B5618E;
}
.TagClassName
{
border-color: #B5618E;
}
</style>