Color Hex Logo

#b86e1e Color Hex

#B86E1E
(184,110,30)
0 Favorites   0 Comments

Color spaces of #b86e1e

RGB 18411030
HSL0.090.720.42
HSV31°84°72°
CMYK 0.000.400.84   0.28
XYZ25.577421.43594.0178
Yxy21.43590.50120.4201
Hunter Lab46.298917.587527.2641
CIE-Lab53.423323.568453.1109

#b86e1e color RGB value is (184,110,30).

#b86e1e hex color red value is 184, green value is 110 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #b86e1e hue: 0.09 , saturation: 0.72 and the lightness value of b86e1e is 0.42.

The process color (four color CMYK) of #b86e1e color hex is 0.00, 0.40, 0.84, 0.28. Web safe color of #b86e1e is #cc6633. Color #b86e1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101110 00011110
Octal 270 156 36
Decimal 184 110 30
Hex B8 6E 1E

RGB Percentages of Color #b86e1e

%56.79
%33.95
%9.26

CMYK Percentages of Color #b86e1e

%0
%40
%84
%28

Triadic Colors of #b86e1e

#b86e1e #1eb86e #6e1eb8

Analogous Colors of #b86e1e

#b86e1e #b5b81e #b8211e

Monochromatic Colors of #b86e1e

#b86e1e

Complementary Color

#b86e1e #1e68b8

#b86e1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86e1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86e1e Color CSS Codes

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

#b86e1e Text Font Color

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

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


#b86e1e Background Color

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

This div background color is #b86e1e


#b86e1e Border Color

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

This div border color is #b86e1e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,110,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b86e1e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b86e1e;
  -webkit-box-shadow: 1px 1px 3px 2px #b86e1e;
  box-shadow:         1px 1px 3px 2px #b86e1e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,110,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86e1e


Comments

No comments written yet.

Please login to write comment.