Shades of Tapestry #B0637D
Tints of Tapestry #B0637D
RGB
CMYK
RGB Variations
Color information
#B0637D (or 0xB0637D) is known color: Tapestry. HEX triplet: B0, 63 and 7D. RGB value is (176,99,125). Sum of RGB (Red+Green+Blue) = 176+99+125=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B0637D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0637D is #4F9C82. Grayscale: #7C7C7C. Windows color (decimal): -5217411 or 8217520. OLE color: 8217520.
HSL color Cylindrical-coordinate representation of color #B0637D: hue angle of 339.74º 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 #B0637D is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 99 | 125 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.31 |
| HSL | 339.74º | 0.33% | 0.54% | - |
| HSV(B) | 339.74º | 0.44% | 0.69% | - |
| XYZ | 26.07 | 19.63 | 21.82 | - |
| YUV | 124.99 | 128.01 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 125 | 0 | 0.44 | 0.29 | 0.31 | 339.74 | 0.33 | 0.54 |
| Hex | B0 | 63 | 7D | 0 | 2C | 1D | 1F | 154 | 21 | 36 |
| Octal | 260 | 143 | 175 | 0 | 54 | 35 | 37 | 524 | 41 | 66 |
| Binary | 10110000 | 1100011 | 1111101 | 0 | 101100 | 11101 | 11111 | 101010100 | 100001 | 110110 |
Color Harmonies of #B0637D
Complementary color
Monochromatic Colors of #B0637D
Black with #B0637D
Text Example
Text Example
White with #B0637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0637D; }
p { color: rgb(176,99,125); }
H1.HeaderClassName
{
color: #B0637D;
}
.AnyTagClassName
{
color: #B0637D;
}
</style>
background-color css
<style>
a { background-color: #B0637D; }
a { background-color: rgb(176,99,125); }
div.DivClassName
{
background-color: #B0637D;
}
.BgClassName
{
background-color: #B0637D;
}
</style>
border-color css
<style>
span { border-color: #B0637D; }
span { border-color: rgb(176,99,125); }
td.TdClassName
{
border-color: #B0637D;
}
.TagClassName
{
border-color: #B0637D;
}
</style>