Shades of Tapestry #B36187
Tints of Tapestry #B36187
RGB
CMYK
RGB Variations
Color information
#B36187 (or 0xB36187) is known color: Tapestry. HEX triplet: B3, 61 and 87. RGB value is (179,97,135). Sum of RGB (Red+Green+Blue) = 179+97+135=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 179 - color contains mainly: red. Hex color #B36187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36187 is #4C9E78. Grayscale: #7D7D7D. Windows color (decimal): -5021305 or 8872371. OLE color: 8872371.
HSL color Cylindrical-coordinate representation of color #B36187: hue angle of 332.2º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B36187 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 97 | 135 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.30 |
| HSL | 332.2º | 0.35% | 0.54% | - |
| HSV(B) | 332.2º | 0.46% | 0.7% | - |
| XYZ | 27.24 | 19.88 | 25.32 | - |
| YUV | 125.85 | 133.17 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 97 | 135 | 0 | 0.46 | 0.25 | 0.30 | 332.2 | 0.35 | 0.54 |
| Hex | B3 | 61 | 87 | 0 | 2E | 19 | 1E | 14C | 23 | 36 |
| Octal | 263 | 141 | 207 | 0 | 56 | 31 | 36 | 514 | 43 | 66 |
| Binary | 10110011 | 1100001 | 10000111 | 0 | 101110 | 11001 | 11110 | 101001100 | 100011 | 110110 |
Color Harmonies of #B36187
Complementary color
Monochromatic Colors of #B36187
Black with #B36187
Text Example
Text Example
White with #B36187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36187; }
p { color: rgb(179,97,135); }
H1.HeaderClassName
{
color: #B36187;
}
.AnyTagClassName
{
color: #B36187;
}
</style>
background-color css
<style>
a { background-color: #B36187; }
a { background-color: rgb(179,97,135); }
div.DivClassName
{
background-color: #B36187;
}
.BgClassName
{
background-color: #B36187;
}
</style>
border-color css
<style>
span { border-color: #B36187; }
span { border-color: rgb(179,97,135); }
td.TdClassName
{
border-color: #B36187;
}
.TagClassName
{
border-color: #B36187;
}
</style>