Shades of Tapestry #B26685
Tints of Tapestry #B26685
RGB
CMYK
RGB Variations
Color information
#B26685 (or 0xB26685) is known color: Tapestry. HEX triplet: B2, 66 and 85. RGB value is (178,102,133). Sum of RGB (Red+Green+Blue) = 178+102+133=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B26685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26685 is #4D997A. Grayscale: #808080. Windows color (decimal): -5085563 or 8742578. OLE color: 8742578.
HSL color Cylindrical-coordinate representation of color #B26685: hue angle of 335.53º 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 #B26685 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 102 | 133 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.30 |
| HSL | 335.53º | 0.33% | 0.55% | - |
| HSV(B) | 335.53º | 0.43% | 0.7% | - |
| XYZ | 27.35 | 20.66 | 24.74 | - |
| YUV | 128.26 | 130.68 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 102 | 133 | 0 | 0.43 | 0.25 | 0.30 | 335.53 | 0.33 | 0.55 |
| Hex | B2 | 66 | 85 | 0 | 2B | 19 | 1E | 150 | 21 | 37 |
| Octal | 262 | 146 | 205 | 0 | 53 | 31 | 36 | 520 | 41 | 67 |
| Binary | 10110010 | 1100110 | 10000101 | 0 | 101011 | 11001 | 11110 | 101010000 | 100001 | 110111 |
Color Harmonies of #B26685
Complementary color
Monochromatic Colors of #B26685
Black with #B26685
Text Example
Text Example
White with #B26685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26685; }
p { color: rgb(178,102,133); }
H1.HeaderClassName
{
color: #B26685;
}
.AnyTagClassName
{
color: #B26685;
}
</style>
background-color css
<style>
a { background-color: #B26685; }
a { background-color: rgb(178,102,133); }
div.DivClassName
{
background-color: #B26685;
}
.BgClassName
{
background-color: #B26685;
}
</style>
border-color css
<style>
span { border-color: #B26685; }
span { border-color: rgb(178,102,133); }
td.TdClassName
{
border-color: #B26685;
}
.TagClassName
{
border-color: #B26685;
}
</style>