Shades of Tapestry #B5658B
Tints of Tapestry #B5658B
RGB
CMYK
RGB Variations
Color information
#B5658B (or 0xB5658B) is known color: Tapestry. HEX triplet: B5, 65 and 8B. RGB value is (181,101,139). Sum of RGB (Red+Green+Blue) = 181+101+139=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B5658B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5658B is #4A9A74. Grayscale: #818181. Windows color (decimal): -4889205 or 9135541. OLE color: 9135541.
HSL color Cylindrical-coordinate representation of color #B5658B: hue angle of 331.5º 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 #B5658B is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 101 | 139 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.29 |
| HSL | 331.5º | 0.35% | 0.55% | - |
| HSV(B) | 331.5º | 0.44% | 0.71% | - |
| XYZ | 28.37 | 21 | 26.98 | - |
| YUV | 129.25 | 133.5 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 139 | 0 | 0.44 | 0.23 | 0.29 | 331.5 | 0.35 | 0.55 |
| Hex | B5 | 65 | 8B | 0 | 2C | 17 | 1D | 14C | 23 | 37 |
| Octal | 265 | 145 | 213 | 0 | 54 | 27 | 35 | 514 | 43 | 67 |
| Binary | 10110101 | 1100101 | 10001011 | 0 | 101100 | 10111 | 11101 | 101001100 | 100011 | 110111 |
Color Harmonies of #B5658B
Complementary color
Monochromatic Colors of #B5658B
Black with #B5658B
Text Example
Text Example
White with #B5658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5658B; }
p { color: rgb(181,101,139); }
H1.HeaderClassName
{
color: #B5658B;
}
.AnyTagClassName
{
color: #B5658B;
}
</style>
background-color css
<style>
a { background-color: #B5658B; }
a { background-color: rgb(181,101,139); }
div.DivClassName
{
background-color: #B5658B;
}
.BgClassName
{
background-color: #B5658B;
}
</style>
border-color css
<style>
span { border-color: #B5658B; }
span { border-color: rgb(181,101,139); }
td.TdClassName
{
border-color: #B5658B;
}
.TagClassName
{
border-color: #B5658B;
}
</style>