Shades of Tapestry #B1627B
Tints of Tapestry #B1627B
RGB
CMYK
RGB Variations
Color information
#B1627B (or 0xB1627B) is known color: Tapestry. HEX triplet: B1, 62 and 7B. RGB value is (177,98,123). Sum of RGB (Red+Green+Blue) = 177+98+123=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B1627B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1627B is #4E9D84. Grayscale: #7C7C7C. Windows color (decimal): -5152133 or 8086193. OLE color: 8086193.
HSL color Cylindrical-coordinate representation of color #B1627B: hue angle of 341.01º 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 #B1627B is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 98 | 123 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.31 |
| HSL | 341.01º | 0.34% | 0.54% | - |
| HSV(B) | 341.01º | 0.45% | 0.69% | - |
| XYZ | 26.07 | 19.51 | 21.13 | - |
| YUV | 124.47 | 127.17 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 123 | 0 | 0.45 | 0.31 | 0.31 | 341.01 | 0.34 | 0.54 |
| Hex | B1 | 62 | 7B | 0 | 2D | 1F | 1F | 155 | 22 | 36 |
| Octal | 261 | 142 | 173 | 0 | 55 | 37 | 37 | 525 | 42 | 66 |
| Binary | 10110001 | 1100010 | 1111011 | 0 | 101101 | 11111 | 11111 | 101010101 | 100010 | 110110 |
Color Harmonies of #B1627B
Complementary color
Monochromatic Colors of #B1627B
Black with #B1627B
Text Example
Text Example
White with #B1627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1627B; }
p { color: rgb(177,98,123); }
H1.HeaderClassName
{
color: #B1627B;
}
.AnyTagClassName
{
color: #B1627B;
}
</style>
background-color css
<style>
a { background-color: #B1627B; }
a { background-color: rgb(177,98,123); }
div.DivClassName
{
background-color: #B1627B;
}
.BgClassName
{
background-color: #B1627B;
}
</style>
border-color css
<style>
span { border-color: #B1627B; }
span { border-color: rgb(177,98,123); }
td.TdClassName
{
border-color: #B1627B;
}
.TagClassName
{
border-color: #B1627B;
}
</style>