Shades of Tapestry #B8768C
Tints of Tapestry #B8768C
RGB
CMYK
RGB Variations
Color information
#B8768C (or 0xB8768C) is known color: Tapestry. HEX triplet: B8, 76 and 8C. RGB value is (184,118,140). Sum of RGB (Red+Green+Blue) = 184+118+140=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 184 - color contains mainly: red. Hex color #B8768C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8768C is #478973. Grayscale: #8C8C8C. Windows color (decimal): -4688244 or 9205432. OLE color: 9205432.
HSL color Cylindrical-coordinate representation of color #B8768C: hue angle of 340º 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 #B8768C is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 118 | 140 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.28 |
| HSL | 340º | 0.32% | 0.59% | - |
| HSV(B) | 340º | 0.36% | 0.72% | - |
| XYZ | 30.98 | 25.04 | 28.01 | - |
| YUV | 140.24 | 127.87 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 118 | 140 | 0 | 0.36 | 0.24 | 0.28 | 340 | 0.32 | 0.59 |
| Hex | B8 | 76 | 8C | 0 | 24 | 18 | 1C | 154 | 20 | 3B |
| Octal | 270 | 166 | 214 | 0 | 44 | 30 | 34 | 524 | 40 | 73 |
| Binary | 10111000 | 1110110 | 10001100 | 0 | 100100 | 11000 | 11100 | 101010100 | 100000 | 111011 |
Color Harmonies of #B8768C
Complementary color
Monochromatic Colors of #B8768C
Black with #B8768C
Text Example
Text Example
White with #B8768C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8768C; }
p { color: rgb(184,118,140); }
H1.HeaderClassName
{
color: #B8768C;
}
.AnyTagClassName
{
color: #B8768C;
}
</style>
background-color css
<style>
a { background-color: #B8768C; }
a { background-color: rgb(184,118,140); }
div.DivClassName
{
background-color: #B8768C;
}
.BgClassName
{
background-color: #B8768C;
}
</style>
border-color css
<style>
span { border-color: #B8768C; }
span { border-color: rgb(184,118,140); }
td.TdClassName
{
border-color: #B8768C;
}
.TagClassName
{
border-color: #B8768C;
}
</style>