Shades of Tapestry #B6768F
Tints of Tapestry #B6768F
RGB
CMYK
RGB Variations
Color information
#B6768F (or 0xB6768F) is known color: Tapestry. HEX triplet: B6, 76 and 8F. RGB value is (182,118,143). Sum of RGB (Red+Green+Blue) = 182+118+143=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 143 (56.25% from 255 or 32.28% from 443); Max value from RGB is 182 - color contains mainly: red. Hex color #B6768F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6768F is #498970. Grayscale: #8B8B8B. Windows color (decimal): -4819313 or 9402038. OLE color: 9402038.
HSL color Cylindrical-coordinate representation of color #B6768F: hue angle of 336.56º 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 #B6768F is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 118 | 143 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.29 |
| HSL | 336.56º | 0.3% | 0.59% | - |
| HSV(B) | 336.56º | 0.35% | 0.71% | - |
| XYZ | 30.73 | 24.89 | 29.17 | - |
| YUV | 139.99 | 129.7 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 118 | 143 | 0 | 0.35 | 0.21 | 0.29 | 336.56 | 0.3 | 0.59 |
| Hex | B6 | 76 | 8F | 0 | 23 | 15 | 1D | 151 | 1E | 3B |
| Octal | 266 | 166 | 217 | 0 | 43 | 25 | 35 | 521 | 36 | 73 |
| Binary | 10110110 | 1110110 | 10001111 | 0 | 100011 | 10101 | 11101 | 101010001 | 11110 | 111011 |
Color Harmonies of #B6768F
Complementary color
Monochromatic Colors of #B6768F
Black with #B6768F
Text Example
Text Example
White with #B6768F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6768F; }
p { color: rgb(182,118,143); }
H1.HeaderClassName
{
color: #B6768F;
}
.AnyTagClassName
{
color: #B6768F;
}
</style>
background-color css
<style>
a { background-color: #B6768F; }
a { background-color: rgb(182,118,143); }
div.DivClassName
{
background-color: #B6768F;
}
.BgClassName
{
background-color: #B6768F;
}
</style>
border-color css
<style>
span { border-color: #B6768F; }
span { border-color: rgb(182,118,143); }
td.TdClassName
{
border-color: #B6768F;
}
.TagClassName
{
border-color: #B6768F;
}
</style>