Shades of Tapestry #B0637B
Tints of Tapestry #B0637B
RGB
CMYK
RGB Variations
Color information
#B0637B (or 0xB0637B) is known color: Tapestry. HEX triplet: B0, 63 and 7B. RGB value is (176,99,123). Sum of RGB (Red+Green+Blue) = 176+99+123=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B0637B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0637B is #4F9C84. Grayscale: #7C7C7C. Windows color (decimal): -5217413 or 8086448. OLE color: 8086448.
HSL color Cylindrical-coordinate representation of color #B0637B: hue angle of 341.3º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0637B is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 99 | 123 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.31 |
| HSL | 341.3º | 0.33% | 0.54% | - |
| HSV(B) | 341.3º | 0.44% | 0.69% | - |
| XYZ | 25.94 | 19.58 | 21.15 | - |
| YUV | 124.76 | 127.01 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 123 | 0 | 0.44 | 0.30 | 0.31 | 341.3 | 0.33 | 0.54 |
| Hex | B0 | 63 | 7B | 0 | 2C | 1E | 1F | 155 | 21 | 36 |
| Octal | 260 | 143 | 173 | 0 | 54 | 36 | 37 | 525 | 41 | 66 |
| Binary | 10110000 | 1100011 | 1111011 | 0 | 101100 | 11110 | 11111 | 101010101 | 100001 | 110110 |
Color Harmonies of #B0637B
Complementary color
Monochromatic Colors of #B0637B
Black with #B0637B
Text Example
Text Example
White with #B0637B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0637B; }
p { color: rgb(176,99,123); }
H1.HeaderClassName
{
color: #B0637B;
}
.AnyTagClassName
{
color: #B0637B;
}
</style>
background-color css
<style>
a { background-color: #B0637B; }
a { background-color: rgb(176,99,123); }
div.DivClassName
{
background-color: #B0637B;
}
.BgClassName
{
background-color: #B0637B;
}
</style>
border-color css
<style>
span { border-color: #B0637B; }
span { border-color: rgb(176,99,123); }
td.TdClassName
{
border-color: #B0637B;
}
.TagClassName
{
border-color: #B0637B;
}
</style>