Shades of Tapestry #B26586
Tints of Tapestry #B26586
RGB
CMYK
RGB Variations
Color information
#B26586 (or 0xB26586) is known color: Tapestry. HEX triplet: B2, 65 and 86. RGB value is (178,101,134). Sum of RGB (Red+Green+Blue) = 178+101+134=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B26586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26586 is #4D9A79. Grayscale: #7F7F7F. Windows color (decimal): -5085818 or 8807858. OLE color: 8807858.
HSL color Cylindrical-coordinate representation of color #B26586: hue angle of 334.29º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B26586 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 101 | 134 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.30 |
| HSL | 334.29º | 0.33% | 0.55% | - |
| HSV(B) | 334.29º | 0.43% | 0.7% | - |
| XYZ | 27.32 | 20.49 | 25.07 | - |
| YUV | 127.79 | 131.51 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 101 | 134 | 0 | 0.43 | 0.25 | 0.30 | 334.29 | 0.33 | 0.55 |
| Hex | B2 | 65 | 86 | 0 | 2B | 19 | 1E | 14E | 21 | 37 |
| Octal | 262 | 145 | 206 | 0 | 53 | 31 | 36 | 516 | 41 | 67 |
| Binary | 10110010 | 1100101 | 10000110 | 0 | 101011 | 11001 | 11110 | 101001110 | 100001 | 110111 |
Color Harmonies of #B26586
Complementary color
Monochromatic Colors of #B26586
Black with #B26586
Text Example
Text Example
White with #B26586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26586; }
p { color: rgb(178,101,134); }
H1.HeaderClassName
{
color: #B26586;
}
.AnyTagClassName
{
color: #B26586;
}
</style>
background-color css
<style>
a { background-color: #B26586; }
a { background-color: rgb(178,101,134); }
div.DivClassName
{
background-color: #B26586;
}
.BgClassName
{
background-color: #B26586;
}
</style>
border-color css
<style>
span { border-color: #B26586; }
span { border-color: rgb(178,101,134); }
td.TdClassName
{
border-color: #B26586;
}
.TagClassName
{
border-color: #B26586;
}
</style>