Shades of Tapestry #B2678A
Tints of Tapestry #B2678A
RGB
CMYK
RGB Variations
Color information
#B2678A (or 0xB2678A) is known color: Tapestry. HEX triplet: B2, 67 and 8A. RGB value is (178,103,138). Sum of RGB (Red+Green+Blue) = 178+103+138=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B2678A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2678A is #4D9875. Grayscale: #818181. Windows color (decimal): -5085302 or 9070514. OLE color: 9070514.
HSL color Cylindrical-coordinate representation of color #B2678A: hue angle of 332º 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 #B2678A is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 103 | 138 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.30 |
| HSL | 332º | 0.33% | 0.55% | - |
| HSV(B) | 332º | 0.42% | 0.7% | - |
| XYZ | 27.8 | 21 | 26.63 | - |
| YUV | 129.42 | 132.85 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 103 | 138 | 0 | 0.42 | 0.22 | 0.30 | 332 | 0.33 | 0.55 |
| Hex | B2 | 67 | 8A | 0 | 2A | 16 | 1E | 14C | 21 | 37 |
| Octal | 262 | 147 | 212 | 0 | 52 | 26 | 36 | 514 | 41 | 67 |
| Binary | 10110010 | 1100111 | 10001010 | 0 | 101010 | 10110 | 11110 | 101001100 | 100001 | 110111 |
Color Harmonies of #B2678A
Complementary color
Monochromatic Colors of #B2678A
Black with #B2678A
Text Example
Text Example
White with #B2678A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2678A; }
p { color: rgb(178,103,138); }
H1.HeaderClassName
{
color: #B2678A;
}
.AnyTagClassName
{
color: #B2678A;
}
</style>
background-color css
<style>
a { background-color: #B2678A; }
a { background-color: rgb(178,103,138); }
div.DivClassName
{
background-color: #B2678A;
}
.BgClassName
{
background-color: #B2678A;
}
</style>
border-color css
<style>
span { border-color: #B2678A; }
span { border-color: rgb(178,103,138); }
td.TdClassName
{
border-color: #B2678A;
}
.TagClassName
{
border-color: #B2678A;
}
</style>