Shades of Tapestry #B4728E
Tints of Tapestry #B4728E
RGB
CMYK
RGB Variations
Color information
#B4728E (or 0xB4728E) is known color: Tapestry. HEX triplet: B4, 72 and 8E. RGB value is (180,114,142). Sum of RGB (Red+Green+Blue) = 180+114+142=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B4728E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4728E is #4B8D71. Grayscale: #888888. Windows color (decimal): -4951410 or 9335476. OLE color: 9335476.
HSL color Cylindrical-coordinate representation of color #B4728E: hue angle of 334.55º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B4728E is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 114 | 142 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.29 |
| HSL | 334.55º | 0.31% | 0.58% | - |
| HSV(B) | 334.55º | 0.37% | 0.71% | - |
| XYZ | 29.72 | 23.69 | 28.6 | - |
| YUV | 136.93 | 130.87 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 114 | 142 | 0 | 0.37 | 0.21 | 0.29 | 334.55 | 0.31 | 0.58 |
| Hex | B4 | 72 | 8E | 0 | 25 | 15 | 1D | 14F | 1F | 3A |
| Octal | 264 | 162 | 216 | 0 | 45 | 25 | 35 | 517 | 37 | 72 |
| Binary | 10110100 | 1110010 | 10001110 | 0 | 100101 | 10101 | 11101 | 101001111 | 11111 | 111010 |
Color Harmonies of #B4728E
Complementary color
Monochromatic Colors of #B4728E
Black with #B4728E
Text Example
Text Example
White with #B4728E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4728E; }
p { color: rgb(180,114,142); }
H1.HeaderClassName
{
color: #B4728E;
}
.AnyTagClassName
{
color: #B4728E;
}
</style>
background-color css
<style>
a { background-color: #B4728E; }
a { background-color: rgb(180,114,142); }
div.DivClassName
{
background-color: #B4728E;
}
.BgClassName
{
background-color: #B4728E;
}
</style>
border-color css
<style>
span { border-color: #B4728E; }
span { border-color: rgb(180,114,142); }
td.TdClassName
{
border-color: #B4728E;
}
.TagClassName
{
border-color: #B4728E;
}
</style>