Shades of Tapestry #B6628C
Tints of Tapestry #B6628C
RGB
CMYK
RGB Variations
Color information
#B6628C (or 0xB6628C) is known color: Tapestry. HEX triplet: B6, 62 and 8C. RGB value is (182,98,140). Sum of RGB (Red+Green+Blue) = 182+98+140=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B6628C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6628C is #499D73. Grayscale: #7F7F7F. Windows color (decimal): -4824436 or 9200310. OLE color: 9200310.
HSL color Cylindrical-coordinate representation of color #B6628C: hue angle of 330º 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 #B6628C is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 98 | 140 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.29 |
| HSL | 330º | 0.37% | 0.55% | - |
| HSV(B) | 330º | 0.46% | 0.71% | - |
| XYZ | 28.39 | 20.57 | 27.29 | - |
| YUV | 127.9 | 134.83 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 98 | 140 | 0 | 0.46 | 0.23 | 0.29 | 330 | 0.37 | 0.55 |
| Hex | B6 | 62 | 8C | 0 | 2E | 17 | 1D | 14A | 25 | 37 |
| Octal | 266 | 142 | 214 | 0 | 56 | 27 | 35 | 512 | 45 | 67 |
| Binary | 10110110 | 1100010 | 10001100 | 0 | 101110 | 10111 | 11101 | 101001010 | 100101 | 110111 |
Color Harmonies of #B6628C
Complementary color
Monochromatic Colors of #B6628C
Black with #B6628C
Text Example
Text Example
White with #B6628C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6628C; }
p { color: rgb(182,98,140); }
H1.HeaderClassName
{
color: #B6628C;
}
.AnyTagClassName
{
color: #B6628C;
}
</style>
background-color css
<style>
a { background-color: #B6628C; }
a { background-color: rgb(182,98,140); }
div.DivClassName
{
background-color: #B6628C;
}
.BgClassName
{
background-color: #B6628C;
}
</style>
border-color css
<style>
span { border-color: #B6628C; }
span { border-color: rgb(182,98,140); }
td.TdClassName
{
border-color: #B6628C;
}
.TagClassName
{
border-color: #B6628C;
}
</style>