Shades of Tapestry #B1617B
Tints of Tapestry #B1617B
RGB
CMYK
RGB Variations
Color information
#B1617B (or 0xB1617B) is known color: Tapestry. HEX triplet: B1, 61 and 7B. RGB value is (177,97,123). Sum of RGB (Red+Green+Blue) = 177+97+123=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B1617B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1617B is #4E9E84. Grayscale: #7B7B7B. Windows color (decimal): -5152389 or 8085937. OLE color: 8085937.
HSL color Cylindrical-coordinate representation of color #B1617B: hue angle of 340.5º 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 #B1617B is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 97 | 123 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.31 |
| HSL | 340.5º | 0.34% | 0.54% | - |
| HSV(B) | 340.5º | 0.45% | 0.69% | - |
| XYZ | 25.98 | 19.33 | 21.1 | - |
| YUV | 123.88 | 127.5 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 97 | 123 | 0 | 0.45 | 0.31 | 0.31 | 340.5 | 0.34 | 0.54 |
| Hex | B1 | 61 | 7B | 0 | 2D | 1F | 1F | 154 | 22 | 36 |
| Octal | 261 | 141 | 173 | 0 | 55 | 37 | 37 | 524 | 42 | 66 |
| Binary | 10110001 | 1100001 | 1111011 | 0 | 101101 | 11111 | 11111 | 101010100 | 100010 | 110110 |
Color Harmonies of #B1617B
Complementary color
Monochromatic Colors of #B1617B
Black with #B1617B
Text Example
Text Example
White with #B1617B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1617B; }
p { color: rgb(177,97,123); }
H1.HeaderClassName
{
color: #B1617B;
}
.AnyTagClassName
{
color: #B1617B;
}
</style>
background-color css
<style>
a { background-color: #B1617B; }
a { background-color: rgb(177,97,123); }
div.DivClassName
{
background-color: #B1617B;
}
.BgClassName
{
background-color: #B1617B;
}
</style>
border-color css
<style>
span { border-color: #B1617B; }
span { border-color: rgb(177,97,123); }
td.TdClassName
{
border-color: #B1617B;
}
.TagClassName
{
border-color: #B1617B;
}
</style>