#B37E85

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

Shades of Tapestry #B37E85

Tints of Tapestry #B37E85

Color information

#B37E85 (or 0xB37E85) is unknown color: approx Tapestry. HEX triplet: B3, 7E and 85. RGB value is (179,126,133). Sum of RGB (Red+Green+Blue) = 179+126+133=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 179 - color contains mainly: red. Hex color #B37E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37E85 is #4C817A. Grayscale: #8E8E8E. Windows color (decimal): -5013883 or 8748723. OLE color: 8748723.

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

Color convert

RGB179126133-
CMYK00.300.260.30
HSL352.08º25.85%59.8%-
HSV(B)352.08º29.61%70.2%-
XYZ30.2826.225.65-
YUV142.64122.56153.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.87%
GREEN value IS 126 (49.61% from 255) = 28.77%
BLUE value IS 133 (52.34% from 255) = 30.37%
R=40.87%
G=28.77%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912613300.300.260.30352.0825.8559.8
HexB37E8501E1A1E1601a3c
Octal26317620503632365403274
Binary10110011111111010000101011110110101111010110000011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37E85; }

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

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

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

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

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

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

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

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