Shades of Tapestry #B8808C
Tints of Tapestry #B8808C
RGB
CMYK
RGB Variations
Color information
#B8808C (or 0xB8808C) is known color: Tapestry. HEX triplet: B8, 80 and 8C. RGB value is (184,128,140). Sum of RGB (Red+Green+Blue) = 184+128+140=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 184 - color contains mainly: red. Hex color #B8808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8808C is #477F73. Grayscale: #929292. Windows color (decimal): -4685684 or 9207992. OLE color: 9207992.
HSL color Cylindrical-coordinate representation of color #B8808C: hue angle of 347.14º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B8808C is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 128 | 140 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.28 |
| HSL | 347.14º | 0.28% | 0.61% | - |
| HSV(B) | 347.14º | 0.3% | 0.72% | - |
| XYZ | 32.22 | 27.52 | 28.43 | - |
| YUV | 146.11 | 124.55 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 140 | 0 | 0.30 | 0.24 | 0.28 | 347.14 | 0.28 | 0.61 |
| Hex | B8 | 80 | 8C | 0 | 1E | 18 | 1C | 15B | 1C | 3D |
| Octal | 270 | 200 | 214 | 0 | 36 | 30 | 34 | 533 | 34 | 75 |
| Binary | 10111000 | 10000000 | 10001100 | 0 | 11110 | 11000 | 11100 | 101011011 | 11100 | 111101 |
Color Harmonies of #B8808C
Complementary color
Monochromatic Colors of #B8808C
Black with #B8808C
Text Example
Text Example
White with #B8808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8808C; }
p { color: rgb(184,128,140); }
H1.HeaderClassName
{
color: #B8808C;
}
.AnyTagClassName
{
color: #B8808C;
}
</style>
background-color css
<style>
a { background-color: #B8808C; }
a { background-color: rgb(184,128,140); }
div.DivClassName
{
background-color: #B8808C;
}
.BgClassName
{
background-color: #B8808C;
}
</style>
border-color css
<style>
span { border-color: #B8808C; }
span { border-color: rgb(184,128,140); }
td.TdClassName
{
border-color: #B8808C;
}
.TagClassName
{
border-color: #B8808C;
}
</style>