Color Hex Logo

#b4911a Color Hex

#B4911A
(180,145,26)
0 Favorites   0 Comments

Color spaces of #b4911a

RGB 18014526
HSL0.130.750.40
HSV46°86°71°
CMYK 0.000.190.86   0.29
XYZ29.134230.02875.2379
Yxy30.02870.45240.4663
Hunter Lab54.7984-0.995832.6917
CIE-Lab61.67902.302361.1911

#b4911a color RGB value is (180,145,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010001 00011010
Octal 264 221 32
Decimal 180 145 26
Hex B4 91 1A

RGB Percentages of Color #b4911a

%51.28
%41.31
%7.41

CMYK Percentages of Color #b4911a

%0
%19
%86
%29

Triadic Colors of #b4911a

#b4911a #1ab491 #911ab4

Analogous Colors of #b4911a

#b4911a #8ab41a #b4441a

Monochromatic Colors of #b4911a

#b4911a

Complementary Color

#b4911a #1a3db4

#b4911a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4911a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4911a Color CSS Codes

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

#b4911a Text Font Color

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

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


#b4911a Background Color

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

This div background color is #b4911a


#b4911a Border Color

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

This div border color is #b4911a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,145,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4911a


Comments

No comments written yet.

Please login to write comment.