Shades of Tapestry #B36F8D
Tints of Tapestry #B36F8D
RGB
CMYK
RGB Variations
Color information
#B36F8D (or 0xB36F8D) is known color: Tapestry. HEX triplet: B3, 6F and 8D. RGB value is (179,111,141). Sum of RGB (Red+Green+Blue) = 179+111+141=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 179 - color contains mainly: red. Hex color #B36F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36F8D is #4C9072. Grayscale: #868686. Windows color (decimal): -5017715 or 9269171. OLE color: 9269171.
HSL color Cylindrical-coordinate representation of color #B36F8D: hue angle of 333.53º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B36F8D is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 111 | 141 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.30 |
| HSL | 333.53º | 0.31% | 0.57% | - |
| HSV(B) | 333.53º | 0.38% | 0.7% | - |
| XYZ | 29.08 | 22.88 | 28.08 | - |
| YUV | 134.75 | 131.53 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 111 | 141 | 0 | 0.38 | 0.21 | 0.30 | 333.53 | 0.31 | 0.57 |
| Hex | B3 | 6F | 8D | 0 | 26 | 15 | 1E | 14E | 1F | 39 |
| Octal | 263 | 157 | 215 | 0 | 46 | 25 | 36 | 516 | 37 | 71 |
| Binary | 10110011 | 1101111 | 10001101 | 0 | 100110 | 10101 | 11110 | 101001110 | 11111 | 111001 |
Color Harmonies of #B36F8D
Complementary color
Monochromatic Colors of #B36F8D
Black with #B36F8D
Text Example
Text Example
White with #B36F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36F8D; }
p { color: rgb(179,111,141); }
H1.HeaderClassName
{
color: #B36F8D;
}
.AnyTagClassName
{
color: #B36F8D;
}
</style>
background-color css
<style>
a { background-color: #B36F8D; }
a { background-color: rgb(179,111,141); }
div.DivClassName
{
background-color: #B36F8D;
}
.BgClassName
{
background-color: #B36F8D;
}
</style>
border-color css
<style>
span { border-color: #B36F8D; }
span { border-color: rgb(179,111,141); }
td.TdClassName
{
border-color: #B36F8D;
}
.TagClassName
{
border-color: #B36F8D;
}
</style>