#B37E8A

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

Shades of Tapestry #B37E8A

Tints of Tapestry #B37E8A

Color information

#B37E8A (or 0xB37E8A) is unknown color: approx Tapestry. HEX triplet: B3, 7E and 8A. RGB value is (179,126,138). Sum of RGB (Red+Green+Blue) = 179+126+138=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 179 - color contains mainly: red. Hex color #B37E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37E8A is #4C8175. Grayscale: #8F8F8F. Windows color (decimal): -5013878 or 9076403. OLE color: 9076403.

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

Color convert

RGB179126138-
CMYK00.300.230.30
HSL346.42º25.85%59.8%-
HSV(B)346.42º29.61%70.2%-
XYZ30.6426.3427.51-
YUV143.22125.06153.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.41%
GREEN value IS 126 (49.61% from 255) = 28.44%
BLUE value IS 138 (54.30% from 255) = 31.15%
R=40.41%
G=28.44%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912613800.300.230.30346.4225.8559.8
HexB37E8A01E171E15a1a3c
Octal26317621203627365323274
Binary10110011111111010001010011110101111111010101101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37E8A; }

 p { color: rgb(179,126,138); }

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

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

 a { background-color: rgb(179,126,138); }

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

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

 span { border-color: rgb(179,126,138); }

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