Shades of Tapestry #B3607D
Tints of Tapestry #B3607D
RGB
CMYK
RGB Variations
Color information
#B3607D (or 0xB3607D) is known color: Tapestry. HEX triplet: B3, 60 and 7D. RGB value is (179,96,125). Sum of RGB (Red+Green+Blue) = 179+96+125=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B3607D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3607D is #4C9F82. Grayscale: #7C7C7C. Windows color (decimal): -5021571 or 8216755. OLE color: 8216755.
HSL color Cylindrical-coordinate representation of color #B3607D: hue angle of 339.04º 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 #B3607D is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 96 | 125 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.30 |
| HSL | 339.04º | 0.35% | 0.54% | - |
| HSV(B) | 339.04º | 0.46% | 0.7% | - |
| XYZ | 26.47 | 19.43 | 21.76 | - |
| YUV | 124.12 | 128.5 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 96 | 125 | 0 | 0.46 | 0.30 | 0.30 | 339.04 | 0.35 | 0.54 |
| Hex | B3 | 60 | 7D | 0 | 2E | 1E | 1E | 153 | 23 | 36 |
| Octal | 263 | 140 | 175 | 0 | 56 | 36 | 36 | 523 | 43 | 66 |
| Binary | 10110011 | 1100000 | 1111101 | 0 | 101110 | 11110 | 11110 | 101010011 | 100011 | 110110 |
Color Harmonies of #B3607D
Complementary color
Monochromatic Colors of #B3607D
Black with #B3607D
Text Example
Text Example
White with #B3607D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3607D; }
p { color: rgb(179,96,125); }
H1.HeaderClassName
{
color: #B3607D;
}
.AnyTagClassName
{
color: #B3607D;
}
</style>
background-color css
<style>
a { background-color: #B3607D; }
a { background-color: rgb(179,96,125); }
div.DivClassName
{
background-color: #B3607D;
}
.BgClassName
{
background-color: #B3607D;
}
</style>
border-color css
<style>
span { border-color: #B3607D; }
span { border-color: rgb(179,96,125); }
td.TdClassName
{
border-color: #B3607D;
}
.TagClassName
{
border-color: #B3607D;
}
</style>