Color Hex Logo

#b4811e Color Hex

#B4811E
(180,129,30)
0 Favorites   0 Comments

Color spaces of #b4811e

RGB 18012930
HSL0.110.710.41
HSV40°83°71°
CMYK 0.000.280.83   0.29
XYZ26.907025.49754.7317
Yxy25.49750.47090.4463
Hunter Lab50.49506.749929.7907
CIE-Lab57.557011.250256.5072

#b4811e color RGB value is (180,129,30).

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

The process color (four color CMYK) of #b4811e color hex is 0.00, 0.28, 0.83, 0.29. Web safe color of #b4811e is #cc9933. Color #b4811e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000001 00011110
Octal 264 201 36
Decimal 180 129 30
Hex B4 81 1E

RGB Percentages of Color #b4811e

%53.10
%38.05
%8.85

CMYK Percentages of Color #b4811e

%0
%28
%83
%29

Triadic Colors of #b4811e

#b4811e #1eb481 #811eb4

Analogous Colors of #b4811e

#b4811e #9cb41e #b4361e

Monochromatic Colors of #b4811e

#b4811e

Complementary Color

#b4811e #1e51b4

#b4811e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4811e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4811e Color CSS Codes

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

#b4811e Text Font Color

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

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


#b4811e Background Color

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

This div background color is #b4811e


#b4811e Border Color

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

This div border color is #b4811e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4811e


Comments

No comments written yet.

Please login to write comment.