Shades of Tapestry #B2617E
Tints of Tapestry #B2617E
RGB
CMYK
RGB Variations
Color information
#B2617E (or 0xB2617E) is known color: Tapestry. HEX triplet: B2, 61 and 7E. RGB value is (178,97,126). Sum of RGB (Red+Green+Blue) = 178+97+126=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B2617E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2617E is #4D9E81. Grayscale: #7C7C7C. Windows color (decimal): -5086850 or 8282546. OLE color: 8282546.
HSL color Cylindrical-coordinate representation of color #B2617E: hue angle of 338.52º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2617E is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 97 | 126 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.30 |
| HSL | 338.52º | 0.34% | 0.54% | - |
| HSV(B) | 338.52º | 0.46% | 0.7% | - |
| XYZ | 26.4 | 19.52 | 22.12 | - |
| YUV | 124.53 | 128.84 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 97 | 126 | 0 | 0.46 | 0.29 | 0.30 | 338.52 | 0.34 | 0.54 |
| Hex | B2 | 61 | 7E | 0 | 2E | 1D | 1E | 153 | 22 | 36 |
| Octal | 262 | 141 | 176 | 0 | 56 | 35 | 36 | 523 | 42 | 66 |
| Binary | 10110010 | 1100001 | 1111110 | 0 | 101110 | 11101 | 11110 | 101010011 | 100010 | 110110 |
Color Harmonies of #B2617E
Complementary color
Monochromatic Colors of #B2617E
Black with #B2617E
Text Example
Text Example
White with #B2617E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2617E; }
p { color: rgb(178,97,126); }
H1.HeaderClassName
{
color: #B2617E;
}
.AnyTagClassName
{
color: #B2617E;
}
</style>
background-color css
<style>
a { background-color: #B2617E; }
a { background-color: rgb(178,97,126); }
div.DivClassName
{
background-color: #B2617E;
}
.BgClassName
{
background-color: #B2617E;
}
</style>
border-color css
<style>
span { border-color: #B2617E; }
span { border-color: rgb(178,97,126); }
td.TdClassName
{
border-color: #B2617E;
}
.TagClassName
{
border-color: #B2617E;
}
</style>