Shades of Tapestry #B7647F
Tints of Tapestry #B7647F
RGB
CMYK
RGB Variations
Color information
#B7647F (or 0xB7647F) is known color: Tapestry. HEX triplet: B7, 64 and 7F. RGB value is (183,100,127). Sum of RGB (Red+Green+Blue) = 183+100+127=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 183 - color contains mainly: red. Hex color #B7647F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7647F is #489B80. Grayscale: #7F7F7F. Windows color (decimal): -4758401 or 8348855. OLE color: 8348855.
HSL color Cylindrical-coordinate representation of color #B7647F: hue angle of 340.48º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B7647F is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 100 | 127 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.28 |
| HSL | 340.48º | 0.37% | 0.55% | - |
| HSV(B) | 340.48º | 0.45% | 0.72% | - |
| XYZ | 27.92 | 20.71 | 22.61 | - |
| YUV | 127.9 | 127.5 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 127 | 0 | 0.45 | 0.31 | 0.28 | 340.48 | 0.37 | 0.55 |
| Hex | B7 | 64 | 7F | 0 | 2D | 1F | 1C | 154 | 25 | 37 |
| Octal | 267 | 144 | 177 | 0 | 55 | 37 | 34 | 524 | 45 | 67 |
| Binary | 10110111 | 1100100 | 1111111 | 0 | 101101 | 11111 | 11100 | 101010100 | 100101 | 110111 |
Color Harmonies of #B7647F
Complementary color
Monochromatic Colors of #B7647F
Black with #B7647F
Text Example
Text Example
White with #B7647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7647F; }
p { color: rgb(183,100,127); }
H1.HeaderClassName
{
color: #B7647F;
}
.AnyTagClassName
{
color: #B7647F;
}
</style>
background-color css
<style>
a { background-color: #B7647F; }
a { background-color: rgb(183,100,127); }
div.DivClassName
{
background-color: #B7647F;
}
.BgClassName
{
background-color: #B7647F;
}
</style>
border-color css
<style>
span { border-color: #B7647F; }
span { border-color: rgb(183,100,127); }
td.TdClassName
{
border-color: #B7647F;
}
.TagClassName
{
border-color: #B7647F;
}
</style>