Shades of Tapestry #B5628E
Tints of Tapestry #B5628E
RGB
CMYK
RGB Variations
Color information
#B5628E (or 0xB5628E) is known color: Tapestry. HEX triplet: B5, 62 and 8E. RGB value is (181,98,142). Sum of RGB (Red+Green+Blue) = 181+98+142=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B5628E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5628E is #4A9D71. Grayscale: #7F7F7F. Windows color (decimal): -4889970 or 9331381. OLE color: 9331381.
HSL color Cylindrical-coordinate representation of color #B5628E: hue angle of 328.19º 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 #B5628E is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 98 | 142 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.29 |
| HSL | 328.19º | 0.36% | 0.55% | - |
| HSV(B) | 328.19º | 0.46% | 0.71% | - |
| XYZ | 28.31 | 20.51 | 28.06 | - |
| YUV | 127.83 | 136 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 98 | 142 | 0 | 0.46 | 0.22 | 0.29 | 328.19 | 0.36 | 0.55 |
| Hex | B5 | 62 | 8E | 0 | 2E | 16 | 1D | 148 | 24 | 37 |
| Octal | 265 | 142 | 216 | 0 | 56 | 26 | 35 | 510 | 44 | 67 |
| Binary | 10110101 | 1100010 | 10001110 | 0 | 101110 | 10110 | 11101 | 101001000 | 100100 | 110111 |
Color Harmonies of #B5628E
Complementary color
Monochromatic Colors of #B5628E
Black with #B5628E
Text Example
Text Example
White with #B5628E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5628E; }
p { color: rgb(181,98,142); }
H1.HeaderClassName
{
color: #B5628E;
}
.AnyTagClassName
{
color: #B5628E;
}
</style>
background-color css
<style>
a { background-color: #B5628E; }
a { background-color: rgb(181,98,142); }
div.DivClassName
{
background-color: #B5628E;
}
.BgClassName
{
background-color: #B5628E;
}
</style>
border-color css
<style>
span { border-color: #B5628E; }
span { border-color: rgb(181,98,142); }
td.TdClassName
{
border-color: #B5628E;
}
.TagClassName
{
border-color: #B5628E;
}
</style>