#B1738C

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

Shades of Tapestry #B1738C

Tints of Tapestry #B1738C

Color information

#B1738C (or 0xB1738C) is unknown color: approx Tapestry. HEX triplet: B1, 73 and 8C. RGB value is (177,115,140). Sum of RGB (Red+Green+Blue) = 177+115+140=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B1738C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1738C is #4E8C73. Grayscale: #888888. Windows color (decimal): -5147764 or 9204657. OLE color: 9204657.

HSL color Cylindrical-coordinate representation of color #B1738C: hue angle of 335.81º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B1738C is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB177115140-
CMYK00.350.210.31
HSL335.81º28.44%57.25%-
HSV(B)335.81º35.03%69.41%-
XYZ2923.527.82-
YUV136.39130.04156.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.97%
GREEN value IS 115 (45.31% from 255) = 26.62%
BLUE value IS 140 (55.08% from 255) = 32.41%
R=40.97%
G=26.62%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711514000.350.210.31335.8128.4457.25
HexB1738C023151F1501c39
Octal26116321404325375203471
Binary101100011110011100011000100011101011111110101000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1738C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1738C; }

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

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

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

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

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

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

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

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