Shades of Tapestry #B3678B
Tints of Tapestry #B3678B
RGB
CMYK
RGB Variations
Color information
#B3678B (or 0xB3678B) is known color: Tapestry. HEX triplet: B3, 67 and 8B. RGB value is (179,103,139). Sum of RGB (Red+Green+Blue) = 179+103+139=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 179 - color contains mainly: red. Hex color #B3678B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3678B is #4C9874. Grayscale: #818181. Windows color (decimal): -5019765 or 9136051. OLE color: 9136051.
HSL color Cylindrical-coordinate representation of color #B3678B: hue angle of 331.58º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B3678B is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 103 | 139 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.30 |
| HSL | 331.58º | 0.33% | 0.55% | - |
| HSV(B) | 331.58º | 0.42% | 0.7% | - |
| XYZ | 28.1 | 21.15 | 27.03 | - |
| YUV | 129.83 | 133.18 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 139 | 0 | 0.42 | 0.22 | 0.30 | 331.58 | 0.33 | 0.55 |
| Hex | B3 | 67 | 8B | 0 | 2A | 16 | 1E | 14C | 21 | 37 |
| Octal | 263 | 147 | 213 | 0 | 52 | 26 | 36 | 514 | 41 | 67 |
| Binary | 10110011 | 1100111 | 10001011 | 0 | 101010 | 10110 | 11110 | 101001100 | 100001 | 110111 |
Color Harmonies of #B3678B
Complementary color
Monochromatic Colors of #B3678B
Black with #B3678B
Text Example
Text Example
White with #B3678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3678B; }
p { color: rgb(179,103,139); }
H1.HeaderClassName
{
color: #B3678B;
}
.AnyTagClassName
{
color: #B3678B;
}
</style>
background-color css
<style>
a { background-color: #B3678B; }
a { background-color: rgb(179,103,139); }
div.DivClassName
{
background-color: #B3678B;
}
.BgClassName
{
background-color: #B3678B;
}
</style>
border-color css
<style>
span { border-color: #B3678B; }
span { border-color: rgb(179,103,139); }
td.TdClassName
{
border-color: #B3678B;
}
.TagClassName
{
border-color: #B3678B;
}
</style>