#B37584

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

Shades of Tapestry #B37584

Tints of Tapestry #B37584

Color information

#B37584 (or 0xB37584) is unknown color: approx Tapestry. HEX triplet: B3, 75 and 84. RGB value is (179,117,132). Sum of RGB (Red+Green+Blue) = 179+117+132=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 132 (51.95% from 255 or 30.84% from 428); Max value from RGB is 179 - color contains mainly: red. Hex color #B37584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37584 is #4C8A7B. Grayscale: #898989. Windows color (decimal): -5016188 or 8680883. OLE color: 8680883.

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

Color convert

RGB179117132-
CMYK00.350.260.30
HSL345.48º28.97%58.04%-
HSV(B)345.48º34.64%70.2%-
XYZ29.1223.9724.92-
YUV137.25125.04157.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.82%
GREEN value IS 117 (46.09% from 255) = 27.34%
BLUE value IS 132 (51.95% from 255) = 30.84%
R=41.82%
G=27.34%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911713200.350.260.30345.4828.9758.04
HexB375840231A1E1591d3a
Octal26316520404332365313572
Binary101100111110101100001000100011110101111010101100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37584; }

 p { color: rgb(179,117,132); }

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

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

 a { background-color: rgb(179,117,132); }

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

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

 span { border-color: rgb(179,117,132); }

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