Shades of Tapestry #B3608C
Tints of Tapestry #B3608C
RGB
CMYK
RGB Variations
Color information
#B3608C (or 0xB3608C) is known color: Tapestry. HEX triplet: B3, 60 and 8C. RGB value is (179,96,140). Sum of RGB (Red+Green+Blue) = 179+96+140=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 179 - color contains mainly: red. Hex color #B3608C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3608C is #4C9F73. Grayscale: #7D7D7D. Windows color (decimal): -5021556 or 9199795. OLE color: 9199795.
HSL color Cylindrical-coordinate representation of color #B3608C: hue angle of 328.19º 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 #B3608C is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 96 | 140 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.30 |
| HSL | 328.19º | 0.35% | 0.54% | - |
| HSV(B) | 328.19º | 0.46% | 0.7% | - |
| XYZ | 27.51 | 19.84 | 27.19 | - |
| YUV | 125.83 | 136 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 96 | 140 | 0 | 0.46 | 0.22 | 0.30 | 328.19 | 0.35 | 0.54 |
| Hex | B3 | 60 | 8C | 0 | 2E | 16 | 1E | 148 | 23 | 36 |
| Octal | 263 | 140 | 214 | 0 | 56 | 26 | 36 | 510 | 43 | 66 |
| Binary | 10110011 | 1100000 | 10001100 | 0 | 101110 | 10110 | 11110 | 101001000 | 100011 | 110110 |
Color Harmonies of #B3608C
Complementary color
Monochromatic Colors of #B3608C
Black with #B3608C
Text Example
Text Example
White with #B3608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3608C; }
p { color: rgb(179,96,140); }
H1.HeaderClassName
{
color: #B3608C;
}
.AnyTagClassName
{
color: #B3608C;
}
</style>
background-color css
<style>
a { background-color: #B3608C; }
a { background-color: rgb(179,96,140); }
div.DivClassName
{
background-color: #B3608C;
}
.BgClassName
{
background-color: #B3608C;
}
</style>
border-color css
<style>
span { border-color: #B3608C; }
span { border-color: rgb(179,96,140); }
td.TdClassName
{
border-color: #B3608C;
}
.TagClassName
{
border-color: #B3608C;
}
</style>