Shades of Tapestry #B3607E
Tints of Tapestry #B3607E
RGB
CMYK
RGB Variations
Color information
#B3607E (or 0xB3607E) is known color: Tapestry. HEX triplet: B3, 60 and 7E. RGB value is (179,96,126). Sum of RGB (Red+Green+Blue) = 179+96+126=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B3607E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3607E is #4C9F81. Grayscale: #7C7C7C. Windows color (decimal): -5021570 or 8282291. OLE color: 8282291.
HSL color Cylindrical-coordinate representation of color #B3607E: hue angle of 338.31º 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 #B3607E is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 96 | 126 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.30 |
| HSL | 338.31º | 0.35% | 0.54% | - |
| HSV(B) | 338.31º | 0.46% | 0.7% | - |
| XYZ | 26.54 | 19.46 | 22.1 | - |
| YUV | 124.24 | 129 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 96 | 126 | 0 | 0.46 | 0.30 | 0.30 | 338.31 | 0.35 | 0.54 |
| Hex | B3 | 60 | 7E | 0 | 2E | 1E | 1E | 152 | 23 | 36 |
| Octal | 263 | 140 | 176 | 0 | 56 | 36 | 36 | 522 | 43 | 66 |
| Binary | 10110011 | 1100000 | 1111110 | 0 | 101110 | 11110 | 11110 | 101010010 | 100011 | 110110 |
Color Harmonies of #B3607E
Complementary color
Monochromatic Colors of #B3607E
Black with #B3607E
Text Example
Text Example
White with #B3607E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3607E; }
p { color: rgb(179,96,126); }
H1.HeaderClassName
{
color: #B3607E;
}
.AnyTagClassName
{
color: #B3607E;
}
</style>
background-color css
<style>
a { background-color: #B3607E; }
a { background-color: rgb(179,96,126); }
div.DivClassName
{
background-color: #B3607E;
}
.BgClassName
{
background-color: #B3607E;
}
</style>
border-color css
<style>
span { border-color: #B3607E; }
span { border-color: rgb(179,96,126); }
td.TdClassName
{
border-color: #B3607E;
}
.TagClassName
{
border-color: #B3607E;
}
</style>