Shades of Tapestry #B6677C
Tints of Tapestry #B6677C
RGB
CMYK
RGB Variations
Color information
#B6677C (or 0xB6677C) is known color: Tapestry. HEX triplet: B6, 67 and 7C. RGB value is (182,103,124). Sum of RGB (Red+Green+Blue) = 182+103+124=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B6677C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6677C is #499883. Grayscale: #818181. Windows color (decimal): -4823172 or 8153014. OLE color: 8153014.
HSL color Cylindrical-coordinate representation of color #B6677C: hue angle of 344.05º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B6677C is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 103 | 124 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.29 |
| HSL | 344.05º | 0.35% | 0.56% | - |
| HSV(B) | 344.05º | 0.43% | 0.71% | - |
| XYZ | 27.78 | 21.1 | 21.68 | - |
| YUV | 129.02 | 125.17 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 103 | 124 | 0 | 0.43 | 0.32 | 0.29 | 344.05 | 0.35 | 0.56 |
| Hex | B6 | 67 | 7C | 0 | 2B | 20 | 1D | 158 | 23 | 38 |
| Octal | 266 | 147 | 174 | 0 | 53 | 40 | 35 | 530 | 43 | 70 |
| Binary | 10110110 | 1100111 | 1111100 | 0 | 101011 | 100000 | 11101 | 101011000 | 100011 | 111000 |
Color Harmonies of #B6677C
Complementary color
Monochromatic Colors of #B6677C
Black with #B6677C
Text Example
Text Example
White with #B6677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6677C; }
p { color: rgb(182,103,124); }
H1.HeaderClassName
{
color: #B6677C;
}
.AnyTagClassName
{
color: #B6677C;
}
</style>
background-color css
<style>
a { background-color: #B6677C; }
a { background-color: rgb(182,103,124); }
div.DivClassName
{
background-color: #B6677C;
}
.BgClassName
{
background-color: #B6677C;
}
</style>
border-color css
<style>
span { border-color: #B6677C; }
span { border-color: rgb(182,103,124); }
td.TdClassName
{
border-color: #B6677C;
}
.TagClassName
{
border-color: #B6677C;
}
</style>