Shades of Tapestry #B6607C
Tints of Tapestry #B6607C
RGB
CMYK
RGB Variations
Color information
#B6607C (or 0xB6607C) is known color: Tapestry. HEX triplet: B6, 60 and 7C. RGB value is (182,96,124). Sum of RGB (Red+Green+Blue) = 182+96+124=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 182 - color contains mainly: red. Hex color #B6607C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6607C is #499F83. Grayscale: #7C7C7C. Windows color (decimal): -4824964 or 8151222. OLE color: 8151222.
HSL color Cylindrical-coordinate representation of color #B6607C: hue angle of 340.47º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B6607C is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 96 | 124 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.29 |
| HSL | 340.47º | 0.37% | 0.55% | - |
| HSV(B) | 340.47º | 0.47% | 0.71% | - |
| XYZ | 27.11 | 19.77 | 21.46 | - |
| YUV | 124.91 | 127.49 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 96 | 124 | 0 | 0.47 | 0.32 | 0.29 | 340.47 | 0.37 | 0.55 |
| Hex | B6 | 60 | 7C | 0 | 2F | 20 | 1D | 154 | 25 | 37 |
| Octal | 266 | 140 | 174 | 0 | 57 | 40 | 35 | 524 | 45 | 67 |
| Binary | 10110110 | 1100000 | 1111100 | 0 | 101111 | 100000 | 11101 | 101010100 | 100101 | 110111 |
Color Harmonies of #B6607C
Complementary color
Monochromatic Colors of #B6607C
Black with #B6607C
Text Example
Text Example
White with #B6607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6607C; }
p { color: rgb(182,96,124); }
H1.HeaderClassName
{
color: #B6607C;
}
.AnyTagClassName
{
color: #B6607C;
}
</style>
background-color css
<style>
a { background-color: #B6607C; }
a { background-color: rgb(182,96,124); }
div.DivClassName
{
background-color: #B6607C;
}
.BgClassName
{
background-color: #B6607C;
}
</style>
border-color css
<style>
span { border-color: #B6607C; }
span { border-color: rgb(182,96,124); }
td.TdClassName
{
border-color: #B6607C;
}
.TagClassName
{
border-color: #B6607C;
}
</style>