Shades of Tapestry #B4638B
Tints of Tapestry #B4638B
RGB
CMYK
RGB Variations
Color information
#B4638B (or 0xB4638B) is known color: Tapestry. HEX triplet: B4, 63 and 8B. RGB value is (180,99,139). Sum of RGB (Red+Green+Blue) = 180+99+139=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B4638B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4638B is #4B9C74. Grayscale: #7F7F7F. Windows color (decimal): -4955253 or 9135028. OLE color: 9135028.
HSL color Cylindrical-coordinate representation of color #B4638B: hue angle of 330.37º 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 #B4638B is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 99 | 139 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.29 |
| HSL | 330.37º | 0.35% | 0.55% | - |
| HSV(B) | 330.37º | 0.45% | 0.71% | - |
| XYZ | 27.94 | 20.49 | 26.91 | - |
| YUV | 127.78 | 134.34 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 99 | 139 | 0 | 0.45 | 0.23 | 0.29 | 330.37 | 0.35 | 0.55 |
| Hex | B4 | 63 | 8B | 0 | 2D | 17 | 1D | 14A | 23 | 37 |
| Octal | 264 | 143 | 213 | 0 | 55 | 27 | 35 | 512 | 43 | 67 |
| Binary | 10110100 | 1100011 | 10001011 | 0 | 101101 | 10111 | 11101 | 101001010 | 100011 | 110111 |
Color Harmonies of #B4638B
Complementary color
Monochromatic Colors of #B4638B
Black with #B4638B
Text Example
Text Example
White with #B4638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4638B; }
p { color: rgb(180,99,139); }
H1.HeaderClassName
{
color: #B4638B;
}
.AnyTagClassName
{
color: #B4638B;
}
</style>
background-color css
<style>
a { background-color: #B4638B; }
a { background-color: rgb(180,99,139); }
div.DivClassName
{
background-color: #B4638B;
}
.BgClassName
{
background-color: #B4638B;
}
</style>
border-color css
<style>
span { border-color: #B4638B; }
span { border-color: rgb(180,99,139); }
td.TdClassName
{
border-color: #B4638B;
}
.TagClassName
{
border-color: #B4638B;
}
</style>