Shades of Tapestry #B26384
Tints of Tapestry #B26384
RGB
CMYK
RGB Variations
Color information
#B26384 (or 0xB26384) is known color: Tapestry. HEX triplet: B2, 63 and 84. RGB value is (178,99,132). Sum of RGB (Red+Green+Blue) = 178+99+132=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B26384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26384 is #4D9C7B. Grayscale: #7E7E7E. Windows color (decimal): -5086332 or 8676274. OLE color: 8676274.
HSL color Cylindrical-coordinate representation of color #B26384: hue angle of 334.94º 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 #B26384 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 99 | 132 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.30 |
| HSL | 334.94º | 0.34% | 0.54% | - |
| HSV(B) | 334.94º | 0.44% | 0.7% | - |
| XYZ | 26.99 | 20.05 | 24.28 | - |
| YUV | 126.38 | 131.17 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 99 | 132 | 0 | 0.44 | 0.26 | 0.30 | 334.94 | 0.34 | 0.54 |
| Hex | B2 | 63 | 84 | 0 | 2C | 1A | 1E | 14F | 22 | 36 |
| Octal | 262 | 143 | 204 | 0 | 54 | 32 | 36 | 517 | 42 | 66 |
| Binary | 10110010 | 1100011 | 10000100 | 0 | 101100 | 11010 | 11110 | 101001111 | 100010 | 110110 |
Color Harmonies of #B26384
Complementary color
Monochromatic Colors of #B26384
Black with #B26384
Text Example
Text Example
White with #B26384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26384; }
p { color: rgb(178,99,132); }
H1.HeaderClassName
{
color: #B26384;
}
.AnyTagClassName
{
color: #B26384;
}
</style>
background-color css
<style>
a { background-color: #B26384; }
a { background-color: rgb(178,99,132); }
div.DivClassName
{
background-color: #B26384;
}
.BgClassName
{
background-color: #B26384;
}
</style>
border-color css
<style>
span { border-color: #B26384; }
span { border-color: rgb(178,99,132); }
td.TdClassName
{
border-color: #B26384;
}
.TagClassName
{
border-color: #B26384;
}
</style>