Shades of Tapestry #B26892
Tints of Tapestry #B26892
RGB
CMYK
RGB Variations
Color information
#B26892 (or 0xB26892) is known color: Tapestry. HEX triplet: B2, 68 and 92. RGB value is (178,104,146). Sum of RGB (Red+Green+Blue) = 178+104+146=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 178 - color contains mainly: red. Hex color #B26892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26892 is #4D976D. Grayscale: #828282. Windows color (decimal): -5085038 or 9595058. OLE color: 9595058.
HSL color Cylindrical-coordinate representation of color #B26892: hue angle of 325.95º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B26892 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 104 | 146 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.30 |
| HSL | 325.95º | 0.32% | 0.55% | - |
| HSV(B) | 325.95º | 0.42% | 0.7% | - |
| XYZ | 28.5 | 21.44 | 29.83 | - |
| YUV | 130.91 | 136.52 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 104 | 146 | 0 | 0.42 | 0.18 | 0.30 | 325.95 | 0.32 | 0.55 |
| Hex | B2 | 68 | 92 | 0 | 2A | 12 | 1E | 146 | 20 | 37 |
| Octal | 262 | 150 | 222 | 0 | 52 | 22 | 36 | 506 | 40 | 67 |
| Binary | 10110010 | 1101000 | 10010010 | 0 | 101010 | 10010 | 11110 | 101000110 | 100000 | 110111 |
Color Harmonies of #B26892
Complementary color
Monochromatic Colors of #B26892
Black with #B26892
Text Example
Text Example
White with #B26892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26892; }
p { color: rgb(178,104,146); }
H1.HeaderClassName
{
color: #B26892;
}
.AnyTagClassName
{
color: #B26892;
}
</style>
background-color css
<style>
a { background-color: #B26892; }
a { background-color: rgb(178,104,146); }
div.DivClassName
{
background-color: #B26892;
}
.BgClassName
{
background-color: #B26892;
}
</style>
border-color css
<style>
span { border-color: #B26892; }
span { border-color: rgb(178,104,146); }
td.TdClassName
{
border-color: #B26892;
}
.TagClassName
{
border-color: #B26892;
}
</style>