Color Hex Logo

#b36f3e Color Hex

#B36F3E
(179,111,62)
0 Favorites   0 Comments

Color spaces of #b36f3e

RGB 17911162
HSL0.070.490.47
HSV25°65°70°
CMYK 0.000.380.65   0.30
XYZ25.144321.30047.3436
Yxy21.30040.46750.3960
Hunter Lab46.152416.482122.8726
CIE-Lab53.276722.367938.0322

#b36f3e color RGB value is (179,111,62).

#b36f3e hex color red value is 179, green value is 111 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #b36f3e hue: 0.07 , saturation: 0.49 and the lightness value of b36f3e is 0.47.

The process color (four color CMYK) of #b36f3e color hex is 0.00, 0.38, 0.65, 0.30. Web safe color of #b36f3e is #cc6633. Color #b36f3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101111 00111110
Octal 263 157 76
Decimal 179 111 62
Hex B3 6F 3E

RGB Percentages of Color #b36f3e

%50.85
%31.53
%17.61

CMYK Percentages of Color #b36f3e

%0
%38
%65
%30

Triadic Colors of #b36f3e

#b36f3e #3eb36f #6f3eb3

Analogous Colors of #b36f3e

#b36f3e #b3aa3e #b33e47

Monochromatic Colors of #b36f3e

#b36f3e

Complementary Color

#b36f3e #3e82b3

#b36f3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36f3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36f3e Color CSS Codes

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

#b36f3e Text Font Color

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

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


#b36f3e Background Color

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

This div background color is #b36f3e


#b36f3e Border Color

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

This div border color is #b36f3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36f3e


Comments

No comments written yet.

Please login to write comment.