Shades of Tapestry #B8768D
Tints of Tapestry #B8768D
RGB
CMYK
RGB Variations
Color information
#B8768D (or 0xB8768D) is known color: Tapestry. HEX triplet: B8, 76 and 8D. RGB value is (184,118,141). Sum of RGB (Red+Green+Blue) = 184+118+141=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 184 - color contains mainly: red. Hex color #B8768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8768D is #478972. Grayscale: #8C8C8C. Windows color (decimal): -4688243 or 9270968. OLE color: 9270968.
HSL color Cylindrical-coordinate representation of color #B8768D: hue angle of 339.09º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B8768D is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 118 | 141 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.28 |
| HSL | 339.09º | 0.32% | 0.59% | - |
| HSV(B) | 339.09º | 0.36% | 0.72% | - |
| XYZ | 31.05 | 25.07 | 28.4 | - |
| YUV | 140.36 | 128.37 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 118 | 141 | 0 | 0.36 | 0.23 | 0.28 | 339.09 | 0.32 | 0.59 |
| Hex | B8 | 76 | 8D | 0 | 24 | 17 | 1C | 153 | 20 | 3B |
| Octal | 270 | 166 | 215 | 0 | 44 | 27 | 34 | 523 | 40 | 73 |
| Binary | 10111000 | 1110110 | 10001101 | 0 | 100100 | 10111 | 11100 | 101010011 | 100000 | 111011 |
Color Harmonies of #B8768D
Complementary color
Monochromatic Colors of #B8768D
Black with #B8768D
Text Example
Text Example
White with #B8768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8768D; }
p { color: rgb(184,118,141); }
H1.HeaderClassName
{
color: #B8768D;
}
.AnyTagClassName
{
color: #B8768D;
}
</style>
background-color css
<style>
a { background-color: #B8768D; }
a { background-color: rgb(184,118,141); }
div.DivClassName
{
background-color: #B8768D;
}
.BgClassName
{
background-color: #B8768D;
}
</style>
border-color css
<style>
span { border-color: #B8768D; }
span { border-color: rgb(184,118,141); }
td.TdClassName
{
border-color: #B8768D;
}
.TagClassName
{
border-color: #B8768D;
}
</style>