Shades of Tapestry #B65E84
Tints of Tapestry #B65E84
RGB
CMYK
RGB Variations
Color information
#B65E84 (or 0xB65E84) is known color: Tapestry. HEX triplet: B6, 5E and 84. RGB value is (182,94,132). Sum of RGB (Red+Green+Blue) = 182+94+132=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 182 - color contains mainly: red. Hex color #B65E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65E84 is #49A17B. Grayscale: #7C7C7C. Windows color (decimal): -4825468 or 8674998. OLE color: 8674998.
HSL color Cylindrical-coordinate representation of color #B65E84: hue angle of 334.09º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B65E84 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 94 | 132 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.29 |
| HSL | 334.09º | 0.38% | 0.54% | - |
| HSV(B) | 334.09º | 0.48% | 0.71% | - |
| XYZ | 27.46 | 19.62 | 24.17 | - |
| YUV | 124.64 | 132.15 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 94 | 132 | 0 | 0.48 | 0.27 | 0.29 | 334.09 | 0.38 | 0.54 |
| Hex | B6 | 5E | 84 | 0 | 30 | 1B | 1D | 14E | 26 | 36 |
| Octal | 266 | 136 | 204 | 0 | 60 | 33 | 35 | 516 | 46 | 66 |
| Binary | 10110110 | 1011110 | 10000100 | 0 | 110000 | 11011 | 11101 | 101001110 | 100110 | 110110 |
Color Harmonies of #B65E84
Complementary color
Monochromatic Colors of #B65E84
Black with #B65E84
Text Example
Text Example
White with #B65E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65E84; }
p { color: rgb(182,94,132); }
H1.HeaderClassName
{
color: #B65E84;
}
.AnyTagClassName
{
color: #B65E84;
}
</style>
background-color css
<style>
a { background-color: #B65E84; }
a { background-color: rgb(182,94,132); }
div.DivClassName
{
background-color: #B65E84;
}
.BgClassName
{
background-color: #B65E84;
}
</style>
border-color css
<style>
span { border-color: #B65E84; }
span { border-color: rgb(182,94,132); }
td.TdClassName
{
border-color: #B65E84;
}
.TagClassName
{
border-color: #B65E84;
}
</style>