Shades of Tapestry #B2647E
Tints of Tapestry #B2647E
RGB
CMYK
RGB Variations
Color information
#B2647E (or 0xB2647E) is known color: Tapestry. HEX triplet: B2, 64 and 7E. RGB value is (178,100,126). Sum of RGB (Red+Green+Blue) = 178+100+126=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B2647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2647E is #4D9B81. Grayscale: #7E7E7E. Windows color (decimal): -5086082 or 8283314. OLE color: 8283314.
HSL color Cylindrical-coordinate representation of color #B2647E: hue angle of 340º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2647E is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 100 | 126 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.30 |
| HSL | 340º | 0.34% | 0.55% | - |
| HSV(B) | 340º | 0.44% | 0.7% | - |
| XYZ | 26.68 | 20.09 | 22.21 | - |
| YUV | 126.29 | 127.84 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 100 | 126 | 0 | 0.44 | 0.29 | 0.30 | 340 | 0.34 | 0.55 |
| Hex | B2 | 64 | 7E | 0 | 2C | 1D | 1E | 154 | 22 | 37 |
| Octal | 262 | 144 | 176 | 0 | 54 | 35 | 36 | 524 | 42 | 67 |
| Binary | 10110010 | 1100100 | 1111110 | 0 | 101100 | 11101 | 11110 | 101010100 | 100010 | 110111 |
Color Harmonies of #B2647E
Complementary color
Monochromatic Colors of #B2647E
Black with #B2647E
Text Example
Text Example
White with #B2647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2647E; }
p { color: rgb(178,100,126); }
H1.HeaderClassName
{
color: #B2647E;
}
.AnyTagClassName
{
color: #B2647E;
}
</style>
background-color css
<style>
a { background-color: #B2647E; }
a { background-color: rgb(178,100,126); }
div.DivClassName
{
background-color: #B2647E;
}
.BgClassName
{
background-color: #B2647E;
}
</style>
border-color css
<style>
span { border-color: #B2647E; }
span { border-color: rgb(178,100,126); }
td.TdClassName
{
border-color: #B2647E;
}
.TagClassName
{
border-color: #B2647E;
}
</style>