Shades of Tapestry #B6648E
Tints of Tapestry #B6648E
RGB
CMYK
RGB Variations
Color information
#B6648E (or 0xB6648E) is known color: Tapestry. HEX triplet: B6, 64 and 8E. RGB value is (182,100,142). Sum of RGB (Red+Green+Blue) = 182+100+142=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 182 - color contains mainly: red. Hex color #B6648E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6648E is #499B71. Grayscale: #818181. Windows color (decimal): -4823922 or 9331894. OLE color: 9331894.
HSL color Cylindrical-coordinate representation of color #B6648E: hue angle of 329.27º 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 #B6648E is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 100 | 142 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.29 |
| HSL | 329.27º | 0.36% | 0.55% | - |
| HSV(B) | 329.27º | 0.45% | 0.71% | - |
| XYZ | 28.73 | 21.01 | 28.13 | - |
| YUV | 129.31 | 135.17 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 100 | 142 | 0 | 0.45 | 0.22 | 0.29 | 329.27 | 0.36 | 0.55 |
| Hex | B6 | 64 | 8E | 0 | 2D | 16 | 1D | 149 | 24 | 37 |
| Octal | 266 | 144 | 216 | 0 | 55 | 26 | 35 | 511 | 44 | 67 |
| Binary | 10110110 | 1100100 | 10001110 | 0 | 101101 | 10110 | 11101 | 101001001 | 100100 | 110111 |
Color Harmonies of #B6648E
Complementary color
Monochromatic Colors of #B6648E
Black with #B6648E
Text Example
Text Example
White with #B6648E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6648E; }
p { color: rgb(182,100,142); }
H1.HeaderClassName
{
color: #B6648E;
}
.AnyTagClassName
{
color: #B6648E;
}
</style>
background-color css
<style>
a { background-color: #B6648E; }
a { background-color: rgb(182,100,142); }
div.DivClassName
{
background-color: #B6648E;
}
.BgClassName
{
background-color: #B6648E;
}
</style>
border-color css
<style>
span { border-color: #B6648E; }
span { border-color: rgb(182,100,142); }
td.TdClassName
{
border-color: #B6648E;
}
.TagClassName
{
border-color: #B6648E;
}
</style>