Color Hex Logo

#b4711e Color Hex

#B4711E
(180,113,30)
0 Favorites   0 Comments

Color spaces of #b4711e

RGB 18011330
HSL0.090.710.41
HSV33°83°71°
CMYK 0.000.370.83   0.29
XYZ24.961921.60734.0833
Yxy21.60730.49280.4266
Hunter Lab46.483714.508827.3303
CIE-Lab53.607820.162653.0692

#b4711e color RGB value is (180,113,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110001 00011110
Octal 264 161 36
Decimal 180 113 30
Hex B4 71 1E

RGB Percentages of Color #b4711e

%55.73
%34.98
%9.29

CMYK Percentages of Color #b4711e

%0
%37
%83
%29

Triadic Colors of #b4711e

#b4711e #1eb471 #711eb4

Analogous Colors of #b4711e

#b4711e #acb41e #b4261e

Monochromatic Colors of #b4711e

#b4711e

Complementary Color

#b4711e #1e61b4

#b4711e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4711e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4711e Color CSS Codes

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

#b4711e Text Font Color

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

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


#b4711e Background Color

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

This div background color is #b4711e


#b4711e Border Color

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

This div border color is #b4711e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4711e


Comments

No comments written yet.

Please login to write comment.