Shades of Tapestry #B36082
Tints of Tapestry #B36082
RGB
CMYK
RGB Variations
Color information
#B36082 (or 0xB36082) is known color: Tapestry. HEX triplet: B3, 60 and 82. RGB value is (179,96,130). Sum of RGB (Red+Green+Blue) = 179+96+130=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B36082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36082 is #4C9F7D. Grayscale: #7C7C7C. Windows color (decimal): -5021566 or 8544435. OLE color: 8544435.
HSL color Cylindrical-coordinate representation of color #B36082: hue angle of 335.42º 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 #B36082 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 96 | 130 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.30 |
| HSL | 335.42º | 0.35% | 0.54% | - |
| HSV(B) | 335.42º | 0.46% | 0.7% | - |
| XYZ | 26.8 | 19.56 | 23.48 | - |
| YUV | 124.69 | 131 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 96 | 130 | 0 | 0.46 | 0.27 | 0.30 | 335.42 | 0.35 | 0.54 |
| Hex | B3 | 60 | 82 | 0 | 2E | 1B | 1E | 14F | 23 | 36 |
| Octal | 263 | 140 | 202 | 0 | 56 | 33 | 36 | 517 | 43 | 66 |
| Binary | 10110011 | 1100000 | 10000010 | 0 | 101110 | 11011 | 11110 | 101001111 | 100011 | 110110 |
Color Harmonies of #B36082
Complementary color
Monochromatic Colors of #B36082
Black with #B36082
Text Example
Text Example
White with #B36082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36082; }
p { color: rgb(179,96,130); }
H1.HeaderClassName
{
color: #B36082;
}
.AnyTagClassName
{
color: #B36082;
}
</style>
background-color css
<style>
a { background-color: #B36082; }
a { background-color: rgb(179,96,130); }
div.DivClassName
{
background-color: #B36082;
}
.BgClassName
{
background-color: #B36082;
}
</style>
border-color css
<style>
span { border-color: #B36082; }
span { border-color: rgb(179,96,130); }
td.TdClassName
{
border-color: #B36082;
}
.TagClassName
{
border-color: #B36082;
}
</style>