Shades of Tapestry #B36E8C
Tints of Tapestry #B36E8C
RGB
CMYK
RGB Variations
Color information
#B36E8C (or 0xB36E8C) is known color: Tapestry. HEX triplet: B3, 6E and 8C. RGB value is (179,110,140). Sum of RGB (Red+Green+Blue) = 179+110+140=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B36E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36E8C is #4C9173. Grayscale: #868686. Windows color (decimal): -5017972 or 9203379. OLE color: 9203379.
HSL color Cylindrical-coordinate representation of color #B36E8C: hue angle of 333.91º 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 #B36E8C is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 110 | 140 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.30 |
| HSL | 333.91º | 0.31% | 0.57% | - |
| HSV(B) | 333.91º | 0.39% | 0.7% | - |
| XYZ | 28.9 | 22.63 | 27.66 | - |
| YUV | 134.05 | 131.36 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 110 | 140 | 0 | 0.39 | 0.22 | 0.30 | 333.91 | 0.31 | 0.57 |
| Hex | B3 | 6E | 8C | 0 | 27 | 16 | 1E | 14E | 1F | 39 |
| Octal | 263 | 156 | 214 | 0 | 47 | 26 | 36 | 516 | 37 | 71 |
| Binary | 10110011 | 1101110 | 10001100 | 0 | 100111 | 10110 | 11110 | 101001110 | 11111 | 111001 |
Color Harmonies of #B36E8C
Complementary color
Monochromatic Colors of #B36E8C
Black with #B36E8C
Text Example
Text Example
White with #B36E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36E8C; }
p { color: rgb(179,110,140); }
H1.HeaderClassName
{
color: #B36E8C;
}
.AnyTagClassName
{
color: #B36E8C;
}
</style>
background-color css
<style>
a { background-color: #B36E8C; }
a { background-color: rgb(179,110,140); }
div.DivClassName
{
background-color: #B36E8C;
}
.BgClassName
{
background-color: #B36E8C;
}
</style>
border-color css
<style>
span { border-color: #B36E8C; }
span { border-color: rgb(179,110,140); }
td.TdClassName
{
border-color: #B36E8C;
}
.TagClassName
{
border-color: #B36E8C;
}
</style>