Shades of Tapestry #B3658B
Tints of Tapestry #B3658B
RGB
CMYK
RGB Variations
Color information
#B3658B (or 0xB3658B) is known color: Tapestry. HEX triplet: B3, 65 and 8B. RGB value is (179,101,139). Sum of RGB (Red+Green+Blue) = 179+101+139=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 179 - color contains mainly: red. Hex color #B3658B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3658B is #4C9A74. Grayscale: #808080. Windows color (decimal): -5020277 or 9135539. OLE color: 9135539.
HSL color Cylindrical-coordinate representation of color #B3658B: hue angle of 330.77º 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 #B3658B is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 101 | 139 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.30 |
| HSL | 330.77º | 0.34% | 0.55% | - |
| HSV(B) | 330.77º | 0.44% | 0.7% | - |
| XYZ | 27.9 | 20.76 | 26.96 | - |
| YUV | 128.65 | 133.84 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 101 | 139 | 0 | 0.44 | 0.22 | 0.30 | 330.77 | 0.34 | 0.55 |
| Hex | B3 | 65 | 8B | 0 | 2C | 16 | 1E | 14B | 22 | 37 |
| Octal | 263 | 145 | 213 | 0 | 54 | 26 | 36 | 513 | 42 | 67 |
| Binary | 10110011 | 1100101 | 10001011 | 0 | 101100 | 10110 | 11110 | 101001011 | 100010 | 110111 |
Color Harmonies of #B3658B
Complementary color
Monochromatic Colors of #B3658B
Black with #B3658B
Text Example
Text Example
White with #B3658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3658B; }
p { color: rgb(179,101,139); }
H1.HeaderClassName
{
color: #B3658B;
}
.AnyTagClassName
{
color: #B3658B;
}
</style>
background-color css
<style>
a { background-color: #B3658B; }
a { background-color: rgb(179,101,139); }
div.DivClassName
{
background-color: #B3658B;
}
.BgClassName
{
background-color: #B3658B;
}
</style>
border-color css
<style>
span { border-color: #B3658B; }
span { border-color: rgb(179,101,139); }
td.TdClassName
{
border-color: #B3658B;
}
.TagClassName
{
border-color: #B3658B;
}
</style>