Shades of Tapestry #B26289
Tints of Tapestry #B26289
RGB
CMYK
RGB Variations
Color information
#B26289 (or 0xB26289) is known color: Tapestry. HEX triplet: B2, 62 and 89. RGB value is (178,98,137). Sum of RGB (Red+Green+Blue) = 178+98+137=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B26289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26289 is #4D9D76. Grayscale: #7E7E7E. Windows color (decimal): -5086583 or 9003698. OLE color: 9003698.
HSL color Cylindrical-coordinate representation of color #B26289: hue angle of 330.75º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B26289 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 98 | 137 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.30 |
| HSL | 330.75º | 0.34% | 0.54% | - |
| HSV(B) | 330.75º | 0.45% | 0.7% | - |
| XYZ | 27.24 | 20.01 | 26.09 | - |
| YUV | 126.37 | 134 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 98 | 137 | 0 | 0.45 | 0.23 | 0.30 | 330.75 | 0.34 | 0.54 |
| Hex | B2 | 62 | 89 | 0 | 2D | 17 | 1E | 14B | 22 | 36 |
| Octal | 262 | 142 | 211 | 0 | 55 | 27 | 36 | 513 | 42 | 66 |
| Binary | 10110010 | 1100010 | 10001001 | 0 | 101101 | 10111 | 11110 | 101001011 | 100010 | 110110 |
Color Harmonies of #B26289
Complementary color
Monochromatic Colors of #B26289
Black with #B26289
Text Example
Text Example
White with #B26289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26289; }
p { color: rgb(178,98,137); }
H1.HeaderClassName
{
color: #B26289;
}
.AnyTagClassName
{
color: #B26289;
}
</style>
background-color css
<style>
a { background-color: #B26289; }
a { background-color: rgb(178,98,137); }
div.DivClassName
{
background-color: #B26289;
}
.BgClassName
{
background-color: #B26289;
}
</style>
border-color css
<style>
span { border-color: #B26289; }
span { border-color: rgb(178,98,137); }
td.TdClassName
{
border-color: #B26289;
}
.TagClassName
{
border-color: #B26289;
}
</style>