Shades of Tapestry #B5637C
Tints of Tapestry #B5637C
RGB
CMYK
RGB Variations
Color information
#B5637C (or 0xB5637C) is known color: Tapestry. HEX triplet: B5, 63 and 7C. RGB value is (181,99,124). Sum of RGB (Red+Green+Blue) = 181+99+124=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B5637C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5637C is #4A9C83. Grayscale: #7E7E7E. Windows color (decimal): -4889732 or 8151989. OLE color: 8151989.
HSL color Cylindrical-coordinate representation of color #B5637C: hue angle of 341.71º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B5637C is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 99 | 124 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.29 |
| HSL | 341.71º | 0.36% | 0.55% | - |
| HSV(B) | 341.71º | 0.45% | 0.71% | - |
| XYZ | 27.16 | 20.2 | 21.54 | - |
| YUV | 126.37 | 126.67 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 99 | 124 | 0 | 0.45 | 0.31 | 0.29 | 341.71 | 0.36 | 0.55 |
| Hex | B5 | 63 | 7C | 0 | 2D | 1F | 1D | 156 | 24 | 37 |
| Octal | 265 | 143 | 174 | 0 | 55 | 37 | 35 | 526 | 44 | 67 |
| Binary | 10110101 | 1100011 | 1111100 | 0 | 101101 | 11111 | 11101 | 101010110 | 100100 | 110111 |
Color Harmonies of #B5637C
Complementary color
Monochromatic Colors of #B5637C
Black with #B5637C
Text Example
Text Example
White with #B5637C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5637C; }
p { color: rgb(181,99,124); }
H1.HeaderClassName
{
color: #B5637C;
}
.AnyTagClassName
{
color: #B5637C;
}
</style>
background-color css
<style>
a { background-color: #B5637C; }
a { background-color: rgb(181,99,124); }
div.DivClassName
{
background-color: #B5637C;
}
.BgClassName
{
background-color: #B5637C;
}
</style>
border-color css
<style>
span { border-color: #B5637C; }
span { border-color: rgb(181,99,124); }
td.TdClassName
{
border-color: #B5637C;
}
.TagClassName
{
border-color: #B5637C;
}
</style>