Shades of Tapestry #B7618C
Tints of Tapestry #B7618C
RGB
CMYK
RGB Variations
Color information
#B7618C (or 0xB7618C) is known color: Tapestry. HEX triplet: B7, 61 and 8C. RGB value is (183,97,140). Sum of RGB (Red+Green+Blue) = 183+97+140=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B7618C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7618C is #489E73. Grayscale: #7F7F7F. Windows color (decimal): -4759156 or 9200055. OLE color: 9200055.
HSL color Cylindrical-coordinate representation of color #B7618C: hue angle of 330º 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 #B7618C is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 97 | 140 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.28 |
| HSL | 330º | 0.37% | 0.55% | - |
| HSV(B) | 330º | 0.47% | 0.72% | - |
| XYZ | 28.54 | 20.51 | 27.27 | - |
| YUV | 127.62 | 134.99 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 97 | 140 | 0 | 0.47 | 0.23 | 0.28 | 330 | 0.37 | 0.55 |
| Hex | B7 | 61 | 8C | 0 | 2F | 17 | 1C | 14A | 25 | 37 |
| Octal | 267 | 141 | 214 | 0 | 57 | 27 | 34 | 512 | 45 | 67 |
| Binary | 10110111 | 1100001 | 10001100 | 0 | 101111 | 10111 | 11100 | 101001010 | 100101 | 110111 |
Color Harmonies of #B7618C
Complementary color
Monochromatic Colors of #B7618C
Black with #B7618C
Text Example
Text Example
White with #B7618C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7618C; }
p { color: rgb(183,97,140); }
H1.HeaderClassName
{
color: #B7618C;
}
.AnyTagClassName
{
color: #B7618C;
}
</style>
background-color css
<style>
a { background-color: #B7618C; }
a { background-color: rgb(183,97,140); }
div.DivClassName
{
background-color: #B7618C;
}
.BgClassName
{
background-color: #B7618C;
}
</style>
border-color css
<style>
span { border-color: #B7618C; }
span { border-color: rgb(183,97,140); }
td.TdClassName
{
border-color: #B7618C;
}
.TagClassName
{
border-color: #B7618C;
}
</style>