Shades of Tapestry #B36593
Tints of Tapestry #B36593
RGB
CMYK
RGB Variations
Color information
#B36593 (or 0xB36593) is known color: Tapestry. HEX triplet: B3, 65 and 93. RGB value is (179,101,147). Sum of RGB (Red+Green+Blue) = 179+101+147=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 179 - color contains mainly: red. Hex color #B36593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36593 is #4C9A6C. Grayscale: #818181. Windows color (decimal): -5020269 or 9659827. OLE color: 9659827.
HSL color Cylindrical-coordinate representation of color #B36593: hue angle of 324.62º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B36593 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 101 | 147 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.30 |
| HSL | 324.62º | 0.34% | 0.55% | - |
| HSV(B) | 324.62º | 0.44% | 0.7% | - |
| XYZ | 28.51 | 21 | 30.15 | - |
| YUV | 129.57 | 137.84 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 101 | 147 | 0 | 0.44 | 0.18 | 0.30 | 324.62 | 0.34 | 0.55 |
| Hex | B3 | 65 | 93 | 0 | 2C | 12 | 1E | 145 | 22 | 37 |
| Octal | 263 | 145 | 223 | 0 | 54 | 22 | 36 | 505 | 42 | 67 |
| Binary | 10110011 | 1100101 | 10010011 | 0 | 101100 | 10010 | 11110 | 101000101 | 100010 | 110111 |
Color Harmonies of #B36593
Complementary color
Monochromatic Colors of #B36593
Black with #B36593
Text Example
Text Example
White with #B36593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36593; }
p { color: rgb(179,101,147); }
H1.HeaderClassName
{
color: #B36593;
}
.AnyTagClassName
{
color: #B36593;
}
</style>
background-color css
<style>
a { background-color: #B36593; }
a { background-color: rgb(179,101,147); }
div.DivClassName
{
background-color: #B36593;
}
.BgClassName
{
background-color: #B36593;
}
</style>
border-color css
<style>
span { border-color: #B36593; }
span { border-color: rgb(179,101,147); }
td.TdClassName
{
border-color: #B36593;
}
.TagClassName
{
border-color: #B36593;
}
</style>