Shades of Tapestry #B3667D
Tints of Tapestry #B3667D
RGB
CMYK
RGB Variations
Color information
#B3667D (or 0xB3667D) is known color: Tapestry. HEX triplet: B3, 66 and 7D. RGB value is (179,102,125). Sum of RGB (Red+Green+Blue) = 179+102+125=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 179 - color contains mainly: red. Hex color #B3667D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3667D is #4C9982. Grayscale: #7F7F7F. Windows color (decimal): -5020035 or 8218291. OLE color: 8218291.
HSL color Cylindrical-coordinate representation of color #B3667D: hue angle of 342.08º 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 #B3667D is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 102 | 125 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.30 |
| HSL | 342.08º | 0.34% | 0.55% | - |
| HSV(B) | 342.08º | 0.43% | 0.7% | - |
| XYZ | 27.04 | 20.57 | 21.95 | - |
| YUV | 127.65 | 126.51 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 125 | 0 | 0.43 | 0.30 | 0.30 | 342.08 | 0.34 | 0.55 |
| Hex | B3 | 66 | 7D | 0 | 2B | 1E | 1E | 156 | 22 | 37 |
| Octal | 263 | 146 | 175 | 0 | 53 | 36 | 36 | 526 | 42 | 67 |
| Binary | 10110011 | 1100110 | 1111101 | 0 | 101011 | 11110 | 11110 | 101010110 | 100010 | 110111 |
Color Harmonies of #B3667D
Complementary color
Monochromatic Colors of #B3667D
Black with #B3667D
Text Example
Text Example
White with #B3667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3667D; }
p { color: rgb(179,102,125); }
H1.HeaderClassName
{
color: #B3667D;
}
.AnyTagClassName
{
color: #B3667D;
}
</style>
background-color css
<style>
a { background-color: #B3667D; }
a { background-color: rgb(179,102,125); }
div.DivClassName
{
background-color: #B3667D;
}
.BgClassName
{
background-color: #B3667D;
}
</style>
border-color css
<style>
span { border-color: #B3667D; }
span { border-color: rgb(179,102,125); }
td.TdClassName
{
border-color: #B3667D;
}
.TagClassName
{
border-color: #B3667D;
}
</style>