Color Hex Logo

#b37742 Color Hex

#B37742
(179,119,66)
0 Favorites   0 Comments

Color spaces of #b37742

RGB 17911966
HSL0.080.460.48
HSV28°63°70°
CMYK 0.000.340.63   0.30
XYZ26.170623.17078.2473
Yxy23.17070.45440.4023
Hunter Lab48.136012.809123.5368
CIE-Lab55.247718.181038.2194

#b37742 color RGB value is (179,119,66).

#b37742 hex color red value is 179, green value is 119 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #b37742 hue: 0.08 , saturation: 0.46 and the lightness value of b37742 is 0.48.

The process color (four color CMYK) of #b37742 color hex is 0.00, 0.34, 0.63, 0.30. Web safe color of #b37742 is #cc6633. Color #b37742 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110111 01000010
Octal 263 167 102
Decimal 179 119 66
Hex B3 77 42

RGB Percentages of Color #b37742

%49.18
%32.69
%18.13

CMYK Percentages of Color #b37742

%0
%34
%63
%30

Triadic Colors of #b37742

#b37742 #42b377 #7742b3

Analogous Colors of #b37742

#b37742 #b3b042 #b34246

Monochromatic Colors of #b37742

#b37742

Complementary Color

#b37742 #427eb3

#b37742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37742 Color CSS Codes

.mybgcolor {background-color:#b37742; } 
.myforecolor {color:#b37742; }
.mybordercolor {border:3px solid #b37742; }

#b37742 Text Font Color

<p style="color:#b37742">Text here</p>

This sample text font color is #b37742
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b37742 Background Color

<div style="background-color:#b37742">
Div content here</div>

This div background color is #b37742


#b37742 Border Color

<div style="border:3px solid #b37742">
Div here</div>

This div border color is #b37742


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,119,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b37742; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b37742;
  -webkit-box-shadow: 1px 1px 3px 2px #b37742;
  box-shadow:         1px 1px 3px 2px #b37742; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,119,66, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b37742">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b37742;
  -webkit-box-shadow: 1px 1px 3px 2px #b37742;
  box-shadow:         1px 1px 3px 2px #b37742;">
Div content here</div>

This div box has shadow with color #b37742


Comments

No comments written yet.

Please login to write comment.