Shades of Tapestry #B65E80
Tints of Tapestry #B65E80
RGB
CMYK
RGB Variations
Color information
#B65E80 (or 0xB65E80) is known color: Tapestry. HEX triplet: B6, 5E and 80. RGB value is (182,94,128). Sum of RGB (Red+Green+Blue) = 182+94+128=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 94 (37.11% from 255 or 23.27% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B65E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65E80 is #49A17F. Grayscale: #7C7C7C. Windows color (decimal): -4825472 or 8412854. OLE color: 8412854.
HSL color Cylindrical-coordinate representation of color #B65E80: hue angle of 336.82º 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 #B65E80 is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 94 | 128 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.29 |
| HSL | 336.82º | 0.38% | 0.54% | - |
| HSV(B) | 336.82º | 0.48% | 0.71% | - |
| XYZ | 27.19 | 19.51 | 22.75 | - |
| YUV | 124.19 | 130.15 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 94 | 128 | 0 | 0.48 | 0.30 | 0.29 | 336.82 | 0.38 | 0.54 |
| Hex | B6 | 5E | 80 | 0 | 30 | 1E | 1D | 151 | 26 | 36 |
| Octal | 266 | 136 | 200 | 0 | 60 | 36 | 35 | 521 | 46 | 66 |
| Binary | 10110110 | 1011110 | 10000000 | 0 | 110000 | 11110 | 11101 | 101010001 | 100110 | 110110 |
Color Harmonies of #B65E80
Complementary color
Monochromatic Colors of #B65E80
Black with #B65E80
Text Example
Text Example
White with #B65E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65E80; }
p { color: rgb(182,94,128); }
H1.HeaderClassName
{
color: #B65E80;
}
.AnyTagClassName
{
color: #B65E80;
}
</style>
background-color css
<style>
a { background-color: #B65E80; }
a { background-color: rgb(182,94,128); }
div.DivClassName
{
background-color: #B65E80;
}
.BgClassName
{
background-color: #B65E80;
}
</style>
border-color css
<style>
span { border-color: #B65E80; }
span { border-color: rgb(182,94,128); }
td.TdClassName
{
border-color: #B65E80;
}
.TagClassName
{
border-color: #B65E80;
}
</style>