Shades of Tapestry #B6628D
Tints of Tapestry #B6628D
RGB
CMYK
RGB Variations
Color information
#B6628D (or 0xB6628D) is known color: Tapestry. HEX triplet: B6, 62 and 8D. RGB value is (182,98,141). Sum of RGB (Red+Green+Blue) = 182+98+141=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 182 - color contains mainly: red. Hex color #B6628D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6628D is #499D72. Grayscale: #7F7F7F. Windows color (decimal): -4824435 or 9265846. OLE color: 9265846.
HSL color Cylindrical-coordinate representation of color #B6628D: hue angle of 329.29º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B6628D is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 98 | 141 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.29 |
| HSL | 329.29º | 0.37% | 0.55% | - |
| HSV(B) | 329.29º | 0.46% | 0.71% | - |
| XYZ | 28.47 | 20.6 | 27.68 | - |
| YUV | 128.02 | 135.33 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 98 | 141 | 0 | 0.46 | 0.23 | 0.29 | 329.29 | 0.37 | 0.55 |
| Hex | B6 | 62 | 8D | 0 | 2E | 17 | 1D | 149 | 25 | 37 |
| Octal | 266 | 142 | 215 | 0 | 56 | 27 | 35 | 511 | 45 | 67 |
| Binary | 10110110 | 1100010 | 10001101 | 0 | 101110 | 10111 | 11101 | 101001001 | 100101 | 110111 |
Color Harmonies of #B6628D
Complementary color
Monochromatic Colors of #B6628D
Black with #B6628D
Text Example
Text Example
White with #B6628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6628D; }
p { color: rgb(182,98,141); }
H1.HeaderClassName
{
color: #B6628D;
}
.AnyTagClassName
{
color: #B6628D;
}
</style>
background-color css
<style>
a { background-color: #B6628D; }
a { background-color: rgb(182,98,141); }
div.DivClassName
{
background-color: #B6628D;
}
.BgClassName
{
background-color: #B6628D;
}
</style>
border-color css
<style>
span { border-color: #B6628D; }
span { border-color: rgb(182,98,141); }
td.TdClassName
{
border-color: #B6628D;
}
.TagClassName
{
border-color: #B6628D;
}
</style>