Color Hex Logo

#b49747 Color Hex

#B49747
(180,151,71)
0 Favorites   0 Comments

Color spaces of #b49747

RGB 18015171
HSL0.120.430.49
HSV44°61°71°
CMYK 0.000.160.61   0.29
XYZ31.026332.291410.5588
Yxy32.29140.42000.4371
Hunter Lab56.8255-1.985028.7611
CIE-Lab63.58301.240945.3263

#b49747 color RGB value is (180,151,71).

#b49747 hex color red value is 180, green value is 151 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #b49747 hue: 0.12 , saturation: 0.43 and the lightness value of b49747 is 0.49.

The process color (four color CMYK) of #b49747 color hex is 0.00, 0.16, 0.61, 0.29. Web safe color of #b49747 is #cc9933. Color #b49747 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010111 01000111
Octal 264 227 107
Decimal 180 151 71
Hex B4 97 47

RGB Percentages of Color #b49747

%44.78
%37.56
%17.66

CMYK Percentages of Color #b49747

%0
%16
%61
%29

Triadic Colors of #b49747

#b49747 #47b497 #9747b4

Analogous Colors of #b49747

#b49747 #9bb447 #b46147

Monochromatic Colors of #b49747

#b49747

Complementary Color

#b49747 #4764b4

#b49747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49747 Color CSS Codes

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

#b49747 Text Font Color

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

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


#b49747 Background Color

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

This div background color is #b49747


#b49747 Border Color

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

This div border color is #b49747


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49747


Comments

No comments written yet.

Please login to write comment.