#B1768C

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

Shades of Tapestry #B1768C

Tints of Tapestry #B1768C

Color information

#B1768C (or 0xB1768C) is unknown color: approx Tapestry. HEX triplet: B1, 76 and 8C. RGB value is (177,118,140). Sum of RGB (Red+Green+Blue) = 177+118+140=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 177 - color contains mainly: red. Hex color #B1768C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1768C is #4E8973. Grayscale: #8A8A8A. Windows color (decimal): -5146996 or 9205425. OLE color: 9205425.

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

Color convert

RGB177118140-
CMYK00.330.210.31
HSL337.63º27.44%57.84%-
HSV(B)337.63º33.33%69.41%-
XYZ29.3424.227.93-
YUV138.15129.05155.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.69%
GREEN value IS 118 (46.48% from 255) = 27.13%
BLUE value IS 140 (55.08% from 255) = 32.18%
R=40.69%
G=27.13%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711814000.330.210.31337.6327.4457.84
HexB1768C021151F1521b3a
Octal26116621404125375223372
Binary101100011110110100011000100001101011111110101001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1768C; }

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

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

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

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

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

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

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

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