Shades of Tapestry #B3648C
Tints of Tapestry #B3648C
RGB
CMYK
RGB Variations
Color information
#B3648C (or 0xB3648C) is known color: Tapestry. HEX triplet: B3, 64 and 8C. RGB value is (179,100,140). Sum of RGB (Red+Green+Blue) = 179+100+140=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 179 - color contains mainly: red. Hex color #B3648C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3648C is #4C9B73. Grayscale: #808080. Windows color (decimal): -5020532 or 9200819. OLE color: 9200819.
HSL color Cylindrical-coordinate representation of color #B3648C: hue angle of 329.62º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B3648C is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 100 | 140 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.30 |
| HSL | 329.62º | 0.34% | 0.55% | - |
| HSV(B) | 329.62º | 0.44% | 0.7% | - |
| XYZ | 27.88 | 20.59 | 27.32 | - |
| YUV | 128.18 | 134.67 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 100 | 140 | 0 | 0.44 | 0.22 | 0.30 | 329.62 | 0.34 | 0.55 |
| Hex | B3 | 64 | 8C | 0 | 2C | 16 | 1E | 14A | 22 | 37 |
| Octal | 263 | 144 | 214 | 0 | 54 | 26 | 36 | 512 | 42 | 67 |
| Binary | 10110011 | 1100100 | 10001100 | 0 | 101100 | 10110 | 11110 | 101001010 | 100010 | 110111 |
Color Harmonies of #B3648C
Complementary color
Monochromatic Colors of #B3648C
Black with #B3648C
Text Example
Text Example
White with #B3648C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3648C; }
p { color: rgb(179,100,140); }
H1.HeaderClassName
{
color: #B3648C;
}
.AnyTagClassName
{
color: #B3648C;
}
</style>
background-color css
<style>
a { background-color: #B3648C; }
a { background-color: rgb(179,100,140); }
div.DivClassName
{
background-color: #B3648C;
}
.BgClassName
{
background-color: #B3648C;
}
</style>
border-color css
<style>
span { border-color: #B3648C; }
span { border-color: rgb(179,100,140); }
td.TdClassName
{
border-color: #B3648C;
}
.TagClassName
{
border-color: #B3648C;
}
</style>