Shades of Tapestry #B5658D
Tints of Tapestry #B5658D
RGB
CMYK
RGB Variations
Color information
#B5658D (or 0xB5658D) is known color: Tapestry. HEX triplet: B5, 65 and 8D. RGB value is (181,101,141). Sum of RGB (Red+Green+Blue) = 181+101+141=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B5658D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5658D is #4A9A72. Grayscale: #818181. Windows color (decimal): -4889203 or 9266613. OLE color: 9266613.
HSL color Cylindrical-coordinate representation of color #B5658D: hue angle of 330º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B5658D is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 101 | 141 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.29 |
| HSL | 330º | 0.35% | 0.55% | - |
| HSV(B) | 330º | 0.44% | 0.71% | - |
| XYZ | 28.52 | 21.05 | 27.76 | - |
| YUV | 129.48 | 134.5 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 141 | 0 | 0.44 | 0.22 | 0.29 | 330 | 0.35 | 0.55 |
| Hex | B5 | 65 | 8D | 0 | 2C | 16 | 1D | 14A | 23 | 37 |
| Octal | 265 | 145 | 215 | 0 | 54 | 26 | 35 | 512 | 43 | 67 |
| Binary | 10110101 | 1100101 | 10001101 | 0 | 101100 | 10110 | 11101 | 101001010 | 100011 | 110111 |
Color Harmonies of #B5658D
Complementary color
Monochromatic Colors of #B5658D
Black with #B5658D
Text Example
Text Example
White with #B5658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5658D; }
p { color: rgb(181,101,141); }
H1.HeaderClassName
{
color: #B5658D;
}
.AnyTagClassName
{
color: #B5658D;
}
</style>
background-color css
<style>
a { background-color: #B5658D; }
a { background-color: rgb(181,101,141); }
div.DivClassName
{
background-color: #B5658D;
}
.BgClassName
{
background-color: #B5658D;
}
</style>
border-color css
<style>
span { border-color: #B5658D; }
span { border-color: rgb(181,101,141); }
td.TdClassName
{
border-color: #B5658D;
}
.TagClassName
{
border-color: #B5658D;
}
</style>