Shades of Tapestry #B4708C
Tints of Tapestry #B4708C
RGB
CMYK
RGB Variations
Color information
#B4708C (or 0xB4708C) is known color: Tapestry. HEX triplet: B4, 70 and 8C. RGB value is (180,112,140). Sum of RGB (Red+Green+Blue) = 180+112+140=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B4708C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4708C is #4B8F73. Grayscale: #878787. Windows color (decimal): -4951924 or 9203892. OLE color: 9203892.
HSL color Cylindrical-coordinate representation of color #B4708C: hue angle of 335.29º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B4708C is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 112 | 140 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.29 |
| HSL | 335.29º | 0.31% | 0.57% | - |
| HSV(B) | 335.29º | 0.38% | 0.71% | - |
| XYZ | 29.35 | 23.19 | 27.74 | - |
| YUV | 135.52 | 130.53 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 112 | 140 | 0 | 0.38 | 0.22 | 0.29 | 335.29 | 0.31 | 0.57 |
| Hex | B4 | 70 | 8C | 0 | 26 | 16 | 1D | 14F | 1F | 39 |
| Octal | 264 | 160 | 214 | 0 | 46 | 26 | 35 | 517 | 37 | 71 |
| Binary | 10110100 | 1110000 | 10001100 | 0 | 100110 | 10110 | 11101 | 101001111 | 11111 | 111001 |
Color Harmonies of #B4708C
Complementary color
Monochromatic Colors of #B4708C
Black with #B4708C
Text Example
Text Example
White with #B4708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4708C; }
p { color: rgb(180,112,140); }
H1.HeaderClassName
{
color: #B4708C;
}
.AnyTagClassName
{
color: #B4708C;
}
</style>
background-color css
<style>
a { background-color: #B4708C; }
a { background-color: rgb(180,112,140); }
div.DivClassName
{
background-color: #B4708C;
}
.BgClassName
{
background-color: #B4708C;
}
</style>
border-color css
<style>
span { border-color: #B4708C; }
span { border-color: rgb(180,112,140); }
td.TdClassName
{
border-color: #B4708C;
}
.TagClassName
{
border-color: #B4708C;
}
</style>