Shades of Tapestry #B2677C
Tints of Tapestry #B2677C
RGB
CMYK
RGB Variations
Color information
#B2677C (or 0xB2677C) is known color: Tapestry. HEX triplet: B2, 67 and 7C. RGB value is (178,103,124). Sum of RGB (Red+Green+Blue) = 178+103+124=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B2677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2677C is #4D9883. Grayscale: #7F7F7F. Windows color (decimal): -5085316 or 8153010. OLE color: 8153010.
HSL color Cylindrical-coordinate representation of color #B2677C: hue angle of 343.2º 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 #B2677C is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 103 | 124 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.30 |
| HSL | 343.2º | 0.33% | 0.55% | - |
| HSV(B) | 343.2º | 0.42% | 0.7% | - |
| XYZ | 26.85 | 20.62 | 21.63 | - |
| YUV | 127.82 | 125.85 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 103 | 124 | 0 | 0.42 | 0.30 | 0.30 | 343.2 | 0.33 | 0.55 |
| Hex | B2 | 67 | 7C | 0 | 2A | 1E | 1E | 157 | 21 | 37 |
| Octal | 262 | 147 | 174 | 0 | 52 | 36 | 36 | 527 | 41 | 67 |
| Binary | 10110010 | 1100111 | 1111100 | 0 | 101010 | 11110 | 11110 | 101010111 | 100001 | 110111 |
Color Harmonies of #B2677C
Complementary color
Monochromatic Colors of #B2677C
Black with #B2677C
Text Example
Text Example
White with #B2677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2677C; }
p { color: rgb(178,103,124); }
H1.HeaderClassName
{
color: #B2677C;
}
.AnyTagClassName
{
color: #B2677C;
}
</style>
background-color css
<style>
a { background-color: #B2677C; }
a { background-color: rgb(178,103,124); }
div.DivClassName
{
background-color: #B2677C;
}
.BgClassName
{
background-color: #B2677C;
}
</style>
border-color css
<style>
span { border-color: #B2677C; }
span { border-color: rgb(178,103,124); }
td.TdClassName
{
border-color: #B2677C;
}
.TagClassName
{
border-color: #B2677C;
}
</style>