Shades of Tapestry #B7647E
Tints of Tapestry #B7647E
RGB
CMYK
RGB Variations
Color information
#B7647E (or 0xB7647E) is known color: Tapestry. HEX triplet: B7, 64 and 7E. RGB value is (183,100,126). Sum of RGB (Red+Green+Blue) = 183+100+126=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B7647E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7647E is #489B81. Grayscale: #7F7F7F. Windows color (decimal): -4758402 or 8283319. OLE color: 8283319.
HSL color Cylindrical-coordinate representation of color #B7647E: hue angle of 341.2º 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 #B7647E is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 100 | 126 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.28 |
| HSL | 341.2º | 0.37% | 0.55% | - |
| HSV(B) | 341.2º | 0.45% | 0.72% | - |
| XYZ | 27.85 | 20.69 | 22.26 | - |
| YUV | 127.78 | 127 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 126 | 0 | 0.45 | 0.31 | 0.28 | 341.2 | 0.37 | 0.55 |
| Hex | B7 | 64 | 7E | 0 | 2D | 1F | 1C | 155 | 25 | 37 |
| Octal | 267 | 144 | 176 | 0 | 55 | 37 | 34 | 525 | 45 | 67 |
| Binary | 10110111 | 1100100 | 1111110 | 0 | 101101 | 11111 | 11100 | 101010101 | 100101 | 110111 |
Color Harmonies of #B7647E
Complementary color
Monochromatic Colors of #B7647E
Black with #B7647E
Text Example
Text Example
White with #B7647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7647E; }
p { color: rgb(183,100,126); }
H1.HeaderClassName
{
color: #B7647E;
}
.AnyTagClassName
{
color: #B7647E;
}
</style>
background-color css
<style>
a { background-color: #B7647E; }
a { background-color: rgb(183,100,126); }
div.DivClassName
{
background-color: #B7647E;
}
.BgClassName
{
background-color: #B7647E;
}
</style>
border-color css
<style>
span { border-color: #B7647E; }
span { border-color: rgb(183,100,126); }
td.TdClassName
{
border-color: #B7647E;
}
.TagClassName
{
border-color: #B7647E;
}
</style>