Shades of Tapestry #B1627E
Tints of Tapestry #B1627E
RGB
CMYK
RGB Variations
Color information
#B1627E (or 0xB1627E) is known color: Tapestry. HEX triplet: B1, 62 and 7E. RGB value is (177,98,126). Sum of RGB (Red+Green+Blue) = 177+98+126=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B1627E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1627E is #4E9D81. Grayscale: #7C7C7C. Windows color (decimal): -5152130 or 8282801. OLE color: 8282801.
HSL color Cylindrical-coordinate representation of color #B1627E: hue angle of 338.73º 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 #B1627E is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 98 | 126 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.31 |
| HSL | 338.73º | 0.34% | 0.54% | - |
| HSV(B) | 338.73º | 0.45% | 0.69% | - |
| XYZ | 26.27 | 19.59 | 22.14 | - |
| YUV | 124.81 | 128.67 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 126 | 0 | 0.45 | 0.29 | 0.31 | 338.73 | 0.34 | 0.54 |
| Hex | B1 | 62 | 7E | 0 | 2D | 1D | 1F | 153 | 22 | 36 |
| Octal | 261 | 142 | 176 | 0 | 55 | 35 | 37 | 523 | 42 | 66 |
| Binary | 10110001 | 1100010 | 1111110 | 0 | 101101 | 11101 | 11111 | 101010011 | 100010 | 110110 |
Color Harmonies of #B1627E
Complementary color
Monochromatic Colors of #B1627E
Black with #B1627E
Text Example
Text Example
White with #B1627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1627E; }
p { color: rgb(177,98,126); }
H1.HeaderClassName
{
color: #B1627E;
}
.AnyTagClassName
{
color: #B1627E;
}
</style>
background-color css
<style>
a { background-color: #B1627E; }
a { background-color: rgb(177,98,126); }
div.DivClassName
{
background-color: #B1627E;
}
.BgClassName
{
background-color: #B1627E;
}
</style>
border-color css
<style>
span { border-color: #B1627E; }
span { border-color: rgb(177,98,126); }
td.TdClassName
{
border-color: #B1627E;
}
.TagClassName
{
border-color: #B1627E;
}
</style>