Shades of Tapestry #B6768E
Tints of Tapestry #B6768E
RGB
CMYK
RGB Variations
Color information
#B6768E (or 0xB6768E) is known color: Tapestry. HEX triplet: B6, 76 and 8E. RGB value is (182,118,142). Sum of RGB (Red+Green+Blue) = 182+118+142=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 182 - color contains mainly: red. Hex color #B6768E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6768E is #498971. Grayscale: #8B8B8B. Windows color (decimal): -4819314 or 9336502. OLE color: 9336502.
HSL color Cylindrical-coordinate representation of color #B6768E: hue angle of 337.5º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B6768E is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 118 | 142 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.29 |
| HSL | 337.5º | 0.3% | 0.59% | - |
| HSV(B) | 337.5º | 0.35% | 0.71% | - |
| XYZ | 30.65 | 24.85 | 28.77 | - |
| YUV | 139.87 | 129.2 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 118 | 142 | 0 | 0.35 | 0.22 | 0.29 | 337.5 | 0.3 | 0.59 |
| Hex | B6 | 76 | 8E | 0 | 23 | 16 | 1D | 152 | 1E | 3B |
| Octal | 266 | 166 | 216 | 0 | 43 | 26 | 35 | 522 | 36 | 73 |
| Binary | 10110110 | 1110110 | 10001110 | 0 | 100011 | 10110 | 11101 | 101010010 | 11110 | 111011 |
Color Harmonies of #B6768E
Complementary color
Monochromatic Colors of #B6768E
Black with #B6768E
Text Example
Text Example
White with #B6768E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6768E; }
p { color: rgb(182,118,142); }
H1.HeaderClassName
{
color: #B6768E;
}
.AnyTagClassName
{
color: #B6768E;
}
</style>
background-color css
<style>
a { background-color: #B6768E; }
a { background-color: rgb(182,118,142); }
div.DivClassName
{
background-color: #B6768E;
}
.BgClassName
{
background-color: #B6768E;
}
</style>
border-color css
<style>
span { border-color: #B6768E; }
span { border-color: rgb(182,118,142); }
td.TdClassName
{
border-color: #B6768E;
}
.TagClassName
{
border-color: #B6768E;
}
</style>