Shades of Tapestry #B4717F
Tints of Tapestry #B4717F
RGB
CMYK
RGB Variations
Color information
#B4717F (or 0xB4717F) is known color: Tapestry. HEX triplet: B4, 71 and 7F. RGB value is (180,113,127). Sum of RGB (Red+Green+Blue) = 180+113+127=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B4717F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4717F is #4B8E80. Grayscale: #868686. Windows color (decimal): -4951681 or 8352180. OLE color: 8352180.
HSL color Cylindrical-coordinate representation of color #B4717F: hue angle of 347.46º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B4717F is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 113 | 127 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.29 |
| HSL | 347.46º | 0.31% | 0.57% | - |
| HSV(B) | 347.46º | 0.37% | 0.71% | - |
| XYZ | 28.56 | 23.05 | 23.02 | - |
| YUV | 134.63 | 123.7 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 113 | 127 | 0 | 0.37 | 0.29 | 0.29 | 347.46 | 0.31 | 0.57 |
| Hex | B4 | 71 | 7F | 0 | 25 | 1D | 1D | 15B | 1F | 39 |
| Octal | 264 | 161 | 177 | 0 | 45 | 35 | 35 | 533 | 37 | 71 |
| Binary | 10110100 | 1110001 | 1111111 | 0 | 100101 | 11101 | 11101 | 101011011 | 11111 | 111001 |
Color Harmonies of #B4717F
Complementary color
Monochromatic Colors of #B4717F
Black with #B4717F
Text Example
Text Example
White with #B4717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4717F; }
p { color: rgb(180,113,127); }
H1.HeaderClassName
{
color: #B4717F;
}
.AnyTagClassName
{
color: #B4717F;
}
</style>
background-color css
<style>
a { background-color: #B4717F; }
a { background-color: rgb(180,113,127); }
div.DivClassName
{
background-color: #B4717F;
}
.BgClassName
{
background-color: #B4717F;
}
</style>
border-color css
<style>
span { border-color: #B4717F; }
span { border-color: rgb(180,113,127); }
td.TdClassName
{
border-color: #B4717F;
}
.TagClassName
{
border-color: #B4717F;
}
</style>