Shades of Tapestry #B26592
Tints of Tapestry #B26592
RGB
CMYK
RGB Variations
Color information
#B26592 (or 0xB26592) is known color: Tapestry. HEX triplet: B2, 65 and 92. RGB value is (178,101,146). Sum of RGB (Red+Green+Blue) = 178+101+146=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B26592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26592 is #4D9A6D. Grayscale: #818181. Windows color (decimal): -5085806 or 9594290. OLE color: 9594290.
HSL color Cylindrical-coordinate representation of color #B26592: hue angle of 324.94º 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 #B26592 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 101 | 146 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.30 |
| HSL | 324.94º | 0.33% | 0.55% | - |
| HSV(B) | 324.94º | 0.43% | 0.7% | - |
| XYZ | 28.2 | 20.85 | 29.73 | - |
| YUV | 129.15 | 137.51 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 101 | 146 | 0 | 0.43 | 0.18 | 0.30 | 324.94 | 0.33 | 0.55 |
| Hex | B2 | 65 | 92 | 0 | 2B | 12 | 1E | 145 | 21 | 37 |
| Octal | 262 | 145 | 222 | 0 | 53 | 22 | 36 | 505 | 41 | 67 |
| Binary | 10110010 | 1100101 | 10010010 | 0 | 101011 | 10010 | 11110 | 101000101 | 100001 | 110111 |
Color Harmonies of #B26592
Complementary color
Monochromatic Colors of #B26592
Black with #B26592
Text Example
Text Example
White with #B26592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26592; }
p { color: rgb(178,101,146); }
H1.HeaderClassName
{
color: #B26592;
}
.AnyTagClassName
{
color: #B26592;
}
</style>
background-color css
<style>
a { background-color: #B26592; }
a { background-color: rgb(178,101,146); }
div.DivClassName
{
background-color: #B26592;
}
.BgClassName
{
background-color: #B26592;
}
</style>
border-color css
<style>
span { border-color: #B26592; }
span { border-color: rgb(178,101,146); }
td.TdClassName
{
border-color: #B26592;
}
.TagClassName
{
border-color: #B26592;
}
</style>