Shades of Tapestry #B3648E
Tints of Tapestry #B3648E
RGB
CMYK
RGB Variations
Color information
#B3648E (or 0xB3648E) is known color: Tapestry. HEX triplet: B3, 64 and 8E. RGB value is (179,100,142). Sum of RGB (Red+Green+Blue) = 179+100+142=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 179 - color contains mainly: red. Hex color #B3648E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3648E is #4C9B71. Grayscale: #808080. Windows color (decimal): -5020530 or 9331891. OLE color: 9331891.
HSL color Cylindrical-coordinate representation of color #B3648E: hue angle of 328.1º 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 #B3648E is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 100 | 142 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.30 |
| HSL | 328.1º | 0.34% | 0.55% | - |
| HSV(B) | 328.1º | 0.44% | 0.7% | - |
| XYZ | 28.03 | 20.65 | 28.1 | - |
| YUV | 128.41 | 135.67 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 100 | 142 | 0 | 0.44 | 0.21 | 0.30 | 328.1 | 0.34 | 0.55 |
| Hex | B3 | 64 | 8E | 0 | 2C | 15 | 1E | 148 | 22 | 37 |
| Octal | 263 | 144 | 216 | 0 | 54 | 25 | 36 | 510 | 42 | 67 |
| Binary | 10110011 | 1100100 | 10001110 | 0 | 101100 | 10101 | 11110 | 101001000 | 100010 | 110111 |
Color Harmonies of #B3648E
Complementary color
Monochromatic Colors of #B3648E
Black with #B3648E
Text Example
Text Example
White with #B3648E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3648E; }
p { color: rgb(179,100,142); }
H1.HeaderClassName
{
color: #B3648E;
}
.AnyTagClassName
{
color: #B3648E;
}
</style>
background-color css
<style>
a { background-color: #B3648E; }
a { background-color: rgb(179,100,142); }
div.DivClassName
{
background-color: #B3648E;
}
.BgClassName
{
background-color: #B3648E;
}
</style>
border-color css
<style>
span { border-color: #B3648E; }
span { border-color: rgb(179,100,142); }
td.TdClassName
{
border-color: #B3648E;
}
.TagClassName
{
border-color: #B3648E;
}
</style>