Color Hex Logo

#b46e1e Color Hex

#B46E1E
(180,110,30)
0 Favorites   0 Comments

Color spaces of #b46e1e

RGB 18011030
HSL0.090.710.41
HSV32°83°71°
CMYK 0.000.390.83   0.29
XYZ24.632720.94893.9736
Yxy20.94890.49710.4227
Hunter Lab45.770015.968526.8916
CIE-Lab52.893521.827752.4426

#b46e1e color RGB value is (180,110,30).

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

The process color (four color CMYK) of #b46e1e color hex is 0.00, 0.39, 0.83, 0.29. Web safe color of #b46e1e is #cc6633. Color #b46e1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101110 00011110
Octal 264 156 36
Decimal 180 110 30
Hex B4 6E 1E

RGB Percentages of Color #b46e1e

%56.25
%34.38
%9.38

CMYK Percentages of Color #b46e1e

%0
%39
%83
%29

Triadic Colors of #b46e1e

#b46e1e #1eb46e #6e1eb4

Analogous Colors of #b46e1e

#b46e1e #afb41e #b4231e

Monochromatic Colors of #b46e1e

#b46e1e

Complementary Color

#b46e1e #1e64b4

#b46e1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46e1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46e1e Color CSS Codes

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

#b46e1e Text Font Color

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

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


#b46e1e Background Color

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

This div background color is #b46e1e


#b46e1e Border Color

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

This div border color is #b46e1e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,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 #b46e1e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46e1e


Comments

No comments written yet.

Please login to write comment.