Shades of Tapestry #B1607B
Tints of Tapestry #B1607B
RGB
CMYK
RGB Variations
Color information
#B1607B (or 0xB1607B) is known color: Tapestry. HEX triplet: B1, 60 and 7B. RGB value is (177,96,123). Sum of RGB (Red+Green+Blue) = 177+96+123=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B1607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1607B is #4E9F84. Grayscale: #7B7B7B. Windows color (decimal): -5152645 or 8085681. OLE color: 8085681.
HSL color Cylindrical-coordinate representation of color #B1607B: hue angle of 340º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1607B is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 96 | 123 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.31 |
| HSL | 340º | 0.34% | 0.54% | - |
| HSV(B) | 340º | 0.46% | 0.69% | - |
| XYZ | 25.89 | 19.14 | 21.07 | - |
| YUV | 123.3 | 127.84 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 123 | 0 | 0.46 | 0.31 | 0.31 | 340 | 0.34 | 0.54 |
| Hex | B1 | 60 | 7B | 0 | 2E | 1F | 1F | 154 | 22 | 36 |
| Octal | 261 | 140 | 173 | 0 | 56 | 37 | 37 | 524 | 42 | 66 |
| Binary | 10110001 | 1100000 | 1111011 | 0 | 101110 | 11111 | 11111 | 101010100 | 100010 | 110110 |
Color Harmonies of #B1607B
Complementary color
Monochromatic Colors of #B1607B
Black with #B1607B
Text Example
Text Example
White with #B1607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1607B; }
p { color: rgb(177,96,123); }
H1.HeaderClassName
{
color: #B1607B;
}
.AnyTagClassName
{
color: #B1607B;
}
</style>
background-color css
<style>
a { background-color: #B1607B; }
a { background-color: rgb(177,96,123); }
div.DivClassName
{
background-color: #B1607B;
}
.BgClassName
{
background-color: #B1607B;
}
</style>
border-color css
<style>
span { border-color: #B1607B; }
span { border-color: rgb(177,96,123); }
td.TdClassName
{
border-color: #B1607B;
}
.TagClassName
{
border-color: #B1607B;
}
</style>