Shades of Tapestry #B7617E
Tints of Tapestry #B7617E
RGB
CMYK
RGB Variations
Color information
#B7617E (or 0xB7617E) is known color: Tapestry. HEX triplet: B7, 61 and 7E. RGB value is (183,97,126). Sum of RGB (Red+Green+Blue) = 183+97+126=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B7617E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7617E is #489E81. Grayscale: #7D7D7D. Windows color (decimal): -4759170 or 8282551. OLE color: 8282551.
HSL color Cylindrical-coordinate representation of color #B7617E: hue angle of 339.77º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B7617E is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 97 | 126 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.28 |
| HSL | 339.77º | 0.37% | 0.55% | - |
| HSV(B) | 339.77º | 0.47% | 0.72% | - |
| XYZ | 27.57 | 20.12 | 22.17 | - |
| YUV | 126.02 | 127.99 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 97 | 126 | 0 | 0.47 | 0.31 | 0.28 | 339.77 | 0.37 | 0.55 |
| Hex | B7 | 61 | 7E | 0 | 2F | 1F | 1C | 154 | 25 | 37 |
| Octal | 267 | 141 | 176 | 0 | 57 | 37 | 34 | 524 | 45 | 67 |
| Binary | 10110111 | 1100001 | 1111110 | 0 | 101111 | 11111 | 11100 | 101010100 | 100101 | 110111 |
Color Harmonies of #B7617E
Complementary color
Monochromatic Colors of #B7617E
Black with #B7617E
Text Example
Text Example
White with #B7617E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7617E; }
p { color: rgb(183,97,126); }
H1.HeaderClassName
{
color: #B7617E;
}
.AnyTagClassName
{
color: #B7617E;
}
</style>
background-color css
<style>
a { background-color: #B7617E; }
a { background-color: rgb(183,97,126); }
div.DivClassName
{
background-color: #B7617E;
}
.BgClassName
{
background-color: #B7617E;
}
</style>
border-color css
<style>
span { border-color: #B7617E; }
span { border-color: rgb(183,97,126); }
td.TdClassName
{
border-color: #B7617E;
}
.TagClassName
{
border-color: #B7617E;
}
</style>