Shades of Tapestry #B6737C
Tints of Tapestry #B6737C
RGB
CMYK
RGB Variations
Color information
#B6737C (or 0xB6737C) is known color: Tapestry. HEX triplet: B6, 73 and 7C. RGB value is (182,115,124). Sum of RGB (Red+Green+Blue) = 182+115+124=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 182 - color contains mainly: red. Hex color #B6737C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6737C is #498C83. Grayscale: #888888. Windows color (decimal): -4820100 or 8156086. OLE color: 8156086.
HSL color Cylindrical-coordinate representation of color #B6737C: hue angle of 351.94º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B6737C is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 115 | 124 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.29 |
| HSL | 351.94º | 0.31% | 0.58% | - |
| HSV(B) | 351.94º | 0.37% | 0.71% | - |
| XYZ | 29.06 | 23.66 | 22.1 | - |
| YUV | 136.06 | 121.2 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 115 | 124 | 0 | 0.37 | 0.32 | 0.29 | 351.94 | 0.31 | 0.58 |
| Hex | B6 | 73 | 7C | 0 | 25 | 20 | 1D | 160 | 1F | 3A |
| Octal | 266 | 163 | 174 | 0 | 45 | 40 | 35 | 540 | 37 | 72 |
| Binary | 10110110 | 1110011 | 1111100 | 0 | 100101 | 100000 | 11101 | 101100000 | 11111 | 111010 |
Color Harmonies of #B6737C
Complementary color
Monochromatic Colors of #B6737C
Black with #B6737C
Text Example
Text Example
White with #B6737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6737C; }
p { color: rgb(182,115,124); }
H1.HeaderClassName
{
color: #B6737C;
}
.AnyTagClassName
{
color: #B6737C;
}
</style>
background-color css
<style>
a { background-color: #B6737C; }
a { background-color: rgb(182,115,124); }
div.DivClassName
{
background-color: #B6737C;
}
.BgClassName
{
background-color: #B6737C;
}
</style>
border-color css
<style>
span { border-color: #B6737C; }
span { border-color: rgb(182,115,124); }
td.TdClassName
{
border-color: #B6737C;
}
.TagClassName
{
border-color: #B6737C;
}
</style>