Shades of Tapestry #B4758D
Tints of Tapestry #B4758D
RGB
CMYK
RGB Variations
Color information
#B4758D (or 0xB4758D) is known color: Tapestry. HEX triplet: B4, 75 and 8D. RGB value is (180,117,141). Sum of RGB (Red+Green+Blue) = 180+117+141=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B4758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4758D is #4B8A72. Grayscale: #8A8A8A. Windows color (decimal): -4950643 or 9270708. OLE color: 9270708.
HSL color Cylindrical-coordinate representation of color #B4758D: hue angle of 337.14º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B4758D is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 117 | 141 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.29 |
| HSL | 337.14º | 0.3% | 0.58% | - |
| HSV(B) | 337.14º | 0.35% | 0.71% | - |
| XYZ | 29.99 | 24.35 | 28.32 | - |
| YUV | 138.57 | 129.37 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 117 | 141 | 0 | 0.35 | 0.22 | 0.29 | 337.14 | 0.3 | 0.58 |
| Hex | B4 | 75 | 8D | 0 | 23 | 16 | 1D | 151 | 1E | 3A |
| Octal | 264 | 165 | 215 | 0 | 43 | 26 | 35 | 521 | 36 | 72 |
| Binary | 10110100 | 1110101 | 10001101 | 0 | 100011 | 10110 | 11101 | 101010001 | 11110 | 111010 |
Color Harmonies of #B4758D
Complementary color
Monochromatic Colors of #B4758D
Black with #B4758D
Text Example
Text Example
White with #B4758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4758D; }
p { color: rgb(180,117,141); }
H1.HeaderClassName
{
color: #B4758D;
}
.AnyTagClassName
{
color: #B4758D;
}
</style>
background-color css
<style>
a { background-color: #B4758D; }
a { background-color: rgb(180,117,141); }
div.DivClassName
{
background-color: #B4758D;
}
.BgClassName
{
background-color: #B4758D;
}
</style>
border-color css
<style>
span { border-color: #B4758D; }
span { border-color: rgb(180,117,141); }
td.TdClassName
{
border-color: #B4758D;
}
.TagClassName
{
border-color: #B4758D;
}
</style>