Shades of Tapestry #B0618D
Tints of Tapestry #B0618D
RGB
CMYK
RGB Variations
Color information
#B0618D (or 0xB0618D) is known color: Tapestry. HEX triplet: B0, 61 and 8D. RGB value is (176,97,141). Sum of RGB (Red+Green+Blue) = 176+97+141=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B0618D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0618D is #4F9E72. Grayscale: #7D7D7D. Windows color (decimal): -5217907 or 9265584. OLE color: 9265584.
HSL color Cylindrical-coordinate representation of color #B0618D: hue angle of 326.58º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B0618D is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 97 | 141 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.31 |
| HSL | 326.58º | 0.33% | 0.54% | - |
| HSV(B) | 326.58º | 0.45% | 0.69% | - |
| XYZ | 26.99 | 19.7 | 27.58 | - |
| YUV | 125.64 | 136.67 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 97 | 141 | 0 | 0.45 | 0.20 | 0.31 | 326.58 | 0.33 | 0.54 |
| Hex | B0 | 61 | 8D | 0 | 2D | 14 | 1F | 147 | 21 | 36 |
| Octal | 260 | 141 | 215 | 0 | 55 | 24 | 37 | 507 | 41 | 66 |
| Binary | 10110000 | 1100001 | 10001101 | 0 | 101101 | 10100 | 11111 | 101000111 | 100001 | 110110 |
Color Harmonies of #B0618D
Complementary color
Monochromatic Colors of #B0618D
Black with #B0618D
Text Example
Text Example
White with #B0618D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0618D; }
p { color: rgb(176,97,141); }
H1.HeaderClassName
{
color: #B0618D;
}
.AnyTagClassName
{
color: #B0618D;
}
</style>
background-color css
<style>
a { background-color: #B0618D; }
a { background-color: rgb(176,97,141); }
div.DivClassName
{
background-color: #B0618D;
}
.BgClassName
{
background-color: #B0618D;
}
</style>
border-color css
<style>
span { border-color: #B0618D; }
span { border-color: rgb(176,97,141); }
td.TdClassName
{
border-color: #B0618D;
}
.TagClassName
{
border-color: #B0618D;
}
</style>