Shades of Tapestry #B26588
Tints of Tapestry #B26588
RGB
CMYK
RGB Variations
Color information
#B26588 (or 0xB26588) is known color: Tapestry. HEX triplet: B2, 65 and 88. RGB value is (178,101,136). Sum of RGB (Red+Green+Blue) = 178+101+136=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 178 - color contains mainly: red. Hex color #B26588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26588 is #4D9A77. Grayscale: #7F7F7F. Windows color (decimal): -5085816 or 8938930. OLE color: 8938930.
HSL color Cylindrical-coordinate representation of color #B26588: hue angle of 332.73º 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 #B26588 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 101 | 136 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.30 |
| HSL | 332.73º | 0.33% | 0.55% | - |
| HSV(B) | 332.73º | 0.43% | 0.7% | - |
| XYZ | 27.46 | 20.55 | 25.81 | - |
| YUV | 128.01 | 132.51 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 101 | 136 | 0 | 0.43 | 0.24 | 0.30 | 332.73 | 0.33 | 0.55 |
| Hex | B2 | 65 | 88 | 0 | 2B | 18 | 1E | 14D | 21 | 37 |
| Octal | 262 | 145 | 210 | 0 | 53 | 30 | 36 | 515 | 41 | 67 |
| Binary | 10110010 | 1100101 | 10001000 | 0 | 101011 | 11000 | 11110 | 101001101 | 100001 | 110111 |
Color Harmonies of #B26588
Complementary color
Monochromatic Colors of #B26588
Black with #B26588
Text Example
Text Example
White with #B26588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26588; }
p { color: rgb(178,101,136); }
H1.HeaderClassName
{
color: #B26588;
}
.AnyTagClassName
{
color: #B26588;
}
</style>
background-color css
<style>
a { background-color: #B26588; }
a { background-color: rgb(178,101,136); }
div.DivClassName
{
background-color: #B26588;
}
.BgClassName
{
background-color: #B26588;
}
</style>
border-color css
<style>
span { border-color: #B26588; }
span { border-color: rgb(178,101,136); }
td.TdClassName
{
border-color: #B26588;
}
.TagClassName
{
border-color: #B26588;
}
</style>