Shades of Tapestry #B2647D
Tints of Tapestry #B2647D
RGB
CMYK
RGB Variations
Color information
#B2647D (or 0xB2647D) is known color: Tapestry. HEX triplet: B2, 64 and 7D. RGB value is (178,100,125). Sum of RGB (Red+Green+Blue) = 178+100+125=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B2647D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2647D is #4D9B82. Grayscale: #7E7E7E. Windows color (decimal): -5086083 or 8217778. OLE color: 8217778.
HSL color Cylindrical-coordinate representation of color #B2647D: hue angle of 340.77º 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 #B2647D is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 100 | 125 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.30 |
| HSL | 340.77º | 0.34% | 0.55% | - |
| HSV(B) | 340.77º | 0.44% | 0.7% | - |
| XYZ | 26.62 | 20.06 | 21.87 | - |
| YUV | 126.17 | 127.34 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 100 | 125 | 0 | 0.44 | 0.30 | 0.30 | 340.77 | 0.34 | 0.55 |
| Hex | B2 | 64 | 7D | 0 | 2C | 1E | 1E | 155 | 22 | 37 |
| Octal | 262 | 144 | 175 | 0 | 54 | 36 | 36 | 525 | 42 | 67 |
| Binary | 10110010 | 1100100 | 1111101 | 0 | 101100 | 11110 | 11110 | 101010101 | 100010 | 110111 |
Color Harmonies of #B2647D
Complementary color
Monochromatic Colors of #B2647D
Black with #B2647D
Text Example
Text Example
White with #B2647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2647D; }
p { color: rgb(178,100,125); }
H1.HeaderClassName
{
color: #B2647D;
}
.AnyTagClassName
{
color: #B2647D;
}
</style>
background-color css
<style>
a { background-color: #B2647D; }
a { background-color: rgb(178,100,125); }
div.DivClassName
{
background-color: #B2647D;
}
.BgClassName
{
background-color: #B2647D;
}
</style>
border-color css
<style>
span { border-color: #B2647D; }
span { border-color: rgb(178,100,125); }
td.TdClassName
{
border-color: #B2647D;
}
.TagClassName
{
border-color: #B2647D;
}
</style>