Shades of Tapestry #B36690
Tints of Tapestry #B36690
RGB
CMYK
RGB Variations
Color information
#B36690 (or 0xB36690) is known color: Tapestry. HEX triplet: B3, 66 and 90. RGB value is (179,102,144). Sum of RGB (Red+Green+Blue) = 179+102+144=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B36690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36690 is #4C996F. Grayscale: #818181. Windows color (decimal): -5020016 or 9463475. OLE color: 9463475.
HSL color Cylindrical-coordinate representation of color #B36690: hue angle of 327.27º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B36690 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 102 | 144 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.30 |
| HSL | 327.27º | 0.34% | 0.55% | - |
| HSV(B) | 327.27º | 0.43% | 0.7% | - |
| XYZ | 28.38 | 21.1 | 28.96 | - |
| YUV | 129.81 | 136.01 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 144 | 0 | 0.43 | 0.20 | 0.30 | 327.27 | 0.34 | 0.55 |
| Hex | B3 | 66 | 90 | 0 | 2B | 14 | 1E | 147 | 22 | 37 |
| Octal | 263 | 146 | 220 | 0 | 53 | 24 | 36 | 507 | 42 | 67 |
| Binary | 10110011 | 1100110 | 10010000 | 0 | 101011 | 10100 | 11110 | 101000111 | 100010 | 110111 |
Color Harmonies of #B36690
Complementary color
Monochromatic Colors of #B36690
Black with #B36690
Text Example
Text Example
White with #B36690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36690; }
p { color: rgb(179,102,144); }
H1.HeaderClassName
{
color: #B36690;
}
.AnyTagClassName
{
color: #B36690;
}
</style>
background-color css
<style>
a { background-color: #B36690; }
a { background-color: rgb(179,102,144); }
div.DivClassName
{
background-color: #B36690;
}
.BgClassName
{
background-color: #B36690;
}
</style>
border-color css
<style>
span { border-color: #B36690; }
span { border-color: rgb(179,102,144); }
td.TdClassName
{
border-color: #B36690;
}
.TagClassName
{
border-color: #B36690;
}
</style>