Shades of Tapestry #B4648B
Tints of Tapestry #B4648B
RGB
CMYK
RGB Variations
Color information
#B4648B (or 0xB4648B) is known color: Tapestry. HEX triplet: B4, 64 and 8B. RGB value is (180,100,139). Sum of RGB (Red+Green+Blue) = 180+100+139=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B4648B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4648B is #4B9B74. Grayscale: #808080. Windows color (decimal): -4954997 or 9135284. OLE color: 9135284.
HSL color Cylindrical-coordinate representation of color #B4648B: hue angle of 330.75º 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 #B4648B is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 100 | 139 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.29 |
| HSL | 330.75º | 0.35% | 0.55% | - |
| HSV(B) | 330.75º | 0.44% | 0.71% | - |
| XYZ | 28.04 | 20.68 | 26.94 | - |
| YUV | 128.37 | 134 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 100 | 139 | 0 | 0.44 | 0.23 | 0.29 | 330.75 | 0.35 | 0.55 |
| Hex | B4 | 64 | 8B | 0 | 2C | 17 | 1D | 14B | 23 | 37 |
| Octal | 264 | 144 | 213 | 0 | 54 | 27 | 35 | 513 | 43 | 67 |
| Binary | 10110100 | 1100100 | 10001011 | 0 | 101100 | 10111 | 11101 | 101001011 | 100011 | 110111 |
Color Harmonies of #B4648B
Complementary color
Monochromatic Colors of #B4648B
Black with #B4648B
Text Example
Text Example
White with #B4648B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4648B; }
p { color: rgb(180,100,139); }
H1.HeaderClassName
{
color: #B4648B;
}
.AnyTagClassName
{
color: #B4648B;
}
</style>
background-color css
<style>
a { background-color: #B4648B; }
a { background-color: rgb(180,100,139); }
div.DivClassName
{
background-color: #B4648B;
}
.BgClassName
{
background-color: #B4648B;
}
</style>
border-color css
<style>
span { border-color: #B4648B; }
span { border-color: rgb(180,100,139); }
td.TdClassName
{
border-color: #B4648B;
}
.TagClassName
{
border-color: #B4648B;
}
</style>