Shades of Tapestry #B2758E
Tints of Tapestry #B2758E
RGB
CMYK
RGB Variations
Color information
#B2758E (or 0xB2758E) is known color: Tapestry. HEX triplet: B2, 75 and 8E. RGB value is (178,117,142). Sum of RGB (Red+Green+Blue) = 178+117+142=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 178 - color contains mainly: red. Hex color #B2758E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2758E is #4D8A71. Grayscale: #8A8A8A. Windows color (decimal): -5081714 or 9336242. OLE color: 9336242.
HSL color Cylindrical-coordinate representation of color #B2758E: hue angle of 335.41º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2758E is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 117 | 142 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.30 |
| HSL | 335.41º | 0.28% | 0.58% | - |
| HSV(B) | 335.41º | 0.34% | 0.7% | - |
| XYZ | 29.6 | 24.14 | 28.69 | - |
| YUV | 138.09 | 130.21 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 117 | 142 | 0 | 0.34 | 0.20 | 0.30 | 335.41 | 0.28 | 0.58 |
| Hex | B2 | 75 | 8E | 0 | 22 | 14 | 1E | 14F | 1C | 3A |
| Octal | 262 | 165 | 216 | 0 | 42 | 24 | 36 | 517 | 34 | 72 |
| Binary | 10110010 | 1110101 | 10001110 | 0 | 100010 | 10100 | 11110 | 101001111 | 11100 | 111010 |
Color Harmonies of #B2758E
Complementary color
Monochromatic Colors of #B2758E
Black with #B2758E
Text Example
Text Example
White with #B2758E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2758E; }
p { color: rgb(178,117,142); }
H1.HeaderClassName
{
color: #B2758E;
}
.AnyTagClassName
{
color: #B2758E;
}
</style>
background-color css
<style>
a { background-color: #B2758E; }
a { background-color: rgb(178,117,142); }
div.DivClassName
{
background-color: #B2758E;
}
.BgClassName
{
background-color: #B2758E;
}
</style>
border-color css
<style>
span { border-color: #B2758E; }
span { border-color: rgb(178,117,142); }
td.TdClassName
{
border-color: #B2758E;
}
.TagClassName
{
border-color: #B2758E;
}
</style>