Shades of Tapestry #B1768F
Tints of Tapestry #B1768F
RGB
CMYK
RGB Variations
Color information
#B1768F (or 0xB1768F) is known color: Tapestry. HEX triplet: B1, 76 and 8F. RGB value is (177,118,143). Sum of RGB (Red+Green+Blue) = 177+118+143=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 143 (56.25% from 255 or 32.65% from 438); Max value from RGB is 177 - color contains mainly: red. Hex color #B1768F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1768F is #4E8970. Grayscale: #8A8A8A. Windows color (decimal): -5146993 or 9402033. OLE color: 9402033.
HSL color Cylindrical-coordinate representation of color #B1768F: hue angle of 334.58º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B1768F is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 118 | 143 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.31 |
| HSL | 334.58º | 0.27% | 0.58% | - |
| HSV(B) | 334.58º | 0.33% | 0.69% | - |
| XYZ | 29.57 | 24.29 | 29.12 | - |
| YUV | 138.49 | 130.55 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 118 | 143 | 0 | 0.33 | 0.19 | 0.31 | 334.58 | 0.27 | 0.58 |
| Hex | B1 | 76 | 8F | 0 | 21 | 13 | 1F | 14F | 1B | 3A |
| Octal | 261 | 166 | 217 | 0 | 41 | 23 | 37 | 517 | 33 | 72 |
| Binary | 10110001 | 1110110 | 10001111 | 0 | 100001 | 10011 | 11111 | 101001111 | 11011 | 111010 |
Color Harmonies of #B1768F
Complementary color
Monochromatic Colors of #B1768F
Black with #B1768F
Text Example
Text Example
White with #B1768F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1768F; }
p { color: rgb(177,118,143); }
H1.HeaderClassName
{
color: #B1768F;
}
.AnyTagClassName
{
color: #B1768F;
}
</style>
background-color css
<style>
a { background-color: #B1768F; }
a { background-color: rgb(177,118,143); }
div.DivClassName
{
background-color: #B1768F;
}
.BgClassName
{
background-color: #B1768F;
}
</style>
border-color css
<style>
span { border-color: #B1768F; }
span { border-color: rgb(177,118,143); }
td.TdClassName
{
border-color: #B1768F;
}
.TagClassName
{
border-color: #B1768F;
}
</style>