Shades of Tapestry #B1628B
Tints of Tapestry #B1628B
RGB
CMYK
RGB Variations
Color information
#B1628B (or 0xB1628B) is known color: Tapestry. HEX triplet: B1, 62 and 8B. RGB value is (177,98,139). Sum of RGB (Red+Green+Blue) = 177+98+139=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B1628B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1628B is #4E9D74. Grayscale: #7E7E7E. Windows color (decimal): -5152117 or 9134769. OLE color: 9134769.
HSL color Cylindrical-coordinate representation of color #B1628B: hue angle of 328.86º degrees, saturation: 0.34, 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 #B1628B is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 98 | 139 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.31 |
| HSL | 328.86º | 0.34% | 0.54% | - |
| HSV(B) | 328.86º | 0.45% | 0.69% | - |
| XYZ | 27.16 | 19.95 | 26.84 | - |
| YUV | 126.3 | 135.17 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 139 | 0 | 0.45 | 0.21 | 0.31 | 328.86 | 0.34 | 0.54 |
| Hex | B1 | 62 | 8B | 0 | 2D | 15 | 1F | 149 | 22 | 36 |
| Octal | 261 | 142 | 213 | 0 | 55 | 25 | 37 | 511 | 42 | 66 |
| Binary | 10110001 | 1100010 | 10001011 | 0 | 101101 | 10101 | 11111 | 101001001 | 100010 | 110110 |
Color Harmonies of #B1628B
Complementary color
Monochromatic Colors of #B1628B
Black with #B1628B
Text Example
Text Example
White with #B1628B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1628B; }
p { color: rgb(177,98,139); }
H1.HeaderClassName
{
color: #B1628B;
}
.AnyTagClassName
{
color: #B1628B;
}
</style>
background-color css
<style>
a { background-color: #B1628B; }
a { background-color: rgb(177,98,139); }
div.DivClassName
{
background-color: #B1628B;
}
.BgClassName
{
background-color: #B1628B;
}
</style>
border-color css
<style>
span { border-color: #B1628B; }
span { border-color: rgb(177,98,139); }
td.TdClassName
{
border-color: #B1628B;
}
.TagClassName
{
border-color: #B1628B;
}
</style>