Shades of Tapestry #B2758A
Tints of Tapestry #B2758A
RGB
CMYK
RGB Variations
Color information
#B2758A (or 0xB2758A) is known color: Tapestry. HEX triplet: B2, 75 and 8A. RGB value is (178,117,138). Sum of RGB (Red+Green+Blue) = 178+117+138=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B2758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2758A is #4D8A75. Grayscale: #898989. Windows color (decimal): -5081718 or 9074098. OLE color: 9074098.
HSL color Cylindrical-coordinate representation of color #B2758A: hue angle of 339.34º 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 #B2758A is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 117 | 138 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.30 |
| HSL | 339.34º | 0.28% | 0.58% | - |
| HSV(B) | 339.34º | 0.34% | 0.7% | - |
| XYZ | 29.31 | 24.02 | 27.14 | - |
| YUV | 137.63 | 128.21 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 117 | 138 | 0 | 0.34 | 0.22 | 0.30 | 339.34 | 0.28 | 0.58 |
| Hex | B2 | 75 | 8A | 0 | 22 | 16 | 1E | 153 | 1C | 3A |
| Octal | 262 | 165 | 212 | 0 | 42 | 26 | 36 | 523 | 34 | 72 |
| Binary | 10110010 | 1110101 | 10001010 | 0 | 100010 | 10110 | 11110 | 101010011 | 11100 | 111010 |
Color Harmonies of #B2758A
Complementary color
Monochromatic Colors of #B2758A
Black with #B2758A
Text Example
Text Example
White with #B2758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2758A; }
p { color: rgb(178,117,138); }
H1.HeaderClassName
{
color: #B2758A;
}
.AnyTagClassName
{
color: #B2758A;
}
</style>
background-color css
<style>
a { background-color: #B2758A; }
a { background-color: rgb(178,117,138); }
div.DivClassName
{
background-color: #B2758A;
}
.BgClassName
{
background-color: #B2758A;
}
</style>
border-color css
<style>
span { border-color: #B2758A; }
span { border-color: rgb(178,117,138); }
td.TdClassName
{
border-color: #B2758A;
}
.TagClassName
{
border-color: #B2758A;
}
</style>