Color Hex Logo

#b4911e Color Hex

#B4911E
(180,145,30)
0 Favorites   0 Comments

Color spaces of #b4911e

RGB 18014530
HSL0.130.710.41
HSV46°83°71°
CMYK 0.000.190.83   0.29
XYZ29.182130.04785.4900
Yxy30.04780.45090.4643
Hunter Lab54.8159-0.900532.4330
CIE-Lab61.69542.416060.0708

#b4911e color RGB value is (180,145,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010001 00011110
Octal 264 221 36
Decimal 180 145 30
Hex B4 91 1E

RGB Percentages of Color #b4911e

%50.70
%40.85
%8.45

CMYK Percentages of Color #b4911e

%0
%19
%83
%29

Triadic Colors of #b4911e

#b4911e #1eb491 #911eb4

Analogous Colors of #b4911e

#b4911e #8cb41e #b4461e

Monochromatic Colors of #b4911e

#b4911e

Complementary Color

#b4911e #1e41b4

#b4911e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4911e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4911e Color CSS Codes

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

#b4911e Text Font Color

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

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


#b4911e Background Color

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

This div background color is #b4911e


#b4911e Border Color

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

This div border color is #b4911e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4911e


Comments

No comments written yet.

Please login to write comment.