Shades of Tapestry #B6718A
Tints of Tapestry #B6718A
RGB
CMYK
RGB Variations
Color information
#B6718A (or 0xB6718A) is known color: Tapestry. HEX triplet: B6, 71 and 8A. RGB value is (182,113,138). Sum of RGB (Red+Green+Blue) = 182+113+138=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 182 - color contains mainly: red. Hex color #B6718A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6718A is #498E75. Grayscale: #888888. Windows color (decimal): -4820598 or 9073078. OLE color: 9073078.
HSL color Cylindrical-coordinate representation of color #B6718A: hue angle of 338.26º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B6718A is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 113 | 138 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.29 |
| HSL | 338.26º | 0.32% | 0.58% | - |
| HSV(B) | 338.26º | 0.38% | 0.71% | - |
| XYZ | 29.78 | 23.59 | 27.03 | - |
| YUV | 136.48 | 128.86 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 113 | 138 | 0 | 0.38 | 0.24 | 0.29 | 338.26 | 0.32 | 0.58 |
| Hex | B6 | 71 | 8A | 0 | 26 | 18 | 1D | 152 | 20 | 3A |
| Octal | 266 | 161 | 212 | 0 | 46 | 30 | 35 | 522 | 40 | 72 |
| Binary | 10110110 | 1110001 | 10001010 | 0 | 100110 | 11000 | 11101 | 101010010 | 100000 | 111010 |
Color Harmonies of #B6718A
Complementary color
Monochromatic Colors of #B6718A
Black with #B6718A
Text Example
Text Example
White with #B6718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6718A; }
p { color: rgb(182,113,138); }
H1.HeaderClassName
{
color: #B6718A;
}
.AnyTagClassName
{
color: #B6718A;
}
</style>
background-color css
<style>
a { background-color: #B6718A; }
a { background-color: rgb(182,113,138); }
div.DivClassName
{
background-color: #B6718A;
}
.BgClassName
{
background-color: #B6718A;
}
</style>
border-color css
<style>
span { border-color: #B6718A; }
span { border-color: rgb(182,113,138); }
td.TdClassName
{
border-color: #B6718A;
}
.TagClassName
{
border-color: #B6718A;
}
</style>