Shades of Tapestry #B3668A
Tints of Tapestry #B3668A
RGB
CMYK
RGB Variations
Color information
#B3668A (or 0xB3668A) is known color: Tapestry. HEX triplet: B3, 66 and 8A. RGB value is (179,102,138). Sum of RGB (Red+Green+Blue) = 179+102+138=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 179 - color contains mainly: red. Hex color #B3668A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3668A is #4C9975. Grayscale: #818181. Windows color (decimal): -5020022 or 9070259. OLE color: 9070259.
HSL color Cylindrical-coordinate representation of color #B3668A: hue angle of 331.95º 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 #B3668A is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 102 | 138 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.30 |
| HSL | 331.95º | 0.34% | 0.55% | - |
| HSV(B) | 331.95º | 0.43% | 0.7% | - |
| XYZ | 27.93 | 20.92 | 26.61 | - |
| YUV | 129.13 | 133.01 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 138 | 0 | 0.43 | 0.23 | 0.30 | 331.95 | 0.34 | 0.55 |
| Hex | B3 | 66 | 8A | 0 | 2B | 17 | 1E | 14C | 22 | 37 |
| Octal | 263 | 146 | 212 | 0 | 53 | 27 | 36 | 514 | 42 | 67 |
| Binary | 10110011 | 1100110 | 10001010 | 0 | 101011 | 10111 | 11110 | 101001100 | 100010 | 110111 |
Color Harmonies of #B3668A
Complementary color
Monochromatic Colors of #B3668A
Black with #B3668A
Text Example
Text Example
White with #B3668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3668A; }
p { color: rgb(179,102,138); }
H1.HeaderClassName
{
color: #B3668A;
}
.AnyTagClassName
{
color: #B3668A;
}
</style>
background-color css
<style>
a { background-color: #B3668A; }
a { background-color: rgb(179,102,138); }
div.DivClassName
{
background-color: #B3668A;
}
.BgClassName
{
background-color: #B3668A;
}
</style>
border-color css
<style>
span { border-color: #B3668A; }
span { border-color: rgb(179,102,138); }
td.TdClassName
{
border-color: #B3668A;
}
.TagClassName
{
border-color: #B3668A;
}
</style>