Shades of Tapestry #B4758A
Tints of Tapestry #B4758A
RGB
CMYK
RGB Variations
Color information
#B4758A (or 0xB4758A) is known color: Tapestry. HEX triplet: B4, 75 and 8A. RGB value is (180,117,138). Sum of RGB (Red+Green+Blue) = 180+117+138=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B4758A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4758A is #4B8A75. Grayscale: #8A8A8A. Windows color (decimal): -4950646 or 9074100. OLE color: 9074100.
HSL color Cylindrical-coordinate representation of color #B4758A: hue angle of 340º 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 #B4758A is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 117 | 138 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.29 |
| HSL | 340º | 0.3% | 0.58% | - |
| HSV(B) | 340º | 0.35% | 0.71% | - |
| XYZ | 29.77 | 24.26 | 27.16 | - |
| YUV | 138.23 | 127.87 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 117 | 138 | 0 | 0.35 | 0.23 | 0.29 | 340 | 0.3 | 0.58 |
| Hex | B4 | 75 | 8A | 0 | 23 | 17 | 1D | 154 | 1E | 3A |
| Octal | 264 | 165 | 212 | 0 | 43 | 27 | 35 | 524 | 36 | 72 |
| Binary | 10110100 | 1110101 | 10001010 | 0 | 100011 | 10111 | 11101 | 101010100 | 11110 | 111010 |
Color Harmonies of #B4758A
Complementary color
Monochromatic Colors of #B4758A
Black with #B4758A
Text Example
Text Example
White with #B4758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4758A; }
p { color: rgb(180,117,138); }
H1.HeaderClassName
{
color: #B4758A;
}
.AnyTagClassName
{
color: #B4758A;
}
</style>
background-color css
<style>
a { background-color: #B4758A; }
a { background-color: rgb(180,117,138); }
div.DivClassName
{
background-color: #B4758A;
}
.BgClassName
{
background-color: #B4758A;
}
</style>
border-color css
<style>
span { border-color: #B4758A; }
span { border-color: rgb(180,117,138); }
td.TdClassName
{
border-color: #B4758A;
}
.TagClassName
{
border-color: #B4758A;
}
</style>