Shades of Tapestry #B4637B
Tints of Tapestry #B4637B
RGB
CMYK
RGB Variations
Color information
#B4637B (or 0xB4637B) is known color: Tapestry. HEX triplet: B4, 63 and 7B. RGB value is (180,99,123). Sum of RGB (Red+Green+Blue) = 180+99+123=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B4637B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4637B is #4B9C84. Grayscale: #7D7D7D. Windows color (decimal): -4955269 or 8086452. OLE color: 8086452.
HSL color Cylindrical-coordinate representation of color #B4637B: hue angle of 342.22º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B4637B is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 99 | 123 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.29 |
| HSL | 342.22º | 0.35% | 0.55% | - |
| HSV(B) | 342.22º | 0.45% | 0.71% | - |
| XYZ | 26.86 | 20.06 | 21.19 | - |
| YUV | 125.96 | 126.34 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 99 | 123 | 0 | 0.45 | 0.32 | 0.29 | 342.22 | 0.35 | 0.55 |
| Hex | B4 | 63 | 7B | 0 | 2D | 20 | 1D | 156 | 23 | 37 |
| Octal | 264 | 143 | 173 | 0 | 55 | 40 | 35 | 526 | 43 | 67 |
| Binary | 10110100 | 1100011 | 1111011 | 0 | 101101 | 100000 | 11101 | 101010110 | 100011 | 110111 |
Color Harmonies of #B4637B
Complementary color
Monochromatic Colors of #B4637B
Black with #B4637B
Text Example
Text Example
White with #B4637B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4637B; }
p { color: rgb(180,99,123); }
H1.HeaderClassName
{
color: #B4637B;
}
.AnyTagClassName
{
color: #B4637B;
}
</style>
background-color css
<style>
a { background-color: #B4637B; }
a { background-color: rgb(180,99,123); }
div.DivClassName
{
background-color: #B4637B;
}
.BgClassName
{
background-color: #B4637B;
}
</style>
border-color css
<style>
span { border-color: #B4637B; }
span { border-color: rgb(180,99,123); }
td.TdClassName
{
border-color: #B4637B;
}
.TagClassName
{
border-color: #B4637B;
}
</style>