Shades of Tapestry #B8628D
Tints of Tapestry #B8628D
RGB
CMYK
RGB Variations
Color information
#B8628D (or 0xB8628D) is known color: Tapestry. HEX triplet: B8, 62 and 8D. RGB value is (184,98,141). Sum of RGB (Red+Green+Blue) = 184+98+141=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B8628D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8628D is #479D72. Grayscale: #808080. Windows color (decimal): -4693363 or 9265848. OLE color: 9265848.
HSL color Cylindrical-coordinate representation of color #B8628D: hue angle of 330º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B8628D is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 98 | 141 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.28 |
| HSL | 330º | 0.38% | 0.55% | - |
| HSV(B) | 330º | 0.47% | 0.72% | - |
| XYZ | 28.94 | 20.85 | 27.7 | - |
| YUV | 128.62 | 134.99 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 98 | 141 | 0 | 0.47 | 0.23 | 0.28 | 330 | 0.38 | 0.55 |
| Hex | B8 | 62 | 8D | 0 | 2F | 17 | 1C | 14A | 26 | 37 |
| Octal | 270 | 142 | 215 | 0 | 57 | 27 | 34 | 512 | 46 | 67 |
| Binary | 10111000 | 1100010 | 10001101 | 0 | 101111 | 10111 | 11100 | 101001010 | 100110 | 110111 |
Color Harmonies of #B8628D
Complementary color
Monochromatic Colors of #B8628D
Black with #B8628D
Text Example
Text Example
White with #B8628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8628D; }
p { color: rgb(184,98,141); }
H1.HeaderClassName
{
color: #B8628D;
}
.AnyTagClassName
{
color: #B8628D;
}
</style>
background-color css
<style>
a { background-color: #B8628D; }
a { background-color: rgb(184,98,141); }
div.DivClassName
{
background-color: #B8628D;
}
.BgClassName
{
background-color: #B8628D;
}
</style>
border-color css
<style>
span { border-color: #B8628D; }
span { border-color: rgb(184,98,141); }
td.TdClassName
{
border-color: #B8628D;
}
.TagClassName
{
border-color: #B8628D;
}
</style>