Shades of Tapestry #B6768D
Tints of Tapestry #B6768D
RGB
CMYK
RGB Variations
Color information
#B6768D (or 0xB6768D) is known color: Tapestry. HEX triplet: B6, 76 and 8D. RGB value is (182,118,141). Sum of RGB (Red+Green+Blue) = 182+118+141=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B6768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6768D is #498972. Grayscale: #8B8B8B. Windows color (decimal): -4819315 or 9270966. OLE color: 9270966.
HSL color Cylindrical-coordinate representation of color #B6768D: hue angle of 338.44º 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 #B6768D is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 118 | 141 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.29 |
| HSL | 338.44º | 0.3% | 0.59% | - |
| HSV(B) | 338.44º | 0.35% | 0.71% | - |
| XYZ | 30.58 | 24.83 | 28.38 | - |
| YUV | 139.76 | 128.7 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 118 | 141 | 0 | 0.35 | 0.23 | 0.29 | 338.44 | 0.3 | 0.59 |
| Hex | B6 | 76 | 8D | 0 | 23 | 17 | 1D | 152 | 1E | 3B |
| Octal | 266 | 166 | 215 | 0 | 43 | 27 | 35 | 522 | 36 | 73 |
| Binary | 10110110 | 1110110 | 10001101 | 0 | 100011 | 10111 | 11101 | 101010010 | 11110 | 111011 |
Color Harmonies of #B6768D
Complementary color
Monochromatic Colors of #B6768D
Black with #B6768D
Text Example
Text Example
White with #B6768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6768D; }
p { color: rgb(182,118,141); }
H1.HeaderClassName
{
color: #B6768D;
}
.AnyTagClassName
{
color: #B6768D;
}
</style>
background-color css
<style>
a { background-color: #B6768D; }
a { background-color: rgb(182,118,141); }
div.DivClassName
{
background-color: #B6768D;
}
.BgClassName
{
background-color: #B6768D;
}
</style>
border-color css
<style>
span { border-color: #B6768D; }
span { border-color: rgb(182,118,141); }
td.TdClassName
{
border-color: #B6768D;
}
.TagClassName
{
border-color: #B6768D;
}
</style>