Shades of Tapestry #B4728F
Tints of Tapestry #B4728F
RGB
CMYK
RGB Variations
Color information
#B4728F (or 0xB4728F) is known color: Tapestry. HEX triplet: B4, 72 and 8F. RGB value is (180,114,143). Sum of RGB (Red+Green+Blue) = 180+114+143=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B4728F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4728F is #4B8D70. Grayscale: #888888. Windows color (decimal): -4951409 or 9401012. OLE color: 9401012.
HSL color Cylindrical-coordinate representation of color #B4728F: hue angle of 333.64º 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 #B4728F is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 114 | 143 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.29 |
| HSL | 333.64º | 0.31% | 0.58% | - |
| HSV(B) | 333.64º | 0.37% | 0.71% | - |
| XYZ | 29.8 | 23.72 | 28.99 | - |
| YUV | 137.04 | 131.37 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 114 | 143 | 0 | 0.37 | 0.21 | 0.29 | 333.64 | 0.31 | 0.58 |
| Hex | B4 | 72 | 8F | 0 | 25 | 15 | 1D | 14E | 1F | 3A |
| Octal | 264 | 162 | 217 | 0 | 45 | 25 | 35 | 516 | 37 | 72 |
| Binary | 10110100 | 1110010 | 10001111 | 0 | 100101 | 10101 | 11101 | 101001110 | 11111 | 111010 |
Color Harmonies of #B4728F
Complementary color
Monochromatic Colors of #B4728F
Black with #B4728F
Text Example
Text Example
White with #B4728F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4728F; }
p { color: rgb(180,114,143); }
H1.HeaderClassName
{
color: #B4728F;
}
.AnyTagClassName
{
color: #B4728F;
}
</style>
background-color css
<style>
a { background-color: #B4728F; }
a { background-color: rgb(180,114,143); }
div.DivClassName
{
background-color: #B4728F;
}
.BgClassName
{
background-color: #B4728F;
}
</style>
border-color css
<style>
span { border-color: #B4728F; }
span { border-color: rgb(180,114,143); }
td.TdClassName
{
border-color: #B4728F;
}
.TagClassName
{
border-color: #B4728F;
}
</style>