Shades of Tapestry #B26C85
Tints of Tapestry #B26C85
RGB
CMYK
RGB Variations
Color information
#B26C85 (or 0xB26C85) is known color: Tapestry. HEX triplet: B2, 6C and 85. RGB value is (178,108,133). Sum of RGB (Red+Green+Blue) = 178+108+133=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26C85 is #4D937A. Grayscale: #838383. Windows color (decimal): -5084027 or 8744114. OLE color: 8744114.
HSL color Cylindrical-coordinate representation of color #B26C85: hue angle of 338.57º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B26C85 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 108 | 133 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.30 |
| HSL | 338.57º | 0.31% | 0.56% | - |
| HSV(B) | 338.57º | 0.39% | 0.7% | - |
| XYZ | 27.96 | 21.88 | 24.94 | - |
| YUV | 131.78 | 128.69 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 108 | 133 | 0 | 0.39 | 0.25 | 0.30 | 338.57 | 0.31 | 0.56 |
| Hex | B2 | 6C | 85 | 0 | 27 | 19 | 1E | 153 | 1F | 38 |
| Octal | 262 | 154 | 205 | 0 | 47 | 31 | 36 | 523 | 37 | 70 |
| Binary | 10110010 | 1101100 | 10000101 | 0 | 100111 | 11001 | 11110 | 101010011 | 11111 | 111000 |
Color Harmonies of #B26C85
Complementary color
Monochromatic Colors of #B26C85
Black with #B26C85
Text Example
Text Example
White with #B26C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26C85; }
p { color: rgb(178,108,133); }
H1.HeaderClassName
{
color: #B26C85;
}
.AnyTagClassName
{
color: #B26C85;
}
</style>
background-color css
<style>
a { background-color: #B26C85; }
a { background-color: rgb(178,108,133); }
div.DivClassName
{
background-color: #B26C85;
}
.BgClassName
{
background-color: #B26C85;
}
</style>
border-color css
<style>
span { border-color: #B26C85; }
span { border-color: rgb(178,108,133); }
td.TdClassName
{
border-color: #B26C85;
}
.TagClassName
{
border-color: #B26C85;
}
</style>