Shades of Tapestry #B26385
Tints of Tapestry #B26385
RGB
CMYK
RGB Variations
Color information
#B26385 (or 0xB26385) is known color: Tapestry. HEX triplet: B2, 63 and 85. RGB value is (178,99,133). Sum of RGB (Red+Green+Blue) = 178+99+133=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 178 - color contains mainly: red. Hex color #B26385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26385 is #4D9C7A. Grayscale: #7E7E7E. Windows color (decimal): -5086331 or 8741810. OLE color: 8741810.
HSL color Cylindrical-coordinate representation of color #B26385: hue angle of 334.18º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B26385 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 99 | 133 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.30 |
| HSL | 334.18º | 0.34% | 0.54% | - |
| HSV(B) | 334.18º | 0.44% | 0.7% | - |
| XYZ | 27.06 | 20.08 | 24.64 | - |
| YUV | 126.5 | 131.67 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 99 | 133 | 0 | 0.44 | 0.25 | 0.30 | 334.18 | 0.34 | 0.54 |
| Hex | B2 | 63 | 85 | 0 | 2C | 19 | 1E | 14E | 22 | 36 |
| Octal | 262 | 143 | 205 | 0 | 54 | 31 | 36 | 516 | 42 | 66 |
| Binary | 10110010 | 1100011 | 10000101 | 0 | 101100 | 11001 | 11110 | 101001110 | 100010 | 110110 |
Color Harmonies of #B26385
Complementary color
Monochromatic Colors of #B26385
Black with #B26385
Text Example
Text Example
White with #B26385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26385; }
p { color: rgb(178,99,133); }
H1.HeaderClassName
{
color: #B26385;
}
.AnyTagClassName
{
color: #B26385;
}
</style>
background-color css
<style>
a { background-color: #B26385; }
a { background-color: rgb(178,99,133); }
div.DivClassName
{
background-color: #B26385;
}
.BgClassName
{
background-color: #B26385;
}
</style>
border-color css
<style>
span { border-color: #B26385; }
span { border-color: rgb(178,99,133); }
td.TdClassName
{
border-color: #B26385;
}
.TagClassName
{
border-color: #B26385;
}
</style>