Color Hex Logo

#b47362 Color Hex

#B47362
(180,115,98)
0 Favorites   0 Comments

Color spaces of #b47362

RGB 18011598
HSL0.030.350.55
HSV12°46°71°
CMYK 0.000.360.46   0.29
XYZ27.157722.846614.5337
Yxy22.84660.42080.3540
Hunter Lab47.798117.772615.4307
CIE-Lab54.914023.658920.0534

#b47362 color RGB value is (180,115,98).

#b47362 hex color red value is 180, green value is 115 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #b47362 hue: 0.03 , saturation: 0.35 and the lightness value of b47362 is 0.55.

The process color (four color CMYK) of #b47362 color hex is 0.00, 0.36, 0.46, 0.29. Web safe color of #b47362 is #cc6666. Color #b47362 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110011 01100010
Octal 264 163 142
Decimal 180 115 98
Hex B4 73 62

RGB Percentages of Color #b47362

%45.80
%29.26
%24.94

CMYK Percentages of Color #b47362

%0
%36
%46
%29

Triadic Colors of #b47362

#b47362 #62b473 #7362b4

Analogous Colors of #b47362

#b47362 #b49c62 #b4627a

Monochromatic Colors of #b47362

#b47362

Complementary Color

#b47362 #62a3b4

#b47362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47362 Color CSS Codes

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

#b47362 Text Font Color

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

This sample text font color is #b47362
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.


#b47362 Background Color

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

This div background color is #b47362


#b47362 Border Color

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

This div border color is #b47362


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,115,98, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b47362; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b47362;
  -webkit-box-shadow: 1px 1px 3px 2px #b47362;
  box-shadow:         1px 1px 3px 2px #b47362; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,115,98, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47362


Comments

No comments written yet.

Please login to write comment.