Shades of Tapestry #B36986
Tints of Tapestry #B36986
RGB
CMYK
RGB Variations
Color information
#B36986 (or 0xB36986) is known color: Tapestry. HEX triplet: B3, 69 and 86. RGB value is (179,105,134). Sum of RGB (Red+Green+Blue) = 179+105+134=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 134 (52.73% from 255 or 32.06% from 418); Max value from RGB is 179 - color contains mainly: red. Hex color #B36986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36986 is #4C9679. Grayscale: #828282. Windows color (decimal): -5019258 or 8808883. OLE color: 8808883.
HSL color Cylindrical-coordinate representation of color #B36986: hue angle of 336.49º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B36986 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 105 | 134 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.30 |
| HSL | 336.49º | 0.33% | 0.56% | - |
| HSV(B) | 336.49º | 0.41% | 0.7% | - |
| XYZ | 27.95 | 21.41 | 25.21 | - |
| YUV | 130.43 | 130.02 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 105 | 134 | 0 | 0.41 | 0.25 | 0.30 | 336.49 | 0.33 | 0.56 |
| Hex | B3 | 69 | 86 | 0 | 29 | 19 | 1E | 150 | 21 | 38 |
| Octal | 263 | 151 | 206 | 0 | 51 | 31 | 36 | 520 | 41 | 70 |
| Binary | 10110011 | 1101001 | 10000110 | 0 | 101001 | 11001 | 11110 | 101010000 | 100001 | 111000 |
Color Harmonies of #B36986
Complementary color
Monochromatic Colors of #B36986
Black with #B36986
Text Example
Text Example
White with #B36986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36986; }
p { color: rgb(179,105,134); }
H1.HeaderClassName
{
color: #B36986;
}
.AnyTagClassName
{
color: #B36986;
}
</style>
background-color css
<style>
a { background-color: #B36986; }
a { background-color: rgb(179,105,134); }
div.DivClassName
{
background-color: #B36986;
}
.BgClassName
{
background-color: #B36986;
}
</style>
border-color css
<style>
span { border-color: #B36986; }
span { border-color: rgb(179,105,134); }
td.TdClassName
{
border-color: #B36986;
}
.TagClassName
{
border-color: #B36986;
}
</style>