Color Hex Logo

#b49529 Color Hex

#B49529
(180,149,41)
0 Favorites   0 Comments

Color spaces of #b49529

RGB 18014941
HSL0.130.630.43
HSV47°77°71°
CMYK 0.000.170.77   0.29
XYZ29.970131.35836.5710
Yxy31.35830.44140.4618
Hunter Lab55.9985-2.465132.2417
CIE-Lab62.80890.625657.4285

#b49529 color RGB value is (180,149,41).

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

The process color (four color CMYK) of #b49529 color hex is 0.00, 0.17, 0.77, 0.29. Web safe color of #b49529 is #cc9933. Color #b49529 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010101 00101001
Octal 264 225 51
Decimal 180 149 41
Hex B4 95 29

RGB Percentages of Color #b49529

%48.65
%40.27
%11.08

CMYK Percentages of Color #b49529

%0
%17
%77
%29

Triadic Colors of #b49529

#b49529 #29b495 #9529b4

Analogous Colors of #b49529

#b49529 #8eb429 #b45029

Monochromatic Colors of #b49529

#b49529

Complementary Color

#b49529 #2948b4

#b49529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49529 Color CSS Codes

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

#b49529 Text Font Color

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

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


#b49529 Background Color

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

This div background color is #b49529


#b49529 Border Color

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

This div border color is #b49529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49529


Comments

No comments written yet.

Please login to write comment.