Shades of Tapestry #B45D84
Tints of Tapestry #B45D84
RGB
CMYK
RGB Variations
Color information
#B45D84 (or 0xB45D84) is known color: Tapestry. HEX triplet: B4, 5D and 84. RGB value is (180,93,132). Sum of RGB (Red+Green+Blue) = 180+93+132=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45D84 is #4BA27B. Grayscale: #7B7B7B. Windows color (decimal): -4956796 or 8674740. OLE color: 8674740.
HSL color Cylindrical-coordinate representation of color #B45D84: hue angle of 333.1º degrees, saturation: 0.37, 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 #B45D84 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 93 | 132 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.29 |
| HSL | 333.1º | 0.37% | 0.54% | - |
| HSV(B) | 333.1º | 0.48% | 0.71% | - |
| XYZ | 26.9 | 19.2 | 24.12 | - |
| YUV | 123.46 | 132.82 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 93 | 132 | 0 | 0.48 | 0.27 | 0.29 | 333.1 | 0.37 | 0.54 |
| Hex | B4 | 5D | 84 | 0 | 30 | 1B | 1D | 14D | 25 | 36 |
| Octal | 264 | 135 | 204 | 0 | 60 | 33 | 35 | 515 | 45 | 66 |
| Binary | 10110100 | 1011101 | 10000100 | 0 | 110000 | 11011 | 11101 | 101001101 | 100101 | 110110 |
Color Harmonies of #B45D84
Complementary color
Monochromatic Colors of #B45D84
Black with #B45D84
Text Example
Text Example
White with #B45D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45D84; }
p { color: rgb(180,93,132); }
H1.HeaderClassName
{
color: #B45D84;
}
.AnyTagClassName
{
color: #B45D84;
}
</style>
background-color css
<style>
a { background-color: #B45D84; }
a { background-color: rgb(180,93,132); }
div.DivClassName
{
background-color: #B45D84;
}
.BgClassName
{
background-color: #B45D84;
}
</style>
border-color css
<style>
span { border-color: #B45D84; }
span { border-color: rgb(180,93,132); }
td.TdClassName
{
border-color: #B45D84;
}
.TagClassName
{
border-color: #B45D84;
}
</style>