Shades of Tapestry #B2647B
Tints of Tapestry #B2647B
RGB
CMYK
RGB Variations
Color information
#B2647B (or 0xB2647B) is known color: Tapestry. HEX triplet: B2, 64 and 7B. RGB value is (178,100,123). Sum of RGB (Red+Green+Blue) = 178+100+123=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B2647B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2647B is #4D9B84. Grayscale: #7D7D7D. Windows color (decimal): -5086085 or 8086706. OLE color: 8086706.
HSL color Cylindrical-coordinate representation of color #B2647B: hue angle of 342.31º 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 #B2647B is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 100 | 123 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.30 |
| HSL | 342.31º | 0.34% | 0.55% | - |
| HSV(B) | 342.31º | 0.44% | 0.7% | - |
| XYZ | 26.49 | 20.01 | 21.2 | - |
| YUV | 125.94 | 126.34 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 100 | 123 | 0 | 0.44 | 0.31 | 0.30 | 342.31 | 0.34 | 0.55 |
| Hex | B2 | 64 | 7B | 0 | 2C | 1F | 1E | 156 | 22 | 37 |
| Octal | 262 | 144 | 173 | 0 | 54 | 37 | 36 | 526 | 42 | 67 |
| Binary | 10110010 | 1100100 | 1111011 | 0 | 101100 | 11111 | 11110 | 101010110 | 100010 | 110111 |
Color Harmonies of #B2647B
Complementary color
Monochromatic Colors of #B2647B
Black with #B2647B
Text Example
Text Example
White with #B2647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2647B; }
p { color: rgb(178,100,123); }
H1.HeaderClassName
{
color: #B2647B;
}
.AnyTagClassName
{
color: #B2647B;
}
</style>
background-color css
<style>
a { background-color: #B2647B; }
a { background-color: rgb(178,100,123); }
div.DivClassName
{
background-color: #B2647B;
}
.BgClassName
{
background-color: #B2647B;
}
</style>
border-color css
<style>
span { border-color: #B2647B; }
span { border-color: rgb(178,100,123); }
td.TdClassName
{
border-color: #B2647B;
}
.TagClassName
{
border-color: #B2647B;
}
</style>