Shades of Tapestry #B3668B
Tints of Tapestry #B3668B
RGB
CMYK
RGB Variations
Color information
#B3668B (or 0xB3668B) is known color: Tapestry. HEX triplet: B3, 66 and 8B. RGB value is (179,102,139). Sum of RGB (Red+Green+Blue) = 179+102+139=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 179 - color contains mainly: red. Hex color #B3668B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3668B is #4C9974. Grayscale: #818181. Windows color (decimal): -5020021 or 9135795. OLE color: 9135795.
HSL color Cylindrical-coordinate representation of color #B3668B: hue angle of 331.17º 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 #B3668B is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 102 | 139 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.30 |
| HSL | 331.17º | 0.34% | 0.55% | - |
| HSV(B) | 331.17º | 0.43% | 0.7% | - |
| XYZ | 28 | 20.95 | 26.99 | - |
| YUV | 129.24 | 133.51 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 139 | 0 | 0.43 | 0.22 | 0.30 | 331.17 | 0.34 | 0.55 |
| Hex | B3 | 66 | 8B | 0 | 2B | 16 | 1E | 14B | 22 | 37 |
| Octal | 263 | 146 | 213 | 0 | 53 | 26 | 36 | 513 | 42 | 67 |
| Binary | 10110011 | 1100110 | 10001011 | 0 | 101011 | 10110 | 11110 | 101001011 | 100010 | 110111 |
Color Harmonies of #B3668B
Complementary color
Monochromatic Colors of #B3668B
Black with #B3668B
Text Example
Text Example
White with #B3668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3668B; }
p { color: rgb(179,102,139); }
H1.HeaderClassName
{
color: #B3668B;
}
.AnyTagClassName
{
color: #B3668B;
}
</style>
background-color css
<style>
a { background-color: #B3668B; }
a { background-color: rgb(179,102,139); }
div.DivClassName
{
background-color: #B3668B;
}
.BgClassName
{
background-color: #B3668B;
}
</style>
border-color css
<style>
span { border-color: #B3668B; }
span { border-color: rgb(179,102,139); }
td.TdClassName
{
border-color: #B3668B;
}
.TagClassName
{
border-color: #B3668B;
}
</style>