Shades of Tapestry #B2638E
Tints of Tapestry #B2638E
RGB
CMYK
RGB Variations
Color information
#B2638E (or 0xB2638E) is known color: Tapestry. HEX triplet: B2, 63 and 8E. RGB value is (178,99,142). Sum of RGB (Red+Green+Blue) = 178+99+142=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B2638E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2638E is #4D9C71. Grayscale: #7F7F7F. Windows color (decimal): -5086322 or 9331634. OLE color: 9331634.
HSL color Cylindrical-coordinate representation of color #B2638E: hue angle of 327.34º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2638E is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 99 | 142 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.30 |
| HSL | 327.34º | 0.34% | 0.54% | - |
| HSV(B) | 327.34º | 0.44% | 0.7% | - |
| XYZ | 27.7 | 20.34 | 28.06 | - |
| YUV | 127.52 | 136.17 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 99 | 142 | 0 | 0.44 | 0.20 | 0.30 | 327.34 | 0.34 | 0.54 |
| Hex | B2 | 63 | 8E | 0 | 2C | 14 | 1E | 147 | 22 | 36 |
| Octal | 262 | 143 | 216 | 0 | 54 | 24 | 36 | 507 | 42 | 66 |
| Binary | 10110010 | 1100011 | 10001110 | 0 | 101100 | 10100 | 11110 | 101000111 | 100010 | 110110 |
Color Harmonies of #B2638E
Complementary color
Monochromatic Colors of #B2638E
Black with #B2638E
Text Example
Text Example
White with #B2638E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2638E; }
p { color: rgb(178,99,142); }
H1.HeaderClassName
{
color: #B2638E;
}
.AnyTagClassName
{
color: #B2638E;
}
</style>
background-color css
<style>
a { background-color: #B2638E; }
a { background-color: rgb(178,99,142); }
div.DivClassName
{
background-color: #B2638E;
}
.BgClassName
{
background-color: #B2638E;
}
</style>
border-color css
<style>
span { border-color: #B2638E; }
span { border-color: rgb(178,99,142); }
td.TdClassName
{
border-color: #B2638E;
}
.TagClassName
{
border-color: #B2638E;
}
</style>