Shades of Tapestry #B3658F
Tints of Tapestry #B3658F
RGB
CMYK
RGB Variations
Color information
#B3658F (or 0xB3658F) is known color: Tapestry. HEX triplet: B3, 65 and 8F. RGB value is (179,101,143). Sum of RGB (Red+Green+Blue) = 179+101+143=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B3658F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3658F is #4C9A70. Grayscale: #818181. Windows color (decimal): -5020273 or 9397683. OLE color: 9397683.
HSL color Cylindrical-coordinate representation of color #B3658F: hue angle of 327.69º 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 #B3658F is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 101 | 143 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.30 |
| HSL | 327.69º | 0.34% | 0.55% | - |
| HSV(B) | 327.69º | 0.44% | 0.7% | - |
| XYZ | 28.2 | 20.87 | 28.53 | - |
| YUV | 129.11 | 135.84 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 101 | 143 | 0 | 0.44 | 0.20 | 0.30 | 327.69 | 0.34 | 0.55 |
| Hex | B3 | 65 | 8F | 0 | 2C | 14 | 1E | 148 | 22 | 37 |
| Octal | 263 | 145 | 217 | 0 | 54 | 24 | 36 | 510 | 42 | 67 |
| Binary | 10110011 | 1100101 | 10001111 | 0 | 101100 | 10100 | 11110 | 101001000 | 100010 | 110111 |
Color Harmonies of #B3658F
Complementary color
Monochromatic Colors of #B3658F
Black with #B3658F
Text Example
Text Example
White with #B3658F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3658F; }
p { color: rgb(179,101,143); }
H1.HeaderClassName
{
color: #B3658F;
}
.AnyTagClassName
{
color: #B3658F;
}
</style>
background-color css
<style>
a { background-color: #B3658F; }
a { background-color: rgb(179,101,143); }
div.DivClassName
{
background-color: #B3658F;
}
.BgClassName
{
background-color: #B3658F;
}
</style>
border-color css
<style>
span { border-color: #B3658F; }
span { border-color: rgb(179,101,143); }
td.TdClassName
{
border-color: #B3658F;
}
.TagClassName
{
border-color: #B3658F;
}
</style>