Shades of Tapestry #B36185
Tints of Tapestry #B36185
RGB
CMYK
RGB Variations
Color information
#B36185 (or 0xB36185) is known color: Tapestry. HEX triplet: B3, 61 and 85. RGB value is (179,97,133). Sum of RGB (Red+Green+Blue) = 179+97+133=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 179 - color contains mainly: red. Hex color #B36185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36185 is #4C9E7A. Grayscale: #7D7D7D. Windows color (decimal): -5021307 or 8741299. OLE color: 8741299.
HSL color Cylindrical-coordinate representation of color #B36185: hue angle of 333.66º 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 #B36185 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 97 | 133 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.30 |
| HSL | 333.66º | 0.35% | 0.54% | - |
| HSV(B) | 333.66º | 0.46% | 0.7% | - |
| XYZ | 27.1 | 19.83 | 24.59 | - |
| YUV | 125.62 | 132.17 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 97 | 133 | 0 | 0.46 | 0.26 | 0.30 | 333.66 | 0.35 | 0.54 |
| Hex | B3 | 61 | 85 | 0 | 2E | 1A | 1E | 14E | 23 | 36 |
| Octal | 263 | 141 | 205 | 0 | 56 | 32 | 36 | 516 | 43 | 66 |
| Binary | 10110011 | 1100001 | 10000101 | 0 | 101110 | 11010 | 11110 | 101001110 | 100011 | 110110 |
Color Harmonies of #B36185
Complementary color
Monochromatic Colors of #B36185
Black with #B36185
Text Example
Text Example
White with #B36185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36185; }
p { color: rgb(179,97,133); }
H1.HeaderClassName
{
color: #B36185;
}
.AnyTagClassName
{
color: #B36185;
}
</style>
background-color css
<style>
a { background-color: #B36185; }
a { background-color: rgb(179,97,133); }
div.DivClassName
{
background-color: #B36185;
}
.BgClassName
{
background-color: #B36185;
}
</style>
border-color css
<style>
span { border-color: #B36185; }
span { border-color: rgb(179,97,133); }
td.TdClassName
{
border-color: #B36185;
}
.TagClassName
{
border-color: #B36185;
}
</style>