Shades of Tapestry #B36E8D
Tints of Tapestry #B36E8D
RGB
CMYK
RGB Variations
Color information
#B36E8D (or 0xB36E8D) is known color: Tapestry. HEX triplet: B3, 6E and 8D. RGB value is (179,110,141). Sum of RGB (Red+Green+Blue) = 179+110+141=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B36E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36E8D is #4C9172. Grayscale: #868686. Windows color (decimal): -5017971 or 9268915. OLE color: 9268915.
HSL color Cylindrical-coordinate representation of color #B36E8D: hue angle of 333.04º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B36E8D is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 110 | 141 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.30 |
| HSL | 333.04º | 0.31% | 0.57% | - |
| HSV(B) | 333.04º | 0.39% | 0.7% | - |
| XYZ | 28.97 | 22.66 | 28.05 | - |
| YUV | 134.17 | 131.86 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 110 | 141 | 0 | 0.39 | 0.21 | 0.30 | 333.04 | 0.31 | 0.57 |
| Hex | B3 | 6E | 8D | 0 | 27 | 15 | 1E | 14D | 1F | 39 |
| Octal | 263 | 156 | 215 | 0 | 47 | 25 | 36 | 515 | 37 | 71 |
| Binary | 10110011 | 1101110 | 10001101 | 0 | 100111 | 10101 | 11110 | 101001101 | 11111 | 111001 |
Color Harmonies of #B36E8D
Complementary color
Monochromatic Colors of #B36E8D
Black with #B36E8D
Text Example
Text Example
White with #B36E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36E8D; }
p { color: rgb(179,110,141); }
H1.HeaderClassName
{
color: #B36E8D;
}
.AnyTagClassName
{
color: #B36E8D;
}
</style>
background-color css
<style>
a { background-color: #B36E8D; }
a { background-color: rgb(179,110,141); }
div.DivClassName
{
background-color: #B36E8D;
}
.BgClassName
{
background-color: #B36E8D;
}
</style>
border-color css
<style>
span { border-color: #B36E8D; }
span { border-color: rgb(179,110,141); }
td.TdClassName
{
border-color: #B36E8D;
}
.TagClassName
{
border-color: #B36E8D;
}
</style>