Shades of Tapestry #B1758A
Tints of Tapestry #B1758A
RGB
CMYK
RGB Variations
Color information
#B1758A (or 0xB1758A) is known color: Tapestry. HEX triplet: B1, 75 and 8A. RGB value is (177,117,138). Sum of RGB (Red+Green+Blue) = 177+117+138=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B1758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1758A is #4E8A75. Grayscale: #898989. Windows color (decimal): -5147254 or 9074097. OLE color: 9074097.
HSL color Cylindrical-coordinate representation of color #B1758A: hue angle of 339º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B1758A is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 117 | 138 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.31 |
| HSL | 339º | 0.28% | 0.58% | - |
| HSV(B) | 339º | 0.34% | 0.69% | - |
| XYZ | 29.08 | 23.9 | 27.13 | - |
| YUV | 137.33 | 128.38 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 117 | 138 | 0 | 0.34 | 0.22 | 0.31 | 339 | 0.28 | 0.58 |
| Hex | B1 | 75 | 8A | 0 | 22 | 16 | 1F | 153 | 1C | 3A |
| Octal | 261 | 165 | 212 | 0 | 42 | 26 | 37 | 523 | 34 | 72 |
| Binary | 10110001 | 1110101 | 10001010 | 0 | 100010 | 10110 | 11111 | 101010011 | 11100 | 111010 |
Color Harmonies of #B1758A
Complementary color
Monochromatic Colors of #B1758A
Black with #B1758A
Text Example
Text Example
White with #B1758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1758A; }
p { color: rgb(177,117,138); }
H1.HeaderClassName
{
color: #B1758A;
}
.AnyTagClassName
{
color: #B1758A;
}
</style>
background-color css
<style>
a { background-color: #B1758A; }
a { background-color: rgb(177,117,138); }
div.DivClassName
{
background-color: #B1758A;
}
.BgClassName
{
background-color: #B1758A;
}
</style>
border-color css
<style>
span { border-color: #B1758A; }
span { border-color: rgb(177,117,138); }
td.TdClassName
{
border-color: #B1758A;
}
.TagClassName
{
border-color: #B1758A;
}
</style>