Shades of Tapestry #B3637E
Tints of Tapestry #B3637E
RGB
CMYK
RGB Variations
Color information
#B3637E (or 0xB3637E) is known color: Tapestry. HEX triplet: B3, 63 and 7E. RGB value is (179,99,126). Sum of RGB (Red+Green+Blue) = 179+99+126=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 179 - color contains mainly: red. Hex color #B3637E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3637E is #4C9C81. Grayscale: #7D7D7D. Windows color (decimal): -5020802 or 8283059. OLE color: 8283059.
HSL color Cylindrical-coordinate representation of color #B3637E: hue angle of 339.75º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B3637E is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 99 | 126 | - |
| CMYK | 0 | 0.45 | 0.30 | 0.30 |
| HSL | 339.75º | 0.34% | 0.55% | - |
| HSV(B) | 339.75º | 0.45% | 0.7% | - |
| XYZ | 26.82 | 20.01 | 22.19 | - |
| YUV | 126 | 128 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 99 | 126 | 0 | 0.45 | 0.30 | 0.30 | 339.75 | 0.34 | 0.55 |
| Hex | B3 | 63 | 7E | 0 | 2D | 1E | 1E | 154 | 22 | 37 |
| Octal | 263 | 143 | 176 | 0 | 55 | 36 | 36 | 524 | 42 | 67 |
| Binary | 10110011 | 1100011 | 1111110 | 0 | 101101 | 11110 | 11110 | 101010100 | 100010 | 110111 |
Color Harmonies of #B3637E
Complementary color
Monochromatic Colors of #B3637E
Black with #B3637E
Text Example
Text Example
White with #B3637E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3637E; }
p { color: rgb(179,99,126); }
H1.HeaderClassName
{
color: #B3637E;
}
.AnyTagClassName
{
color: #B3637E;
}
</style>
background-color css
<style>
a { background-color: #B3637E; }
a { background-color: rgb(179,99,126); }
div.DivClassName
{
background-color: #B3637E;
}
.BgClassName
{
background-color: #B3637E;
}
</style>
border-color css
<style>
span { border-color: #B3637E; }
span { border-color: rgb(179,99,126); }
td.TdClassName
{
border-color: #B3637E;
}
.TagClassName
{
border-color: #B3637E;
}
</style>