Shades of Tapestry #B26E7C
Tints of Tapestry #B26E7C
RGB
CMYK
RGB Variations
Color information
#B26E7C (or 0xB26E7C) is known color: Tapestry. HEX triplet: B2, 6E and 7C. RGB value is (178,110,124). Sum of RGB (Red+Green+Blue) = 178+110+124=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26E7C is #4D9183. Grayscale: #838383. Windows color (decimal): -5083524 or 8154802. OLE color: 8154802.
HSL color Cylindrical-coordinate representation of color #B26E7C: hue angle of 347.65º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B26E7C is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 110 | 124 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.30 |
| HSL | 347.65º | 0.31% | 0.56% | - |
| HSV(B) | 347.65º | 0.38% | 0.7% | - |
| XYZ | 27.57 | 22.07 | 21.88 | - |
| YUV | 131.93 | 123.53 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 110 | 124 | 0 | 0.38 | 0.30 | 0.30 | 347.65 | 0.31 | 0.56 |
| Hex | B2 | 6E | 7C | 0 | 26 | 1E | 1E | 15C | 1F | 38 |
| Octal | 262 | 156 | 174 | 0 | 46 | 36 | 36 | 534 | 37 | 70 |
| Binary | 10110010 | 1101110 | 1111100 | 0 | 100110 | 11110 | 11110 | 101011100 | 11111 | 111000 |
Color Harmonies of #B26E7C
Complementary color
Monochromatic Colors of #B26E7C
Black with #B26E7C
Text Example
Text Example
White with #B26E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26E7C; }
p { color: rgb(178,110,124); }
H1.HeaderClassName
{
color: #B26E7C;
}
.AnyTagClassName
{
color: #B26E7C;
}
</style>
background-color css
<style>
a { background-color: #B26E7C; }
a { background-color: rgb(178,110,124); }
div.DivClassName
{
background-color: #B26E7C;
}
.BgClassName
{
background-color: #B26E7C;
}
</style>
border-color css
<style>
span { border-color: #B26E7C; }
span { border-color: rgb(178,110,124); }
td.TdClassName
{
border-color: #B26E7C;
}
.TagClassName
{
border-color: #B26E7C;
}
</style>