Shades of Tapestry #B4638D
Tints of Tapestry #B4638D
RGB
CMYK
RGB Variations
Color information
#B4638D (or 0xB4638D) is known color: Tapestry. HEX triplet: B4, 63 and 8D. RGB value is (180,99,141). Sum of RGB (Red+Green+Blue) = 180+99+141=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B4638D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4638D is #4B9C72. Grayscale: #7F7F7F. Windows color (decimal): -4955251 or 9266100. OLE color: 9266100.
HSL color Cylindrical-coordinate representation of color #B4638D: hue angle of 328.89º degrees, saturation: 0.35, 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 #B4638D is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 99 | 141 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.29 |
| HSL | 328.89º | 0.35% | 0.55% | - |
| HSV(B) | 328.89º | 0.45% | 0.71% | - |
| XYZ | 28.09 | 20.55 | 27.69 | - |
| YUV | 128.01 | 135.34 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 99 | 141 | 0 | 0.45 | 0.22 | 0.29 | 328.89 | 0.35 | 0.55 |
| Hex | B4 | 63 | 8D | 0 | 2D | 16 | 1D | 149 | 23 | 37 |
| Octal | 264 | 143 | 215 | 0 | 55 | 26 | 35 | 511 | 43 | 67 |
| Binary | 10110100 | 1100011 | 10001101 | 0 | 101101 | 10110 | 11101 | 101001001 | 100011 | 110111 |
Color Harmonies of #B4638D
Complementary color
Monochromatic Colors of #B4638D
Black with #B4638D
Text Example
Text Example
White with #B4638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4638D; }
p { color: rgb(180,99,141); }
H1.HeaderClassName
{
color: #B4638D;
}
.AnyTagClassName
{
color: #B4638D;
}
</style>
background-color css
<style>
a { background-color: #B4638D; }
a { background-color: rgb(180,99,141); }
div.DivClassName
{
background-color: #B4638D;
}
.BgClassName
{
background-color: #B4638D;
}
</style>
border-color css
<style>
span { border-color: #B4638D; }
span { border-color: rgb(180,99,141); }
td.TdClassName
{
border-color: #B4638D;
}
.TagClassName
{
border-color: #B4638D;
}
</style>