Shades of Tapestry #B2708A
Tints of Tapestry #B2708A
RGB
CMYK
RGB Variations
Color information
#B2708A (or 0xB2708A) is known color: Tapestry. HEX triplet: B2, 70 and 8A. RGB value is (178,112,138). Sum of RGB (Red+Green+Blue) = 178+112+138=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 178 - color contains mainly: red. Hex color #B2708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2708A is #4D8F75. Grayscale: #868686. Windows color (decimal): -5082998 or 9072818. OLE color: 9072818.
HSL color Cylindrical-coordinate representation of color #B2708A: hue angle of 336.36º 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 #B2708A is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 112 | 138 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.30 |
| HSL | 336.36º | 0.3% | 0.57% | - |
| HSV(B) | 336.36º | 0.37% | 0.7% | - |
| XYZ | 28.74 | 22.89 | 26.95 | - |
| YUV | 134.7 | 129.87 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 112 | 138 | 0 | 0.37 | 0.22 | 0.30 | 336.36 | 0.3 | 0.57 |
| Hex | B2 | 70 | 8A | 0 | 25 | 16 | 1E | 150 | 1E | 39 |
| Octal | 262 | 160 | 212 | 0 | 45 | 26 | 36 | 520 | 36 | 71 |
| Binary | 10110010 | 1110000 | 10001010 | 0 | 100101 | 10110 | 11110 | 101010000 | 11110 | 111001 |
Color Harmonies of #B2708A
Complementary color
Monochromatic Colors of #B2708A
Black with #B2708A
Text Example
Text Example
White with #B2708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2708A; }
p { color: rgb(178,112,138); }
H1.HeaderClassName
{
color: #B2708A;
}
.AnyTagClassName
{
color: #B2708A;
}
</style>
background-color css
<style>
a { background-color: #B2708A; }
a { background-color: rgb(178,112,138); }
div.DivClassName
{
background-color: #B2708A;
}
.BgClassName
{
background-color: #B2708A;
}
</style>
border-color css
<style>
span { border-color: #B2708A; }
span { border-color: rgb(178,112,138); }
td.TdClassName
{
border-color: #B2708A;
}
.TagClassName
{
border-color: #B2708A;
}
</style>