Shades of Tapestry #B45E82
Tints of Tapestry #B45E82
RGB
CMYK
RGB Variations
Color information
#B45E82 (or 0xB45E82) is known color: Tapestry. HEX triplet: B4, 5E and 82. RGB value is (180,94,130). Sum of RGB (Red+Green+Blue) = 180+94+130=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 94 (37.11% from 255 or 23.27% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B45E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45E82 is #4BA17D. Grayscale: #7B7B7B. Windows color (decimal): -4956542 or 8543924. OLE color: 8543924.
HSL color Cylindrical-coordinate representation of color #B45E82: hue angle of 334.88º degrees, saturation: 0.36, 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 #B45E82 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 94 | 130 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.29 |
| HSL | 334.88º | 0.36% | 0.54% | - |
| HSV(B) | 334.88º | 0.48% | 0.71% | - |
| XYZ | 26.85 | 19.32 | 23.43 | - |
| YUV | 123.82 | 131.49 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 94 | 130 | 0 | 0.48 | 0.28 | 0.29 | 334.88 | 0.36 | 0.54 |
| Hex | B4 | 5E | 82 | 0 | 30 | 1C | 1D | 14F | 24 | 36 |
| Octal | 264 | 136 | 202 | 0 | 60 | 34 | 35 | 517 | 44 | 66 |
| Binary | 10110100 | 1011110 | 10000010 | 0 | 110000 | 11100 | 11101 | 101001111 | 100100 | 110110 |
Color Harmonies of #B45E82
Complementary color
Monochromatic Colors of #B45E82
Black with #B45E82
Text Example
Text Example
White with #B45E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45E82; }
p { color: rgb(180,94,130); }
H1.HeaderClassName
{
color: #B45E82;
}
.AnyTagClassName
{
color: #B45E82;
}
</style>
background-color css
<style>
a { background-color: #B45E82; }
a { background-color: rgb(180,94,130); }
div.DivClassName
{
background-color: #B45E82;
}
.BgClassName
{
background-color: #B45E82;
}
</style>
border-color css
<style>
span { border-color: #B45E82; }
span { border-color: rgb(180,94,130); }
td.TdClassName
{
border-color: #B45E82;
}
.TagClassName
{
border-color: #B45E82;
}
</style>