#B37392

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

Shades of Tapestry #B37392

Tints of Tapestry #B37392

Color information

#B37392 (or 0xB37392) is unknown color: approx Tapestry. HEX triplet: B3, 73 and 92. RGB value is (179,115,146). Sum of RGB (Red+Green+Blue) = 179+115+146=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 146 (57.42% from 255 or 33.18% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B37392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37392 is #4C8C6D. Grayscale: #898989. Windows color (decimal): -5016686 or 9597875. OLE color: 9597875.

HSL color Cylindrical-coordinate representation of color #B37392: hue angle of 330.94º 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 #B37392 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB179115146-
CMYK00.360.180.30
HSL330.94º29.63%57.65%-
HSV(B)330.94º35.75%70.2%-
XYZ29.9123.9230.23-
YUV137.67132.7157.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.68%
GREEN value IS 115 (45.31% from 255) = 26.14%
BLUE value IS 146 (57.42% from 255) = 33.18%
R=40.68%
G=26.14%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911514600.360.180.30330.9429.6357.65
HexB37392024121E14b1e3a
Octal26316322204422365133672
Binary101100111110011100100100100100100101111010100101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37392; }

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

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

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

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

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

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

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

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