#B37E8D

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

Shades of Tapestry #B37E8D

Tints of Tapestry #B37E8D

Color information

#B37E8D (or 0xB37E8D) is unknown color: approx Tapestry. HEX triplet: B3, 7E and 8D. RGB value is (179,126,141). Sum of RGB (Red+Green+Blue) = 179+126+141=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 179 - color contains mainly: red. Hex color #B37E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37E8D is #4C8172. Grayscale: #8F8F8F. Windows color (decimal): -5013875 or 9273011. OLE color: 9273011.

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

Color convert

RGB179126141-
CMYK00.300.210.30
HSL343.02º25.85%59.8%-
HSV(B)343.02º29.61%70.2%-
XYZ30.8626.4328.67-
YUV143.56126.56153.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.13%
GREEN value IS 126 (49.61% from 255) = 28.25%
BLUE value IS 141 (55.47% from 255) = 31.61%
R=40.13%
G=28.25%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912614100.300.210.30343.0225.8559.8
HexB37E8D01E151E1571a3c
Octal26317621503625365273274
Binary10110011111111010001101011110101011111010101011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37E8D; }

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

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

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

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

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

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

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

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