Shades of Tapestry #B3648A
Tints of Tapestry #B3648A
RGB
CMYK
RGB Variations
Color information
#B3648A (or 0xB3648A) is known color: Tapestry. HEX triplet: B3, 64 and 8A. RGB value is (179,100,138). Sum of RGB (Red+Green+Blue) = 179+100+138=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 179 - color contains mainly: red. Hex color #B3648A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3648A is #4C9B75. Grayscale: #7F7F7F. Windows color (decimal): -5020534 or 9069747. OLE color: 9069747.
HSL color Cylindrical-coordinate representation of color #B3648A: hue angle of 331.14º 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 #B3648A is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 100 | 138 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.30 |
| HSL | 331.14º | 0.34% | 0.55% | - |
| HSV(B) | 331.14º | 0.44% | 0.7% | - |
| XYZ | 27.74 | 20.53 | 26.55 | - |
| YUV | 127.95 | 133.67 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 100 | 138 | 0 | 0.44 | 0.23 | 0.30 | 331.14 | 0.34 | 0.55 |
| Hex | B3 | 64 | 8A | 0 | 2C | 17 | 1E | 14B | 22 | 37 |
| Octal | 263 | 144 | 212 | 0 | 54 | 27 | 36 | 513 | 42 | 67 |
| Binary | 10110011 | 1100100 | 10001010 | 0 | 101100 | 10111 | 11110 | 101001011 | 100010 | 110111 |
Color Harmonies of #B3648A
Complementary color
Monochromatic Colors of #B3648A
Black with #B3648A
Text Example
Text Example
White with #B3648A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3648A; }
p { color: rgb(179,100,138); }
H1.HeaderClassName
{
color: #B3648A;
}
.AnyTagClassName
{
color: #B3648A;
}
</style>
background-color css
<style>
a { background-color: #B3648A; }
a { background-color: rgb(179,100,138); }
div.DivClassName
{
background-color: #B3648A;
}
.BgClassName
{
background-color: #B3648A;
}
</style>
border-color css
<style>
span { border-color: #B3648A; }
span { border-color: rgb(179,100,138); }
td.TdClassName
{
border-color: #B3648A;
}
.TagClassName
{
border-color: #B3648A;
}
</style>