Color Hex Logo

#b4991e Color Hex

#B4991E
(180,153,30)
0 Favorites   0 Comments

Color spaces of #b4991e

RGB 18015330
HSL0.140.710.41
HSV49°83°71°
CMYK 0.000.150.83   0.29
XYZ30.448032.57955.9120
Yxy32.57950.44170.4726
Hunter Lab57.0785-4.668033.8139
CIE-Lab63.8190-1.928661.8854

#b4991e color RGB value is (180,153,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011001 00011110
Octal 264 231 36
Decimal 180 153 30
Hex B4 99 1E

RGB Percentages of Color #b4991e

%49.59
%42.15
%8.26

CMYK Percentages of Color #b4991e

%0
%15
%83
%29

Triadic Colors of #b4991e

#b4991e #1eb499 #991eb4

Analogous Colors of #b4991e

#b4991e #84b41e #b44e1e

Monochromatic Colors of #b4991e

#b4991e

Complementary Color

#b4991e #1e39b4

#b4991e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4991e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4991e Color CSS Codes

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

#b4991e Text Font Color

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

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


#b4991e Background Color

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

This div background color is #b4991e


#b4991e Border Color

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

This div border color is #b4991e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4991e


Comments

No comments written yet.

Please login to write comment.