Shades of Tapestry #B2717F
Tints of Tapestry #B2717F
RGB
CMYK
RGB Variations
Color information
#B2717F (or 0xB2717F) is known color: Tapestry. HEX triplet: B2, 71 and 7F. RGB value is (178,113,127). Sum of RGB (Red+Green+Blue) = 178+113+127=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B2717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2717F is #4D8E80. Grayscale: #868686. Windows color (decimal): -5082753 or 8352178. OLE color: 8352178.
HSL color Cylindrical-coordinate representation of color #B2717F: hue angle of 347.08º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B2717F is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 113 | 127 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.30 |
| HSL | 347.08º | 0.3% | 0.57% | - |
| HSV(B) | 347.08º | 0.37% | 0.7% | - |
| XYZ | 28.1 | 22.81 | 23 | - |
| YUV | 134.03 | 124.03 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 113 | 127 | 0 | 0.37 | 0.29 | 0.30 | 347.08 | 0.3 | 0.57 |
| Hex | B2 | 71 | 7F | 0 | 25 | 1D | 1E | 15B | 1E | 39 |
| Octal | 262 | 161 | 177 | 0 | 45 | 35 | 36 | 533 | 36 | 71 |
| Binary | 10110010 | 1110001 | 1111111 | 0 | 100101 | 11101 | 11110 | 101011011 | 11110 | 111001 |
Color Harmonies of #B2717F
Complementary color
Monochromatic Colors of #B2717F
Black with #B2717F
Text Example
Text Example
White with #B2717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2717F; }
p { color: rgb(178,113,127); }
H1.HeaderClassName
{
color: #B2717F;
}
.AnyTagClassName
{
color: #B2717F;
}
</style>
background-color css
<style>
a { background-color: #B2717F; }
a { background-color: rgb(178,113,127); }
div.DivClassName
{
background-color: #B2717F;
}
.BgClassName
{
background-color: #B2717F;
}
</style>
border-color css
<style>
span { border-color: #B2717F; }
span { border-color: rgb(178,113,127); }
td.TdClassName
{
border-color: #B2717F;
}
.TagClassName
{
border-color: #B2717F;
}
</style>