Shades of Tapestry #B2617B
Tints of Tapestry #B2617B
RGB
CMYK
RGB Variations
Color information
#B2617B (or 0xB2617B) is known color: Tapestry. HEX triplet: B2, 61 and 7B. RGB value is (178,97,123). Sum of RGB (Red+Green+Blue) = 178+97+123=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B2617B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2617B is #4D9E84. Grayscale: #7C7C7C. Windows color (decimal): -5086853 or 8085938. OLE color: 8085938.
HSL color Cylindrical-coordinate representation of color #B2617B: hue angle of 340.74º 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 #B2617B is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 97 | 123 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.30 |
| HSL | 340.74º | 0.34% | 0.54% | - |
| HSV(B) | 340.74º | 0.46% | 0.7% | - |
| XYZ | 26.21 | 19.44 | 21.11 | - |
| YUV | 124.18 | 127.34 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 97 | 123 | 0 | 0.46 | 0.31 | 0.30 | 340.74 | 0.34 | 0.54 |
| Hex | B2 | 61 | 7B | 0 | 2E | 1F | 1E | 155 | 22 | 36 |
| Octal | 262 | 141 | 173 | 0 | 56 | 37 | 36 | 525 | 42 | 66 |
| Binary | 10110010 | 1100001 | 1111011 | 0 | 101110 | 11111 | 11110 | 101010101 | 100010 | 110110 |
Color Harmonies of #B2617B
Complementary color
Monochromatic Colors of #B2617B
Black with #B2617B
Text Example
Text Example
White with #B2617B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2617B; }
p { color: rgb(178,97,123); }
H1.HeaderClassName
{
color: #B2617B;
}
.AnyTagClassName
{
color: #B2617B;
}
</style>
background-color css
<style>
a { background-color: #B2617B; }
a { background-color: rgb(178,97,123); }
div.DivClassName
{
background-color: #B2617B;
}
.BgClassName
{
background-color: #B2617B;
}
</style>
border-color css
<style>
span { border-color: #B2617B; }
span { border-color: rgb(178,97,123); }
td.TdClassName
{
border-color: #B2617B;
}
.TagClassName
{
border-color: #B2617B;
}
</style>