#B37387

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

Shades of Tapestry #B37387

Tints of Tapestry #B37387

Color information

#B37387 (or 0xB37387) is unknown color: approx Tapestry. HEX triplet: B3, 73 and 87. RGB value is (179,115,135). Sum of RGB (Red+Green+Blue) = 179+115+135=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 135 (53.12% from 255 or 31.47% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B37387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37387 is #4C8C78. Grayscale: #888888. Windows color (decimal): -5016697 or 8876979. OLE color: 8876979.

HSL color Cylindrical-coordinate representation of color #B37387: hue angle of 341.25º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B37387 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB179115135-
CMYK00.360.250.30
HSL341.25º29.63%57.65%-
HSV(B)341.25º35.75%70.2%-
XYZ29.0923.5925.94-
YUV136.42127.2158.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.72%
GREEN value IS 115 (45.31% from 255) = 26.81%
BLUE value IS 135 (53.12% from 255) = 31.47%
R=41.72%
G=26.81%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911513500.360.250.30341.2529.6357.65
HexB37387024191E1551e3a
Octal26316320704431365253672
Binary101100111110011100001110100100110011111010101010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37387; }

 p { color: rgb(179,115,135); }

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

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

 a { background-color: rgb(179,115,135); }

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

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

 span { border-color: rgb(179,115,135); }

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