Shades of Tapestry #B5617E
Tints of Tapestry #B5617E
RGB
CMYK
RGB Variations
Color information
#B5617E (or 0xB5617E) is known color: Tapestry. HEX triplet: B5, 61 and 7E. RGB value is (181,97,126). Sum of RGB (Red+Green+Blue) = 181+97+126=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B5617E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5617E is #4A9E81. Grayscale: #7D7D7D. Windows color (decimal): -4890242 or 8282549. OLE color: 8282549.
HSL color Cylindrical-coordinate representation of color #B5617E: hue angle of 339.29º 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 #B5617E is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 97 | 126 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.29 |
| HSL | 339.29º | 0.36% | 0.55% | - |
| HSV(B) | 339.29º | 0.46% | 0.71% | - |
| XYZ | 27.1 | 19.88 | 22.15 | - |
| YUV | 125.42 | 128.33 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 97 | 126 | 0 | 0.46 | 0.30 | 0.29 | 339.29 | 0.36 | 0.55 |
| Hex | B5 | 61 | 7E | 0 | 2E | 1E | 1D | 153 | 24 | 37 |
| Octal | 265 | 141 | 176 | 0 | 56 | 36 | 35 | 523 | 44 | 67 |
| Binary | 10110101 | 1100001 | 1111110 | 0 | 101110 | 11110 | 11101 | 101010011 | 100100 | 110111 |
Color Harmonies of #B5617E
Complementary color
Monochromatic Colors of #B5617E
Black with #B5617E
Text Example
Text Example
White with #B5617E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5617E; }
p { color: rgb(181,97,126); }
H1.HeaderClassName
{
color: #B5617E;
}
.AnyTagClassName
{
color: #B5617E;
}
</style>
background-color css
<style>
a { background-color: #B5617E; }
a { background-color: rgb(181,97,126); }
div.DivClassName
{
background-color: #B5617E;
}
.BgClassName
{
background-color: #B5617E;
}
</style>
border-color css
<style>
span { border-color: #B5617E; }
span { border-color: rgb(181,97,126); }
td.TdClassName
{
border-color: #B5617E;
}
.TagClassName
{
border-color: #B5617E;
}
</style>