Shades of Tapestry #B7648C
Tints of Tapestry #B7648C
RGB
CMYK
RGB Variations
Color information
#B7648C (or 0xB7648C) is known color: Tapestry. HEX triplet: B7, 64 and 8C. RGB value is (183,100,140). Sum of RGB (Red+Green+Blue) = 183+100+140=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B7648C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7648C is #489B73. Grayscale: #818181. Windows color (decimal): -4758388 or 9200823. OLE color: 9200823.
HSL color Cylindrical-coordinate representation of color #B7648C: hue angle of 331.08º 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 #B7648C is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 100 | 140 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.28 |
| HSL | 331.08º | 0.37% | 0.55% | - |
| HSV(B) | 331.08º | 0.45% | 0.72% | - |
| XYZ | 28.82 | 21.08 | 27.36 | - |
| YUV | 129.38 | 134 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 140 | 0 | 0.45 | 0.23 | 0.28 | 331.08 | 0.37 | 0.55 |
| Hex | B7 | 64 | 8C | 0 | 2D | 17 | 1C | 14B | 25 | 37 |
| Octal | 267 | 144 | 214 | 0 | 55 | 27 | 34 | 513 | 45 | 67 |
| Binary | 10110111 | 1100100 | 10001100 | 0 | 101101 | 10111 | 11100 | 101001011 | 100101 | 110111 |
Color Harmonies of #B7648C
Complementary color
Monochromatic Colors of #B7648C
Black with #B7648C
Text Example
Text Example
White with #B7648C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7648C; }
p { color: rgb(183,100,140); }
H1.HeaderClassName
{
color: #B7648C;
}
.AnyTagClassName
{
color: #B7648C;
}
</style>
background-color css
<style>
a { background-color: #B7648C; }
a { background-color: rgb(183,100,140); }
div.DivClassName
{
background-color: #B7648C;
}
.BgClassName
{
background-color: #B7648C;
}
</style>
border-color css
<style>
span { border-color: #B7648C; }
span { border-color: rgb(183,100,140); }
td.TdClassName
{
border-color: #B7648C;
}
.TagClassName
{
border-color: #B7648C;
}
</style>