Shades of Tapestry #B36E81
Tints of Tapestry #B36E81
RGB
CMYK
RGB Variations
Color information
#B36E81 (or 0xB36E81) is known color: Tapestry. HEX triplet: B3, 6E and 81. RGB value is (179,110,129). Sum of RGB (Red+Green+Blue) = 179+110+129=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 179 - color contains mainly: red. Hex color #B36E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36E81 is #4C917E. Grayscale: #848484. Windows color (decimal): -5017983 or 8482483. OLE color: 8482483.
HSL color Cylindrical-coordinate representation of color #B36E81: hue angle of 343.48º 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 #B36E81 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 110 | 129 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.30 |
| HSL | 343.48º | 0.31% | 0.57% | - |
| HSV(B) | 343.48º | 0.39% | 0.7% | - |
| XYZ | 28.13 | 22.32 | 23.59 | - |
| YUV | 132.8 | 125.86 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 110 | 129 | 0 | 0.39 | 0.28 | 0.30 | 343.48 | 0.31 | 0.57 |
| Hex | B3 | 6E | 81 | 0 | 27 | 1C | 1E | 157 | 1F | 39 |
| Octal | 263 | 156 | 201 | 0 | 47 | 34 | 36 | 527 | 37 | 71 |
| Binary | 10110011 | 1101110 | 10000001 | 0 | 100111 | 11100 | 11110 | 101010111 | 11111 | 111001 |
Color Harmonies of #B36E81
Complementary color
Monochromatic Colors of #B36E81
Black with #B36E81
Text Example
Text Example
White with #B36E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36E81; }
p { color: rgb(179,110,129); }
H1.HeaderClassName
{
color: #B36E81;
}
.AnyTagClassName
{
color: #B36E81;
}
</style>
background-color css
<style>
a { background-color: #B36E81; }
a { background-color: rgb(179,110,129); }
div.DivClassName
{
background-color: #B36E81;
}
.BgClassName
{
background-color: #B36E81;
}
</style>
border-color css
<style>
span { border-color: #B36E81; }
span { border-color: rgb(179,110,129); }
td.TdClassName
{
border-color: #B36E81;
}
.TagClassName
{
border-color: #B36E81;
}
</style>