Shades of Tapestry #B36384
Tints of Tapestry #B36384
RGB
CMYK
RGB Variations
Color information
#B36384 (or 0xB36384) is known color: Tapestry. HEX triplet: B3, 63 and 84. RGB value is (179,99,132). Sum of RGB (Red+Green+Blue) = 179+99+132=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 179 - color contains mainly: red. Hex color #B36384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36384 is #4C9C7B. Grayscale: #7E7E7E. Windows color (decimal): -5020796 or 8676275. OLE color: 8676275.
HSL color Cylindrical-coordinate representation of color #B36384: hue angle of 335.25º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B36384 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 99 | 132 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.30 |
| HSL | 335.25º | 0.34% | 0.55% | - |
| HSV(B) | 335.25º | 0.45% | 0.7% | - |
| XYZ | 27.22 | 20.17 | 24.29 | - |
| YUV | 126.68 | 131 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 99 | 132 | 0 | 0.45 | 0.26 | 0.30 | 335.25 | 0.34 | 0.55 |
| Hex | B3 | 63 | 84 | 0 | 2D | 1A | 1E | 14F | 22 | 37 |
| Octal | 263 | 143 | 204 | 0 | 55 | 32 | 36 | 517 | 42 | 67 |
| Binary | 10110011 | 1100011 | 10000100 | 0 | 101101 | 11010 | 11110 | 101001111 | 100010 | 110111 |
Color Harmonies of #B36384
Complementary color
Monochromatic Colors of #B36384
Black with #B36384
Text Example
Text Example
White with #B36384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36384; }
p { color: rgb(179,99,132); }
H1.HeaderClassName
{
color: #B36384;
}
.AnyTagClassName
{
color: #B36384;
}
</style>
background-color css
<style>
a { background-color: #B36384; }
a { background-color: rgb(179,99,132); }
div.DivClassName
{
background-color: #B36384;
}
.BgClassName
{
background-color: #B36384;
}
</style>
border-color css
<style>
span { border-color: #B36384; }
span { border-color: rgb(179,99,132); }
td.TdClassName
{
border-color: #B36384;
}
.TagClassName
{
border-color: #B36384;
}
</style>