#B37581

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

Shades of Tapestry #B37581

Tints of Tapestry #B37581

Color information

#B37581 (or 0xB37581) is unknown color: approx Tapestry. HEX triplet: B3, 75 and 81. RGB value is (179,117,129). Sum of RGB (Red+Green+Blue) = 179+117+129=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B37581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37581 is #4C8A7E. Grayscale: #888888. Windows color (decimal): -5016191 or 8484275. OLE color: 8484275.

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

Color convert

RGB179117129-
CMYK00.350.280.30
HSL348.39º28.97%58.04%-
HSV(B)348.39º34.64%70.2%-
XYZ28.9123.8923.86-
YUV136.91123.54158.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.12%
GREEN value IS 117 (46.09% from 255) = 27.53%
BLUE value IS 129 (50.78% from 255) = 30.35%
R=42.12%
G=27.53%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911712900.350.280.30348.3928.9758.04
HexB375810231C1E15c1d3a
Octal26316520104334365343572
Binary101100111110101100000010100011111001111010101110011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37581; }

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

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

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

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

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

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

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

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