Shades of Tapestry #B2708B
Tints of Tapestry #B2708B
RGB
CMYK
RGB Variations
Color information
#B2708B (or 0xB2708B) is known color: Tapestry. HEX triplet: B2, 70 and 8B. RGB value is (178,112,139). Sum of RGB (Red+Green+Blue) = 178+112+139=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B2708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2708B is #4D8F74. Grayscale: #868686. Windows color (decimal): -5082997 or 9138354. OLE color: 9138354.
HSL color Cylindrical-coordinate representation of color #B2708B: hue angle of 335.45º 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 #B2708B is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 112 | 139 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.30 |
| HSL | 335.45º | 0.3% | 0.57% | - |
| HSV(B) | 335.45º | 0.37% | 0.7% | - |
| XYZ | 28.81 | 22.92 | 27.33 | - |
| YUV | 134.81 | 130.37 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 112 | 139 | 0 | 0.37 | 0.22 | 0.30 | 335.45 | 0.3 | 0.57 |
| Hex | B2 | 70 | 8B | 0 | 25 | 16 | 1E | 14F | 1E | 39 |
| Octal | 262 | 160 | 213 | 0 | 45 | 26 | 36 | 517 | 36 | 71 |
| Binary | 10110010 | 1110000 | 10001011 | 0 | 100101 | 10110 | 11110 | 101001111 | 11110 | 111001 |
Color Harmonies of #B2708B
Complementary color
Monochromatic Colors of #B2708B
Black with #B2708B
Text Example
Text Example
White with #B2708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2708B; }
p { color: rgb(178,112,139); }
H1.HeaderClassName
{
color: #B2708B;
}
.AnyTagClassName
{
color: #B2708B;
}
</style>
background-color css
<style>
a { background-color: #B2708B; }
a { background-color: rgb(178,112,139); }
div.DivClassName
{
background-color: #B2708B;
}
.BgClassName
{
background-color: #B2708B;
}
</style>
border-color css
<style>
span { border-color: #B2708B; }
span { border-color: rgb(178,112,139); }
td.TdClassName
{
border-color: #B2708B;
}
.TagClassName
{
border-color: #B2708B;
}
</style>