Shades of Tapestry #B4717E
Tints of Tapestry #B4717E
RGB
CMYK
RGB Variations
Color information
#B4717E (or 0xB4717E) is known color: Tapestry. HEX triplet: B4, 71 and 7E. RGB value is (180,113,126). Sum of RGB (Red+Green+Blue) = 180+113+126=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B4717E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4717E is #4B8E81. Grayscale: #868686. Windows color (decimal): -4951682 or 8286644. OLE color: 8286644.
HSL color Cylindrical-coordinate representation of color #B4717E: hue angle of 348.36º 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 #B4717E is Cyan = 0, Magento = 0.37, Yellow = 0.3 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 113 | 126 | - |
| CMYK | 0 | 0.37 | 0.3 | 0.29 |
| HSL | 348.36º | 0.31% | 0.57% | - |
| HSV(B) | 348.36º | 0.37% | 0.71% | - |
| XYZ | 28.49 | 23.02 | 22.68 | - |
| YUV | 134.52 | 123.2 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 113 | 126 | 0 | 0.37 | 0.3 | 0.29 | 348.36 | 0.31 | 0.57 |
| Hex | B4 | 71 | 7E | 0 | 25 | 1E | 1D | 15C | 1F | 39 |
| Octal | 264 | 161 | 176 | 0 | 45 | 36 | 35 | 534 | 37 | 71 |
| Binary | 10110100 | 1110001 | 1111110 | 0 | 100101 | 11110 | 11101 | 101011100 | 11111 | 111001 |
Color Harmonies of #B4717E
Complementary color
Monochromatic Colors of #B4717E
Black with #B4717E
Text Example
Text Example
White with #B4717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4717E; }
p { color: rgb(180,113,126); }
H1.HeaderClassName
{
color: #B4717E;
}
.AnyTagClassName
{
color: #B4717E;
}
</style>
background-color css
<style>
a { background-color: #B4717E; }
a { background-color: rgb(180,113,126); }
div.DivClassName
{
background-color: #B4717E;
}
.BgClassName
{
background-color: #B4717E;
}
</style>
border-color css
<style>
span { border-color: #B4717E; }
span { border-color: rgb(180,113,126); }
td.TdClassName
{
border-color: #B4717E;
}
.TagClassName
{
border-color: #B4717E;
}
</style>