Color Hex Logo

#b49937 Color Hex

#B49937
(180,153,55)
0 Favorites   0 Comments

Color spaces of #b49937

RGB 18015355
HSL0.130.530.46
HSV47°69°71°
CMYK 0.000.150.69   0.29
XYZ30.903232.76168.3093
Yxy32.76160.42940.4552
Hunter Lab57.2377-3.792231.4592
CIE-Lab63.9674-0.872053.0419

#b49937 color RGB value is (180,153,55).

#b49937 hex color red value is 180, green value is 153 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #b49937 hue: 0.13 , saturation: 0.53 and the lightness value of b49937 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011001 00110111
Octal 264 231 67
Decimal 180 153 55
Hex B4 99 37

RGB Percentages of Color #b49937

%46.39
%39.43
%14.18

CMYK Percentages of Color #b49937

%0
%15
%69
%29

Triadic Colors of #b49937

#b49937 #37b499 #9937b4

Analogous Colors of #b49937

#b49937 #91b437 #b45b37

Monochromatic Colors of #b49937

#b49937

Complementary Color

#b49937 #3752b4

#b49937 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49937 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49937 Color CSS Codes

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

#b49937 Text Font Color

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

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


#b49937 Background Color

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

This div background color is #b49937


#b49937 Border Color

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

This div border color is #b49937


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49937


Comments

No comments written yet.

Please login to write comment.