Shades of Tapestry #B2638B
Tints of Tapestry #B2638B
RGB
CMYK
RGB Variations
Color information
#B2638B (or 0xB2638B) is known color: Tapestry. HEX triplet: B2, 63 and 8B. RGB value is (178,99,139). Sum of RGB (Red+Green+Blue) = 178+99+139=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B2638B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2638B is #4D9C74. Grayscale: #7F7F7F. Windows color (decimal): -5086325 or 9135026. OLE color: 9135026.
HSL color Cylindrical-coordinate representation of color #B2638B: hue angle of 329.62º 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 #B2638B is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 99 | 139 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.30 |
| HSL | 329.62º | 0.34% | 0.54% | - |
| HSV(B) | 329.62º | 0.44% | 0.7% | - |
| XYZ | 27.48 | 20.25 | 26.89 | - |
| YUV | 127.18 | 134.67 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 99 | 139 | 0 | 0.44 | 0.22 | 0.30 | 329.62 | 0.34 | 0.54 |
| Hex | B2 | 63 | 8B | 0 | 2C | 16 | 1E | 14A | 22 | 36 |
| Octal | 262 | 143 | 213 | 0 | 54 | 26 | 36 | 512 | 42 | 66 |
| Binary | 10110010 | 1100011 | 10001011 | 0 | 101100 | 10110 | 11110 | 101001010 | 100010 | 110110 |
Color Harmonies of #B2638B
Complementary color
Monochromatic Colors of #B2638B
Black with #B2638B
Text Example
Text Example
White with #B2638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2638B; }
p { color: rgb(178,99,139); }
H1.HeaderClassName
{
color: #B2638B;
}
.AnyTagClassName
{
color: #B2638B;
}
</style>
background-color css
<style>
a { background-color: #B2638B; }
a { background-color: rgb(178,99,139); }
div.DivClassName
{
background-color: #B2638B;
}
.BgClassName
{
background-color: #B2638B;
}
</style>
border-color css
<style>
span { border-color: #B2638B; }
span { border-color: rgb(178,99,139); }
td.TdClassName
{
border-color: #B2638B;
}
.TagClassName
{
border-color: #B2638B;
}
</style>