Color Hex Logo

#b39e6c Color Hex

#B39E6C
(179,158,108)
0 Favorites   0 Comments

Color spaces of #b39e6c

RGB 179158108
HSL0.120.320.56
HSV42°40°70°
CMYK 0.000.120.40   0.30
XYZ33.524035.120119.1993
Yxy35.12010.38160.3998
Hunter Lab59.2622-2.733322.2752
CIE-Lab65.84210.504428.9555

#b39e6c color RGB value is (179,158,108).

#b39e6c hex color red value is 179, green value is 158 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #b39e6c hue: 0.12 , saturation: 0.32 and the lightness value of b39e6c is 0.56.

The process color (four color CMYK) of #b39e6c color hex is 0.00, 0.12, 0.40, 0.30. Web safe color of #b39e6c is #cc9966. Color #b39e6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011110 01101100
Octal 263 236 154
Decimal 179 158 108
Hex B3 9E 6C

RGB Percentages of Color #b39e6c

%40.22
%35.51
%24.27

CMYK Percentages of Color #b39e6c

%0
%12
%40
%30

Triadic Colors of #b39e6c

#b39e6c #6cb39e #9e6cb3

Analogous Colors of #b39e6c

#b39e6c #a5b36c #b37b6c

Monochromatic Colors of #b39e6c

#b39e6c

Complementary Color

#b39e6c #6c81b3

#b39e6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39e6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39e6c Color CSS Codes

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

#b39e6c Text Font Color

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

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


#b39e6c Background Color

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

This div background color is #b39e6c


#b39e6c Border Color

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

This div border color is #b39e6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39e6c


Comments

No comments written yet.

Please login to write comment.