Shades of Tapestry #B0618F
Tints of Tapestry #B0618F
RGB
CMYK
RGB Variations
Color information
#B0618F (or 0xB0618F) is known color: Tapestry. HEX triplet: B0, 61 and 8F. RGB value is (176,97,143). Sum of RGB (Red+Green+Blue) = 176+97+143=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B0618F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0618F is #4F9E70. Grayscale: #7D7D7D. Windows color (decimal): -5217905 or 9396656. OLE color: 9396656.
HSL color Cylindrical-coordinate representation of color #B0618F: hue angle of 325.06º 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 #B0618F is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 97 | 143 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.31 |
| HSL | 325.06º | 0.33% | 0.54% | - |
| HSV(B) | 325.06º | 0.45% | 0.69% | - |
| XYZ | 27.14 | 19.76 | 28.37 | - |
| YUV | 125.87 | 137.67 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 97 | 143 | 0 | 0.45 | 0.19 | 0.31 | 325.06 | 0.33 | 0.54 |
| Hex | B0 | 61 | 8F | 0 | 2D | 13 | 1F | 145 | 21 | 36 |
| Octal | 260 | 141 | 217 | 0 | 55 | 23 | 37 | 505 | 41 | 66 |
| Binary | 10110000 | 1100001 | 10001111 | 0 | 101101 | 10011 | 11111 | 101000101 | 100001 | 110110 |
Color Harmonies of #B0618F
Complementary color
Monochromatic Colors of #B0618F
Black with #B0618F
Text Example
Text Example
White with #B0618F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0618F; }
p { color: rgb(176,97,143); }
H1.HeaderClassName
{
color: #B0618F;
}
.AnyTagClassName
{
color: #B0618F;
}
</style>
background-color css
<style>
a { background-color: #B0618F; }
a { background-color: rgb(176,97,143); }
div.DivClassName
{
background-color: #B0618F;
}
.BgClassName
{
background-color: #B0618F;
}
</style>
border-color css
<style>
span { border-color: #B0618F; }
span { border-color: rgb(176,97,143); }
td.TdClassName
{
border-color: #B0618F;
}
.TagClassName
{
border-color: #B0618F;
}
</style>