Shades of Tapestry #B7647D
Tints of Tapestry #B7647D
RGB
CMYK
RGB Variations
Color information
#B7647D (or 0xB7647D) is known color: Tapestry. HEX triplet: B7, 64 and 7D. RGB value is (183,100,125). Sum of RGB (Red+Green+Blue) = 183+100+125=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B7647D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7647D is #489B82. Grayscale: #7F7F7F. Windows color (decimal): -4758403 or 8217783. OLE color: 8217783.
HSL color Cylindrical-coordinate representation of color #B7647D: hue angle of 341.93º 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 #B7647D is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 100 | 125 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.28 |
| HSL | 341.93º | 0.37% | 0.55% | - |
| HSV(B) | 341.93º | 0.45% | 0.72% | - |
| XYZ | 27.79 | 20.66 | 21.93 | - |
| YUV | 127.67 | 126.5 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 125 | 0 | 0.45 | 0.32 | 0.28 | 341.93 | 0.37 | 0.55 |
| Hex | B7 | 64 | 7D | 0 | 2D | 20 | 1C | 156 | 25 | 37 |
| Octal | 267 | 144 | 175 | 0 | 55 | 40 | 34 | 526 | 45 | 67 |
| Binary | 10110111 | 1100100 | 1111101 | 0 | 101101 | 100000 | 11100 | 101010110 | 100101 | 110111 |
Color Harmonies of #B7647D
Complementary color
Monochromatic Colors of #B7647D
Black with #B7647D
Text Example
Text Example
White with #B7647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7647D; }
p { color: rgb(183,100,125); }
H1.HeaderClassName
{
color: #B7647D;
}
.AnyTagClassName
{
color: #B7647D;
}
</style>
background-color css
<style>
a { background-color: #B7647D; }
a { background-color: rgb(183,100,125); }
div.DivClassName
{
background-color: #B7647D;
}
.BgClassName
{
background-color: #B7647D;
}
</style>
border-color css
<style>
span { border-color: #B7647D; }
span { border-color: rgb(183,100,125); }
td.TdClassName
{
border-color: #B7647D;
}
.TagClassName
{
border-color: #B7647D;
}
</style>