Shades of Tapestry #B0648C
Tints of Tapestry #B0648C
RGB
CMYK
RGB Variations
Color information
#B0648C (or 0xB0648C) is known color: Tapestry. HEX triplet: B0, 64 and 8C. RGB value is (176,100,140). Sum of RGB (Red+Green+Blue) = 176+100+140=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B0648C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0648C is #4F9B73. Grayscale: #7F7F7F. Windows color (decimal): -5217140 or 9200816. OLE color: 9200816.
HSL color Cylindrical-coordinate representation of color #B0648C: hue angle of 328.42º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B0648C is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 100 | 140 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.31 |
| HSL | 328.42º | 0.32% | 0.54% | - |
| HSV(B) | 328.42º | 0.43% | 0.69% | - |
| XYZ | 27.2 | 20.24 | 27.28 | - |
| YUV | 127.28 | 135.18 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 100 | 140 | 0 | 0.43 | 0.20 | 0.31 | 328.42 | 0.32 | 0.54 |
| Hex | B0 | 64 | 8C | 0 | 2B | 14 | 1F | 148 | 20 | 36 |
| Octal | 260 | 144 | 214 | 0 | 53 | 24 | 37 | 510 | 40 | 66 |
| Binary | 10110000 | 1100100 | 10001100 | 0 | 101011 | 10100 | 11111 | 101001000 | 100000 | 110110 |
Color Harmonies of #B0648C
Complementary color
Monochromatic Colors of #B0648C
Black with #B0648C
Text Example
Text Example
White with #B0648C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0648C; }
p { color: rgb(176,100,140); }
H1.HeaderClassName
{
color: #B0648C;
}
.AnyTagClassName
{
color: #B0648C;
}
</style>
background-color css
<style>
a { background-color: #B0648C; }
a { background-color: rgb(176,100,140); }
div.DivClassName
{
background-color: #B0648C;
}
.BgClassName
{
background-color: #B0648C;
}
</style>
border-color css
<style>
span { border-color: #B0648C; }
span { border-color: rgb(176,100,140); }
td.TdClassName
{
border-color: #B0648C;
}
.TagClassName
{
border-color: #B0648C;
}
</style>