Shades of Tapestry #B2747E
Tints of Tapestry #B2747E
RGB
CMYK
RGB Variations
Color information
#B2747E (or 0xB2747E) is known color: Tapestry. HEX triplet: B2, 74 and 7E. RGB value is (178,116,126). Sum of RGB (Red+Green+Blue) = 178+116+126=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B2747E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2747E is #4D8B81. Grayscale: #878787. Windows color (decimal): -5081986 or 8287410. OLE color: 8287410.
HSL color Cylindrical-coordinate representation of color #B2747E: hue angle of 350.32º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B2747E is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 116 | 126 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.30 |
| HSL | 350.32º | 0.29% | 0.58% | - |
| HSV(B) | 350.32º | 0.35% | 0.7% | - |
| XYZ | 28.37 | 23.46 | 22.77 | - |
| YUV | 135.68 | 122.54 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 116 | 126 | 0 | 0.35 | 0.29 | 0.30 | 350.32 | 0.29 | 0.58 |
| Hex | B2 | 74 | 7E | 0 | 23 | 1D | 1E | 15E | 1D | 3A |
| Octal | 262 | 164 | 176 | 0 | 43 | 35 | 36 | 536 | 35 | 72 |
| Binary | 10110010 | 1110100 | 1111110 | 0 | 100011 | 11101 | 11110 | 101011110 | 11101 | 111010 |
Color Harmonies of #B2747E
Complementary color
Monochromatic Colors of #B2747E
Black with #B2747E
Text Example
Text Example
White with #B2747E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2747E; }
p { color: rgb(178,116,126); }
H1.HeaderClassName
{
color: #B2747E;
}
.AnyTagClassName
{
color: #B2747E;
}
</style>
background-color css
<style>
a { background-color: #B2747E; }
a { background-color: rgb(178,116,126); }
div.DivClassName
{
background-color: #B2747E;
}
.BgClassName
{
background-color: #B2747E;
}
</style>
border-color css
<style>
span { border-color: #B2747E; }
span { border-color: rgb(178,116,126); }
td.TdClassName
{
border-color: #B2747E;
}
.TagClassName
{
border-color: #B2747E;
}
</style>