Shades of Tapestry #B36189
Tints of Tapestry #B36189
RGB
CMYK
RGB Variations
Color information
#B36189 (or 0xB36189) is known color: Tapestry. HEX triplet: B3, 61 and 89. RGB value is (179,97,137). Sum of RGB (Red+Green+Blue) = 179+97+137=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B36189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36189 is #4C9E76. Grayscale: #7E7E7E. Windows color (decimal): -5021303 or 9003443. OLE color: 9003443.
HSL color Cylindrical-coordinate representation of color #B36189: hue angle of 330.73º 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 #B36189 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 97 | 137 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.30 |
| HSL | 330.73º | 0.35% | 0.54% | - |
| HSV(B) | 330.73º | 0.46% | 0.7% | - |
| XYZ | 27.38 | 19.94 | 26.07 | - |
| YUV | 126.08 | 134.17 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 97 | 137 | 0 | 0.46 | 0.23 | 0.30 | 330.73 | 0.35 | 0.54 |
| Hex | B3 | 61 | 89 | 0 | 2E | 17 | 1E | 14B | 23 | 36 |
| Octal | 263 | 141 | 211 | 0 | 56 | 27 | 36 | 513 | 43 | 66 |
| Binary | 10110011 | 1100001 | 10001001 | 0 | 101110 | 10111 | 11110 | 101001011 | 100011 | 110110 |
Color Harmonies of #B36189
Complementary color
Monochromatic Colors of #B36189
Black with #B36189
Text Example
Text Example
White with #B36189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36189; }
p { color: rgb(179,97,137); }
H1.HeaderClassName
{
color: #B36189;
}
.AnyTagClassName
{
color: #B36189;
}
</style>
background-color css
<style>
a { background-color: #B36189; }
a { background-color: rgb(179,97,137); }
div.DivClassName
{
background-color: #B36189;
}
.BgClassName
{
background-color: #B36189;
}
</style>
border-color css
<style>
span { border-color: #B36189; }
span { border-color: rgb(179,97,137); }
td.TdClassName
{
border-color: #B36189;
}
.TagClassName
{
border-color: #B36189;
}
</style>