Shades of Tapestry #B6607F
Tints of Tapestry #B6607F
RGB
CMYK
RGB Variations
Color information
#B6607F (or 0xB6607F) is known color: Tapestry. HEX triplet: B6, 60 and 7F. RGB value is (182,96,127). Sum of RGB (Red+Green+Blue) = 182+96+127=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 182 - color contains mainly: red. Hex color #B6607F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6607F is #499F80. Grayscale: #7D7D7D. Windows color (decimal): -4824961 or 8347830. OLE color: 8347830.
HSL color Cylindrical-coordinate representation of color #B6607F: hue angle of 338.37º 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 #B6607F is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 96 | 127 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.29 |
| HSL | 338.37º | 0.37% | 0.55% | - |
| HSV(B) | 338.37º | 0.47% | 0.71% | - |
| XYZ | 27.31 | 19.84 | 22.47 | - |
| YUV | 125.25 | 128.99 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 96 | 127 | 0 | 0.47 | 0.30 | 0.29 | 338.37 | 0.37 | 0.55 |
| Hex | B6 | 60 | 7F | 0 | 2F | 1E | 1D | 152 | 25 | 37 |
| Octal | 266 | 140 | 177 | 0 | 57 | 36 | 35 | 522 | 45 | 67 |
| Binary | 10110110 | 1100000 | 1111111 | 0 | 101111 | 11110 | 11101 | 101010010 | 100101 | 110111 |
Color Harmonies of #B6607F
Complementary color
Monochromatic Colors of #B6607F
Black with #B6607F
Text Example
Text Example
White with #B6607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6607F; }
p { color: rgb(182,96,127); }
H1.HeaderClassName
{
color: #B6607F;
}
.AnyTagClassName
{
color: #B6607F;
}
</style>
background-color css
<style>
a { background-color: #B6607F; }
a { background-color: rgb(182,96,127); }
div.DivClassName
{
background-color: #B6607F;
}
.BgClassName
{
background-color: #B6607F;
}
</style>
border-color css
<style>
span { border-color: #B6607F; }
span { border-color: rgb(182,96,127); }
td.TdClassName
{
border-color: #B6607F;
}
.TagClassName
{
border-color: #B6607F;
}
</style>