Shades of Tapestry #B2708E
Tints of Tapestry #B2708E
RGB
CMYK
RGB Variations
Color information
#B2708E (or 0xB2708E) is known color: Tapestry. HEX triplet: B2, 70 and 8E. RGB value is (178,112,142). Sum of RGB (Red+Green+Blue) = 178+112+142=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 178 - color contains mainly: red. Hex color #B2708E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2708E is #4D8F71. Grayscale: #878787. Windows color (decimal): -5082994 or 9334962. OLE color: 9334962.
HSL color Cylindrical-coordinate representation of color #B2708E: hue angle of 332.73º 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 #B2708E is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 112 | 142 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.30 |
| HSL | 332.73º | 0.3% | 0.57% | - |
| HSV(B) | 332.73º | 0.37% | 0.7% | - |
| XYZ | 29.04 | 23.01 | 28.5 | - |
| YUV | 135.15 | 131.87 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 112 | 142 | 0 | 0.37 | 0.20 | 0.30 | 332.73 | 0.3 | 0.57 |
| Hex | B2 | 70 | 8E | 0 | 25 | 14 | 1E | 14D | 1E | 39 |
| Octal | 262 | 160 | 216 | 0 | 45 | 24 | 36 | 515 | 36 | 71 |
| Binary | 10110010 | 1110000 | 10001110 | 0 | 100101 | 10100 | 11110 | 101001101 | 11110 | 111001 |
Color Harmonies of #B2708E
Complementary color
Monochromatic Colors of #B2708E
Black with #B2708E
Text Example
Text Example
White with #B2708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2708E; }
p { color: rgb(178,112,142); }
H1.HeaderClassName
{
color: #B2708E;
}
.AnyTagClassName
{
color: #B2708E;
}
</style>
background-color css
<style>
a { background-color: #B2708E; }
a { background-color: rgb(178,112,142); }
div.DivClassName
{
background-color: #B2708E;
}
.BgClassName
{
background-color: #B2708E;
}
</style>
border-color css
<style>
span { border-color: #B2708E; }
span { border-color: rgb(178,112,142); }
td.TdClassName
{
border-color: #B2708E;
}
.TagClassName
{
border-color: #B2708E;
}
</style>