Shades of Tapestry #B45E7A
Tints of Tapestry #B45E7A
RGB
CMYK
RGB Variations
Color information
#B45E7A (or 0xB45E7A) is known color: Tapestry. HEX triplet: B4, 5E and 7A. RGB value is (180,94,122). Sum of RGB (Red+Green+Blue) = 180+94+122=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 180 - color contains mainly: red. Hex color #B45E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45E7A is #4BA185. Grayscale: #7A7A7A. Windows color (decimal): -4956550 or 8019636. OLE color: 8019636.
HSL color Cylindrical-coordinate representation of color #B45E7A: hue angle of 340.47º 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 #B45E7A is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 94 | 122 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.29 |
| HSL | 340.47º | 0.36% | 0.54% | - |
| HSV(B) | 340.47º | 0.48% | 0.71% | - |
| XYZ | 26.34 | 19.11 | 20.71 | - |
| YUV | 122.91 | 127.49 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 94 | 122 | 0 | 0.48 | 0.32 | 0.29 | 340.47 | 0.36 | 0.54 |
| Hex | B4 | 5E | 7A | 0 | 30 | 20 | 1D | 154 | 24 | 36 |
| Octal | 264 | 136 | 172 | 0 | 60 | 40 | 35 | 524 | 44 | 66 |
| Binary | 10110100 | 1011110 | 1111010 | 0 | 110000 | 100000 | 11101 | 101010100 | 100100 | 110110 |
Color Harmonies of #B45E7A
Complementary color
Monochromatic Colors of #B45E7A
Black with #B45E7A
Text Example
Text Example
White with #B45E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45E7A; }
p { color: rgb(180,94,122); }
H1.HeaderClassName
{
color: #B45E7A;
}
.AnyTagClassName
{
color: #B45E7A;
}
</style>
background-color css
<style>
a { background-color: #B45E7A; }
a { background-color: rgb(180,94,122); }
div.DivClassName
{
background-color: #B45E7A;
}
.BgClassName
{
background-color: #B45E7A;
}
</style>
border-color css
<style>
span { border-color: #B45E7A; }
span { border-color: rgb(180,94,122); }
td.TdClassName
{
border-color: #B45E7A;
}
.TagClassName
{
border-color: #B45E7A;
}
</style>