Shades of Tapestry #B0617B
Tints of Tapestry #B0617B
RGB
CMYK
RGB Variations
Color information
#B0617B (or 0xB0617B) is known color: Tapestry. HEX triplet: B0, 61 and 7B. RGB value is (176,97,123). Sum of RGB (Red+Green+Blue) = 176+97+123=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B0617B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0617B is #4F9E84. Grayscale: #7B7B7B. Windows color (decimal): -5217925 or 8085936. OLE color: 8085936.
HSL color Cylindrical-coordinate representation of color #B0617B: hue angle of 340.25º 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 #B0617B is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 97 | 123 | - |
| CMYK | 0 | 0.45 | 0.30 | 0.31 |
| HSL | 340.25º | 0.33% | 0.54% | - |
| HSV(B) | 340.25º | 0.45% | 0.69% | - |
| XYZ | 25.75 | 19.21 | 21.09 | - |
| YUV | 123.59 | 127.67 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 97 | 123 | 0 | 0.45 | 0.30 | 0.31 | 340.25 | 0.33 | 0.54 |
| Hex | B0 | 61 | 7B | 0 | 2D | 1E | 1F | 154 | 21 | 36 |
| Octal | 260 | 141 | 173 | 0 | 55 | 36 | 37 | 524 | 41 | 66 |
| Binary | 10110000 | 1100001 | 1111011 | 0 | 101101 | 11110 | 11111 | 101010100 | 100001 | 110110 |
Color Harmonies of #B0617B
Complementary color
Monochromatic Colors of #B0617B
Black with #B0617B
Text Example
Text Example
White with #B0617B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0617B; }
p { color: rgb(176,97,123); }
H1.HeaderClassName
{
color: #B0617B;
}
.AnyTagClassName
{
color: #B0617B;
}
</style>
background-color css
<style>
a { background-color: #B0617B; }
a { background-color: rgb(176,97,123); }
div.DivClassName
{
background-color: #B0617B;
}
.BgClassName
{
background-color: #B0617B;
}
</style>
border-color css
<style>
span { border-color: #B0617B; }
span { border-color: rgb(176,97,123); }
td.TdClassName
{
border-color: #B0617B;
}
.TagClassName
{
border-color: #B0617B;
}
</style>