Color Hex Logo

#b4991a Color Hex

#B4991A
(180,153,26)
0 Favorites   0 Comments

Color spaces of #b4991a

RGB 18015326
HSL0.140.750.40
HSV49°86°71°
CMYK 0.000.150.86   0.29
XYZ30.400132.56035.6598
Yxy32.56030.44300.4745
Hunter Lab57.0616-4.760434.0623
CIE-Lab63.8033-2.040562.9510

#b4991a color RGB value is (180,153,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011001 00011010
Octal 264 231 32
Decimal 180 153 26
Hex B4 99 1A

RGB Percentages of Color #b4991a

%50.14
%42.62
%7.24

CMYK Percentages of Color #b4991a

%0
%15
%86
%29

Triadic Colors of #b4991a

#b4991a #1ab499 #991ab4

Analogous Colors of #b4991a

#b4991a #82b41a #b44c1a

Monochromatic Colors of #b4991a

#b4991a

Complementary Color

#b4991a #1a35b4

#b4991a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4991a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4991a Color CSS Codes

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

#b4991a Text Font Color

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

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


#b4991a Background Color

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

This div background color is #b4991a


#b4991a Border Color

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

This div border color is #b4991a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4991a


Comments

No comments written yet.

Please login to write comment.