Shades of Tapestry #B3767E
Tints of Tapestry #B3767E
RGB
CMYK
RGB Variations
Color information
#B3767E (or 0xB3767E) is known color: Tapestry. HEX triplet: B3, 76 and 7E. RGB value is (179,118,126). Sum of RGB (Red+Green+Blue) = 179+118+126=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B3767E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3767E is #4C8981. Grayscale: #898989. Windows color (decimal): -5015938 or 8287923. OLE color: 8287923.
HSL color Cylindrical-coordinate representation of color #B3767E: hue angle of 352.13º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B3767E is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 118 | 126 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.30 |
| HSL | 352.13º | 0.29% | 0.58% | - |
| HSV(B) | 352.13º | 0.34% | 0.7% | - |
| XYZ | 28.83 | 24.05 | 22.86 | - |
| YUV | 137.15 | 121.71 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 118 | 126 | 0 | 0.34 | 0.30 | 0.30 | 352.13 | 0.29 | 0.58 |
| Hex | B3 | 76 | 7E | 0 | 22 | 1E | 1E | 160 | 1D | 3A |
| Octal | 263 | 166 | 176 | 0 | 42 | 36 | 36 | 540 | 35 | 72 |
| Binary | 10110011 | 1110110 | 1111110 | 0 | 100010 | 11110 | 11110 | 101100000 | 11101 | 111010 |
Color Harmonies of #B3767E
Complementary color
Monochromatic Colors of #B3767E
Black with #B3767E
Text Example
Text Example
White with #B3767E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3767E; }
p { color: rgb(179,118,126); }
H1.HeaderClassName
{
color: #B3767E;
}
.AnyTagClassName
{
color: #B3767E;
}
</style>
background-color css
<style>
a { background-color: #B3767E; }
a { background-color: rgb(179,118,126); }
div.DivClassName
{
background-color: #B3767E;
}
.BgClassName
{
background-color: #B3767E;
}
</style>
border-color css
<style>
span { border-color: #B3767E; }
span { border-color: rgb(179,118,126); }
td.TdClassName
{
border-color: #B3767E;
}
.TagClassName
{
border-color: #B3767E;
}
</style>