Color Hex Logo

#b49847 Color Hex

#B49847
(180,152,71)
0 Favorites   0 Comments

Color spaces of #b49847

RGB 18015271
HSL0.120.430.49
HSV45°61°71°
CMYK 0.000.160.61   0.29
XYZ31.188032.614710.6127
Yxy32.61470.41910.4383
Hunter Lab57.1093-2.460428.9586
CIE-Lab63.84770.697045.6266

#b49847 color RGB value is (180,152,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011000 01000111
Octal 264 230 107
Decimal 180 152 71
Hex B4 98 47

RGB Percentages of Color #b49847

%44.67
%37.72
%17.62

CMYK Percentages of Color #b49847

%0
%16
%61
%29

Triadic Colors of #b49847

#b49847 #47b498 #9847b4

Analogous Colors of #b49847

#b49847 #9ab447 #b46247

Monochromatic Colors of #b49847

#b49847

Complementary Color

#b49847 #4763b4

#b49847 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49847 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49847 Color CSS Codes

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

#b49847 Text Font Color

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

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


#b49847 Background Color

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

This div background color is #b49847


#b49847 Border Color

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

This div border color is #b49847


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49847

#b49847 Color Palettes


Comments

No comments written yet.

Please login to write comment.