Shades of Tapestry #B0607C
Tints of Tapestry #B0607C
RGB
CMYK
RGB Variations
Color information
#B0607C (or 0xB0607C) is known color: Tapestry. HEX triplet: B0, 60 and 7C. RGB value is (176,96,124). Sum of RGB (Red+Green+Blue) = 176+96+124=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B0607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0607C is #4F9F83. Grayscale: #7B7B7B. Windows color (decimal): -5218180 or 8151216. OLE color: 8151216.
HSL color Cylindrical-coordinate representation of color #B0607C: hue angle of 339º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B0607C is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 96 | 124 | - |
| CMYK | 0 | 0.45 | 0.30 | 0.31 |
| HSL | 339º | 0.34% | 0.53% | - |
| HSV(B) | 339º | 0.45% | 0.69% | - |
| XYZ | 25.73 | 19.05 | 21.39 | - |
| YUV | 123.11 | 128.5 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 96 | 124 | 0 | 0.45 | 0.30 | 0.31 | 339 | 0.34 | 0.53 |
| Hex | B0 | 60 | 7C | 0 | 2D | 1E | 1F | 153 | 22 | 35 |
| Octal | 260 | 140 | 174 | 0 | 55 | 36 | 37 | 523 | 42 | 65 |
| Binary | 10110000 | 1100000 | 1111100 | 0 | 101101 | 11110 | 11111 | 101010011 | 100010 | 110101 |
Color Harmonies of #B0607C
Complementary color
Monochromatic Colors of #B0607C
Black with #B0607C
Text Example
Text Example
White with #B0607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0607C; }
p { color: rgb(176,96,124); }
H1.HeaderClassName
{
color: #B0607C;
}
.AnyTagClassName
{
color: #B0607C;
}
</style>
background-color css
<style>
a { background-color: #B0607C; }
a { background-color: rgb(176,96,124); }
div.DivClassName
{
background-color: #B0607C;
}
.BgClassName
{
background-color: #B0607C;
}
</style>
border-color css
<style>
span { border-color: #B0607C; }
span { border-color: rgb(176,96,124); }
td.TdClassName
{
border-color: #B0607C;
}
.TagClassName
{
border-color: #B0607C;
}
</style>