#B1768A

Color #B1768A Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #B1768A

Tints of Tapestry #B1768A

Color information

#B1768A (or 0xB1768A) is unknown color: approx Tapestry. HEX triplet: B1, 76 and 8A. RGB value is (177,118,138). Sum of RGB (Red+Green+Blue) = 177+118+138=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B1768A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1768A is #4E8975. Grayscale: #898989. Windows color (decimal): -5146998 or 9074353. OLE color: 9074353.

HSL color Cylindrical-coordinate representation of color #B1768A: hue angle of 339.66º 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 #B1768A is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB177118138-
CMYK00.330.220.31
HSL339.66º27.44%57.84%-
HSV(B)339.66º33.33%69.41%-
XYZ29.224.1427.17-
YUV137.92128.05155.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 40.88%
GREEN value IS 118 (46.48% from 255) = 27.25%
BLUE value IS 138 (54.30% from 255) = 31.87%
R=40.88%
G=27.25%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711813800.330.220.31339.6627.4457.84
HexB1768A021161F1541b3a
Octal26116621204126375243372
Binary101100011110110100010100100001101101111110101010011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1768A; }

 p { color: rgb(177,118,138); }

 H1.HeaderClassName
 {
   color: #B1768A;
 }
 .AnyTagClassName
 {
   color: #B1768A;
 }
</style>
background-color css

<style>
 a { background-color: #B1768A; }

 a { background-color: rgb(177,118,138); }

 div.DivClassName
 {
   background-color: #B1768A;
 }
 .BgClassName
 {
   background-color: #B1768A;
 }
</style>
border-color css

<style>
 span { border-color: #B1768A; }

 span { border-color: rgb(177,118,138); }

 td.TdClassName
 {
   border-color: #B1768A;
 }
 .TagClassName
 {
   border-color: #B1768A;
 }
</style>