Shades of Tapestry #B2757E
Tints of Tapestry #B2757E
RGB
CMYK
RGB Variations
Color information
#B2757E (or 0xB2757E) is known color: Tapestry. HEX triplet: B2, 75 and 7E. RGB value is (178,117,126). Sum of RGB (Red+Green+Blue) = 178+117+126=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B2757E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2757E is #4D8A81. Grayscale: #888888. Windows color (decimal): -5081730 or 8287666. OLE color: 8287666.
HSL color Cylindrical-coordinate representation of color #B2757E: hue angle of 351.15º 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 #B2757E is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 117 | 126 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.30 |
| HSL | 351.15º | 0.28% | 0.58% | - |
| HSV(B) | 351.15º | 0.34% | 0.7% | - |
| XYZ | 28.49 | 23.69 | 22.81 | - |
| YUV | 136.27 | 122.21 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 117 | 126 | 0 | 0.34 | 0.29 | 0.30 | 351.15 | 0.28 | 0.58 |
| Hex | B2 | 75 | 7E | 0 | 22 | 1D | 1E | 15F | 1C | 3A |
| Octal | 262 | 165 | 176 | 0 | 42 | 35 | 36 | 537 | 34 | 72 |
| Binary | 10110010 | 1110101 | 1111110 | 0 | 100010 | 11101 | 11110 | 101011111 | 11100 | 111010 |
Color Harmonies of #B2757E
Complementary color
Monochromatic Colors of #B2757E
Black with #B2757E
Text Example
Text Example
White with #B2757E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2757E; }
p { color: rgb(178,117,126); }
H1.HeaderClassName
{
color: #B2757E;
}
.AnyTagClassName
{
color: #B2757E;
}
</style>
background-color css
<style>
a { background-color: #B2757E; }
a { background-color: rgb(178,117,126); }
div.DivClassName
{
background-color: #B2757E;
}
.BgClassName
{
background-color: #B2757E;
}
</style>
border-color css
<style>
span { border-color: #B2757E; }
span { border-color: rgb(178,117,126); }
td.TdClassName
{
border-color: #B2757E;
}
.TagClassName
{
border-color: #B2757E;
}
</style>