#B38387

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

Shades of Tapestry #B38387

Tints of Tapestry #B38387

Color information

#B38387 (or 0xB38387) is unknown color: approx Tapestry. HEX triplet: B3, 83 and 87. RGB value is (179,131,135). Sum of RGB (Red+Green+Blue) = 179+131+135=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 135 (53.12% from 255 or 30.34% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B38387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38387 is #4C7C78. Grayscale: #919191. Windows color (decimal): -5012601 or 8881075. OLE color: 8881075.

HSL color Cylindrical-coordinate representation of color #B38387: hue angle of 355º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B38387 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB179131135-
CMYK00.270.250.30
HSL355º24%60.78%-
HSV(B)355º26.82%70.2%-
XYZ31.0827.5726.6-
YUV145.81121.9151.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.22%
GREEN value IS 131 (51.56% from 255) = 29.44%
BLUE value IS 135 (53.12% from 255) = 30.34%
R=40.22%
G=29.44%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913113500.270.250.303552460.78
HexB3838701B191E163183d
Octal26320320703331365433075
Binary101100111000001110000111011011110011111010110001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38387; }

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

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

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

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

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

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

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

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