Shades of Tapestry #B1638B
Tints of Tapestry #B1638B
RGB
CMYK
RGB Variations
Color information
#B1638B (or 0xB1638B) is known color: Tapestry. HEX triplet: B1, 63 and 8B. RGB value is (177,99,139). Sum of RGB (Red+Green+Blue) = 177+99+139=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B1638B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1638B is #4E9C74. Grayscale: #7E7E7E. Windows color (decimal): -5151861 or 9135025. OLE color: 9135025.
HSL color Cylindrical-coordinate representation of color #B1638B: hue angle of 329.23º 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 #B1638B is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 99 | 139 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.31 |
| HSL | 329.23º | 0.33% | 0.54% | - |
| HSV(B) | 329.23º | 0.44% | 0.69% | - |
| XYZ | 27.25 | 20.13 | 26.88 | - |
| YUV | 126.88 | 134.84 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 99 | 139 | 0 | 0.44 | 0.21 | 0.31 | 329.23 | 0.33 | 0.54 |
| Hex | B1 | 63 | 8B | 0 | 2C | 15 | 1F | 149 | 21 | 36 |
| Octal | 261 | 143 | 213 | 0 | 54 | 25 | 37 | 511 | 41 | 66 |
| Binary | 10110001 | 1100011 | 10001011 | 0 | 101100 | 10101 | 11111 | 101001001 | 100001 | 110110 |
Color Harmonies of #B1638B
Complementary color
Monochromatic Colors of #B1638B
Black with #B1638B
Text Example
Text Example
White with #B1638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1638B; }
p { color: rgb(177,99,139); }
H1.HeaderClassName
{
color: #B1638B;
}
.AnyTagClassName
{
color: #B1638B;
}
</style>
background-color css
<style>
a { background-color: #B1638B; }
a { background-color: rgb(177,99,139); }
div.DivClassName
{
background-color: #B1638B;
}
.BgClassName
{
background-color: #B1638B;
}
</style>
border-color css
<style>
span { border-color: #B1638B; }
span { border-color: rgb(177,99,139); }
td.TdClassName
{
border-color: #B1638B;
}
.TagClassName
{
border-color: #B1638B;
}
</style>