Color Hex Logo

#b49519 Color Hex

#B49519
(180,149,25)
0 Favorites   0 Comments

Color spaces of #b49519

RGB 18014925
HSL0.130.760.40
HSV48°86°71°
CMYK 0.000.170.86   0.29
XYZ29.745331.26845.3874
Yxy31.26840.44800.4709
Hunter Lab55.9182-2.904933.4304
CIE-Lab62.73360.097562.3238

#b49519 color RGB value is (180,149,25).

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

The process color (four color CMYK) of #b49519 color hex is 0.00, 0.17, 0.86, 0.29. Web safe color of #b49519 is #cc9900. Color #b49519 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010101 00011001
Octal 264 225 31
Decimal 180 149 25
Hex B4 95 19

RGB Percentages of Color #b49519

%50.85
%42.09
%7.06

CMYK Percentages of Color #b49519

%0
%17
%86
%29

Triadic Colors of #b49519

#b49519 #19b495 #9519b4

Analogous Colors of #b49519

#b49519 #86b419 #b44819

Monochromatic Colors of #b49519

#b49519

Complementary Color

#b49519 #1938b4

#b49519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49519 Color CSS Codes

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

#b49519 Text Font Color

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

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


#b49519 Background Color

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

This div background color is #b49519


#b49519 Border Color

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

This div border color is #b49519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49519


Comments

No comments written yet.

Please login to write comment.