#B37587

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

Shades of Tapestry #B37587

Tints of Tapestry #B37587

Color information

#B37587 (or 0xB37587) is unknown color: approx Tapestry. HEX triplet: B3, 75 and 87. RGB value is (179,117,135). Sum of RGB (Red+Green+Blue) = 179+117+135=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 135 (53.12% from 255 or 31.32% from 431); Max value from RGB is 179 - color contains mainly: red. Hex color #B37587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37587 is #4C8A78. Grayscale: #898989. Windows color (decimal): -5016185 or 8877491. OLE color: 8877491.

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

Color convert

RGB179117135-
CMYK00.350.250.30
HSL342.58º28.97%58.04%-
HSV(B)342.58º34.64%70.2%-
XYZ29.3224.0626.02-
YUV137.59126.54157.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.53%
GREEN value IS 117 (46.09% from 255) = 27.15%
BLUE value IS 135 (53.12% from 255) = 31.32%
R=41.53%
G=27.15%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911713500.350.250.30342.5828.9758.04
HexB37587023191E1571d3a
Octal26316520704331365273572
Binary101100111110101100001110100011110011111010101011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37587; }

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

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

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

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

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

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

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

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