Shades of Tapestry #B26E7D
Tints of Tapestry #B26E7D
RGB
CMYK
RGB Variations
Color information
#B26E7D (or 0xB26E7D) is known color: Tapestry. HEX triplet: B2, 6E and 7D. RGB value is (178,110,125). Sum of RGB (Red+Green+Blue) = 178+110+125=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26E7D is #4D9182. Grayscale: #848484. Windows color (decimal): -5083523 or 8220338. OLE color: 8220338.
HSL color Cylindrical-coordinate representation of color #B26E7D: hue angle of 346.76º 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 #B26E7D is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 110 | 125 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.30 |
| HSL | 346.76º | 0.31% | 0.56% | - |
| HSV(B) | 346.76º | 0.38% | 0.7% | - |
| XYZ | 27.64 | 22.1 | 22.21 | - |
| YUV | 132.04 | 124.03 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 110 | 125 | 0 | 0.38 | 0.30 | 0.30 | 346.76 | 0.31 | 0.56 |
| Hex | B2 | 6E | 7D | 0 | 26 | 1E | 1E | 15B | 1F | 38 |
| Octal | 262 | 156 | 175 | 0 | 46 | 36 | 36 | 533 | 37 | 70 |
| Binary | 10110010 | 1101110 | 1111101 | 0 | 100110 | 11110 | 11110 | 101011011 | 11111 | 111000 |
Color Harmonies of #B26E7D
Complementary color
Monochromatic Colors of #B26E7D
Black with #B26E7D
Text Example
Text Example
White with #B26E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26E7D; }
p { color: rgb(178,110,125); }
H1.HeaderClassName
{
color: #B26E7D;
}
.AnyTagClassName
{
color: #B26E7D;
}
</style>
background-color css
<style>
a { background-color: #B26E7D; }
a { background-color: rgb(178,110,125); }
div.DivClassName
{
background-color: #B26E7D;
}
.BgClassName
{
background-color: #B26E7D;
}
</style>
border-color css
<style>
span { border-color: #B26E7D; }
span { border-color: rgb(178,110,125); }
td.TdClassName
{
border-color: #B26E7D;
}
.TagClassName
{
border-color: #B26E7D;
}
</style>