Shades of Tapestry #B3737C
Tints of Tapestry #B3737C
RGB
CMYK
RGB Variations
Color information
#B3737C (or 0xB3737C) is known color: Tapestry. HEX triplet: B3, 73 and 7C. RGB value is (179,115,124). Sum of RGB (Red+Green+Blue) = 179+115+124=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 179 - color contains mainly: red. Hex color #B3737C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3737C is #4C8C83. Grayscale: #878787. Windows color (decimal): -5016708 or 8156083. OLE color: 8156083.
HSL color Cylindrical-coordinate representation of color #B3737C: hue angle of 351.56º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B3737C is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 115 | 124 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.30 |
| HSL | 351.56º | 0.3% | 0.58% | - |
| HSV(B) | 351.56º | 0.36% | 0.7% | - |
| XYZ | 28.36 | 23.3 | 22.07 | - |
| YUV | 135.16 | 121.7 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 115 | 124 | 0 | 0.36 | 0.31 | 0.30 | 351.56 | 0.3 | 0.58 |
| Hex | B3 | 73 | 7C | 0 | 24 | 1F | 1E | 160 | 1E | 3A |
| Octal | 263 | 163 | 174 | 0 | 44 | 37 | 36 | 540 | 36 | 72 |
| Binary | 10110011 | 1110011 | 1111100 | 0 | 100100 | 11111 | 11110 | 101100000 | 11110 | 111010 |
Color Harmonies of #B3737C
Complementary color
Monochromatic Colors of #B3737C
Black with #B3737C
Text Example
Text Example
White with #B3737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3737C; }
p { color: rgb(179,115,124); }
H1.HeaderClassName
{
color: #B3737C;
}
.AnyTagClassName
{
color: #B3737C;
}
</style>
background-color css
<style>
a { background-color: #B3737C; }
a { background-color: rgb(179,115,124); }
div.DivClassName
{
background-color: #B3737C;
}
.BgClassName
{
background-color: #B3737C;
}
</style>
border-color css
<style>
span { border-color: #B3737C; }
span { border-color: rgb(179,115,124); }
td.TdClassName
{
border-color: #B3737C;
}
.TagClassName
{
border-color: #B3737C;
}
</style>