Shades of Tapestry #B5638C
Tints of Tapestry #B5638C
RGB
CMYK
RGB Variations
Color information
#B5638C (or 0xB5638C) is known color: Tapestry. HEX triplet: B5, 63 and 8C. RGB value is (181,99,140). Sum of RGB (Red+Green+Blue) = 181+99+140=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B5638C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5638C is #4A9C73. Grayscale: #808080. Windows color (decimal): -4889716 or 9200565. OLE color: 9200565.
HSL color Cylindrical-coordinate representation of color #B5638C: hue angle of 330º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B5638C is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 99 | 140 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.29 |
| HSL | 330º | 0.36% | 0.55% | - |
| HSV(B) | 330º | 0.45% | 0.71% | - |
| XYZ | 28.25 | 20.64 | 27.31 | - |
| YUV | 128.19 | 134.67 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 99 | 140 | 0 | 0.45 | 0.23 | 0.29 | 330 | 0.36 | 0.55 |
| Hex | B5 | 63 | 8C | 0 | 2D | 17 | 1D | 14A | 24 | 37 |
| Octal | 265 | 143 | 214 | 0 | 55 | 27 | 35 | 512 | 44 | 67 |
| Binary | 10110101 | 1100011 | 10001100 | 0 | 101101 | 10111 | 11101 | 101001010 | 100100 | 110111 |
Color Harmonies of #B5638C
Complementary color
Monochromatic Colors of #B5638C
Black with #B5638C
Text Example
Text Example
White with #B5638C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5638C; }
p { color: rgb(181,99,140); }
H1.HeaderClassName
{
color: #B5638C;
}
.AnyTagClassName
{
color: #B5638C;
}
</style>
background-color css
<style>
a { background-color: #B5638C; }
a { background-color: rgb(181,99,140); }
div.DivClassName
{
background-color: #B5638C;
}
.BgClassName
{
background-color: #B5638C;
}
</style>
border-color css
<style>
span { border-color: #B5638C; }
span { border-color: rgb(181,99,140); }
td.TdClassName
{
border-color: #B5638C;
}
.TagClassName
{
border-color: #B5638C;
}
</style>