Shades of Tapestry #B5658A
Tints of Tapestry #B5658A
RGB
CMYK
RGB Variations
Color information
#B5658A (or 0xB5658A) is known color: Tapestry. HEX triplet: B5, 65 and 8A. RGB value is (181,101,138). Sum of RGB (Red+Green+Blue) = 181+101+138=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B5658A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5658A is #4A9A75. Grayscale: #818181. Windows color (decimal): -4889206 or 9070005. OLE color: 9070005.
HSL color Cylindrical-coordinate representation of color #B5658A: hue angle of 332.25º 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 #B5658A is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 101 | 138 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.29 |
| HSL | 332.25º | 0.35% | 0.55% | - |
| HSV(B) | 332.25º | 0.44% | 0.71% | - |
| XYZ | 28.3 | 20.97 | 26.6 | - |
| YUV | 129.14 | 133 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 138 | 0 | 0.44 | 0.24 | 0.29 | 332.25 | 0.35 | 0.55 |
| Hex | B5 | 65 | 8A | 0 | 2C | 18 | 1D | 14C | 23 | 37 |
| Octal | 265 | 145 | 212 | 0 | 54 | 30 | 35 | 514 | 43 | 67 |
| Binary | 10110101 | 1100101 | 10001010 | 0 | 101100 | 11000 | 11101 | 101001100 | 100011 | 110111 |
Color Harmonies of #B5658A
Complementary color
Monochromatic Colors of #B5658A
Black with #B5658A
Text Example
Text Example
White with #B5658A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5658A; }
p { color: rgb(181,101,138); }
H1.HeaderClassName
{
color: #B5658A;
}
.AnyTagClassName
{
color: #B5658A;
}
</style>
background-color css
<style>
a { background-color: #B5658A; }
a { background-color: rgb(181,101,138); }
div.DivClassName
{
background-color: #B5658A;
}
.BgClassName
{
background-color: #B5658A;
}
</style>
border-color css
<style>
span { border-color: #B5658A; }
span { border-color: rgb(181,101,138); }
td.TdClassName
{
border-color: #B5658A;
}
.TagClassName
{
border-color: #B5658A;
}
</style>