Shades of Tapestry #B2688C
Tints of Tapestry #B2688C
RGB
CMYK
RGB Variations
Color information
#B2688C (or 0xB2688C) is known color: Tapestry. HEX triplet: B2, 68 and 8C. RGB value is (178,104,140). Sum of RGB (Red+Green+Blue) = 178+104+140=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B2688C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2688C is #4D9773. Grayscale: #828282. Windows color (decimal): -5085044 or 9201842. OLE color: 9201842.
HSL color Cylindrical-coordinate representation of color #B2688C: hue angle of 330.81º degrees, saturation: 0.32, 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 #B2688C is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 104 | 140 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.30 |
| HSL | 330.81º | 0.32% | 0.55% | - |
| HSV(B) | 330.81º | 0.42% | 0.7% | - |
| XYZ | 28.04 | 21.26 | 27.44 | - |
| YUV | 130.23 | 133.52 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 104 | 140 | 0 | 0.42 | 0.21 | 0.30 | 330.81 | 0.32 | 0.55 |
| Hex | B2 | 68 | 8C | 0 | 2A | 15 | 1E | 14B | 20 | 37 |
| Octal | 262 | 150 | 214 | 0 | 52 | 25 | 36 | 513 | 40 | 67 |
| Binary | 10110010 | 1101000 | 10001100 | 0 | 101010 | 10101 | 11110 | 101001011 | 100000 | 110111 |
Color Harmonies of #B2688C
Complementary color
Monochromatic Colors of #B2688C
Black with #B2688C
Text Example
Text Example
White with #B2688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2688C; }
p { color: rgb(178,104,140); }
H1.HeaderClassName
{
color: #B2688C;
}
.AnyTagClassName
{
color: #B2688C;
}
</style>
background-color css
<style>
a { background-color: #B2688C; }
a { background-color: rgb(178,104,140); }
div.DivClassName
{
background-color: #B2688C;
}
.BgClassName
{
background-color: #B2688C;
}
</style>
border-color css
<style>
span { border-color: #B2688C; }
span { border-color: rgb(178,104,140); }
td.TdClassName
{
border-color: #B2688C;
}
.TagClassName
{
border-color: #B2688C;
}
</style>