Shades of Tapestry #B7627D
Tints of Tapestry #B7627D
RGB
CMYK
RGB Variations
Color information
#B7627D (or 0xB7627D) is known color: Tapestry. HEX triplet: B7, 62 and 7D. RGB value is (183,98,125). Sum of RGB (Red+Green+Blue) = 183+98+125=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B7627D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7627D is #489D82. Grayscale: #7E7E7E. Windows color (decimal): -4758915 or 8217271. OLE color: 8217271.
HSL color Cylindrical-coordinate representation of color #B7627D: hue angle of 340.94º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B7627D is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 98 | 125 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.28 |
| HSL | 340.94º | 0.37% | 0.55% | - |
| HSV(B) | 340.94º | 0.46% | 0.72% | - |
| XYZ | 27.6 | 20.28 | 21.86 | - |
| YUV | 126.49 | 127.16 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 98 | 125 | 0 | 0.46 | 0.32 | 0.28 | 340.94 | 0.37 | 0.55 |
| Hex | B7 | 62 | 7D | 0 | 2E | 20 | 1C | 155 | 25 | 37 |
| Octal | 267 | 142 | 175 | 0 | 56 | 40 | 34 | 525 | 45 | 67 |
| Binary | 10110111 | 1100010 | 1111101 | 0 | 101110 | 100000 | 11100 | 101010101 | 100101 | 110111 |
Color Harmonies of #B7627D
Complementary color
Monochromatic Colors of #B7627D
Black with #B7627D
Text Example
Text Example
White with #B7627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7627D; }
p { color: rgb(183,98,125); }
H1.HeaderClassName
{
color: #B7627D;
}
.AnyTagClassName
{
color: #B7627D;
}
</style>
background-color css
<style>
a { background-color: #B7627D; }
a { background-color: rgb(183,98,125); }
div.DivClassName
{
background-color: #B7627D;
}
.BgClassName
{
background-color: #B7627D;
}
</style>
border-color css
<style>
span { border-color: #B7627D; }
span { border-color: rgb(183,98,125); }
td.TdClassName
{
border-color: #B7627D;
}
.TagClassName
{
border-color: #B7627D;
}
</style>