Shades of Tapestry #B5608C
Tints of Tapestry #B5608C
RGB
CMYK
RGB Variations
Color information
#B5608C (or 0xB5608C) is known color: Tapestry. HEX triplet: B5, 60 and 8C. RGB value is (181,96,140). Sum of RGB (Red+Green+Blue) = 181+96+140=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B5608C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5608C is #4A9F73. Grayscale: #7E7E7E. Windows color (decimal): -4890484 or 9199797. OLE color: 9199797.
HSL color Cylindrical-coordinate representation of color #B5608C: hue angle of 328.94º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B5608C is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 96 | 140 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.29 |
| HSL | 328.94º | 0.36% | 0.54% | - |
| HSV(B) | 328.94º | 0.47% | 0.71% | - |
| XYZ | 27.97 | 20.08 | 27.21 | - |
| YUV | 126.43 | 135.66 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 96 | 140 | 0 | 0.47 | 0.23 | 0.29 | 328.94 | 0.36 | 0.54 |
| Hex | B5 | 60 | 8C | 0 | 2F | 17 | 1D | 149 | 24 | 36 |
| Octal | 265 | 140 | 214 | 0 | 57 | 27 | 35 | 511 | 44 | 66 |
| Binary | 10110101 | 1100000 | 10001100 | 0 | 101111 | 10111 | 11101 | 101001001 | 100100 | 110110 |
Color Harmonies of #B5608C
Complementary color
Monochromatic Colors of #B5608C
Black with #B5608C
Text Example
Text Example
White with #B5608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5608C; }
p { color: rgb(181,96,140); }
H1.HeaderClassName
{
color: #B5608C;
}
.AnyTagClassName
{
color: #B5608C;
}
</style>
background-color css
<style>
a { background-color: #B5608C; }
a { background-color: rgb(181,96,140); }
div.DivClassName
{
background-color: #B5608C;
}
.BgClassName
{
background-color: #B5608C;
}
</style>
border-color css
<style>
span { border-color: #B5608C; }
span { border-color: rgb(181,96,140); }
td.TdClassName
{
border-color: #B5608C;
}
.TagClassName
{
border-color: #B5608C;
}
</style>