#B37583

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

Shades of Tapestry #B37583

Tints of Tapestry #B37583

Color information

#B37583 (or 0xB37583) is unknown color: approx Tapestry. HEX triplet: B3, 75 and 83. RGB value is (179,117,131). Sum of RGB (Red+Green+Blue) = 179+117+131=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 179 - color contains mainly: red. Hex color #B37583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37583 is #4C8A7C. Grayscale: #898989. Windows color (decimal): -5016189 or 8615347. OLE color: 8615347.

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

Color convert

RGB179117131-
CMYK00.350.270.30
HSL346.45º28.97%58.04%-
HSV(B)346.45º34.64%70.2%-
XYZ29.0523.9424.56-
YUV137.13124.54157.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.92%
GREEN value IS 117 (46.09% from 255) = 27.40%
BLUE value IS 131 (51.56% from 255) = 30.68%
R=41.92%
G=27.40%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911713100.350.270.30346.4528.9758.04
HexB375830231B1E15a1d3a
Octal26316520304333365323572
Binary101100111110101100000110100011110111111010101101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37583; }

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

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

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

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

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

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

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

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