Shades of Tapestry #B3618E
Tints of Tapestry #B3618E
RGB
CMYK
RGB Variations
Color information
#B3618E (or 0xB3618E) is known color: Tapestry. HEX triplet: B3, 61 and 8E. RGB value is (179,97,142). Sum of RGB (Red+Green+Blue) = 179+97+142=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 179 - color contains mainly: red. Hex color #B3618E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3618E is #4C9E71. Grayscale: #7E7E7E. Windows color (decimal): -5021298 or 9331123. OLE color: 9331123.
HSL color Cylindrical-coordinate representation of color #B3618E: hue angle of 327.07º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B3618E is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 97 | 142 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.30 |
| HSL | 327.07º | 0.35% | 0.54% | - |
| HSV(B) | 327.07º | 0.46% | 0.7% | - |
| XYZ | 27.75 | 20.09 | 28.01 | - |
| YUV | 126.65 | 136.67 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 97 | 142 | 0 | 0.46 | 0.21 | 0.30 | 327.07 | 0.35 | 0.54 |
| Hex | B3 | 61 | 8E | 0 | 2E | 15 | 1E | 147 | 23 | 36 |
| Octal | 263 | 141 | 216 | 0 | 56 | 25 | 36 | 507 | 43 | 66 |
| Binary | 10110011 | 1100001 | 10001110 | 0 | 101110 | 10101 | 11110 | 101000111 | 100011 | 110110 |
Color Harmonies of #B3618E
Complementary color
Monochromatic Colors of #B3618E
Black with #B3618E
Text Example
Text Example
White with #B3618E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3618E; }
p { color: rgb(179,97,142); }
H1.HeaderClassName
{
color: #B3618E;
}
.AnyTagClassName
{
color: #B3618E;
}
</style>
background-color css
<style>
a { background-color: #B3618E; }
a { background-color: rgb(179,97,142); }
div.DivClassName
{
background-color: #B3618E;
}
.BgClassName
{
background-color: #B3618E;
}
</style>
border-color css
<style>
span { border-color: #B3618E; }
span { border-color: rgb(179,97,142); }
td.TdClassName
{
border-color: #B3618E;
}
.TagClassName
{
border-color: #B3618E;
}
</style>