Color Hex Logo

#b47849 Color Hex

#B47849
(180,120,73)
0 Favorites   0 Comments

Color spaces of #b47849

RGB 18012073
HSL0.070.420.50
HSV26°59°71°
CMYK 0.000.330.59   0.29
XYZ26.741523.61739.4525
Yxy23.61730.44710.3949
Hunter Lab48.597613.176222.4861
CIE-Lab55.702618.568835.0676

#b47849 color RGB value is (180,120,73).

#b47849 hex color red value is 180, green value is 120 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #b47849 hue: 0.07 , saturation: 0.42 and the lightness value of b47849 is 0.50.

The process color (four color CMYK) of #b47849 color hex is 0.00, 0.33, 0.59, 0.29. Web safe color of #b47849 is #cc6633. Color #b47849 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111000 01001001
Octal 264 170 111
Decimal 180 120 73
Hex B4 78 49

RGB Percentages of Color #b47849

%48.26
%32.17
%19.57

CMYK Percentages of Color #b47849

%0
%33
%59
%29

Triadic Colors of #b47849

#b47849 #49b478 #7849b4

Analogous Colors of #b47849

#b47849 #b4ae49 #b44950

Monochromatic Colors of #b47849

#b47849

Complementary Color

#b47849 #4985b4

#b47849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47849 Color CSS Codes

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

#b47849 Text Font Color

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

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


#b47849 Background Color

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

This div background color is #b47849


#b47849 Border Color

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

This div border color is #b47849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47849


Comments

No comments written yet.

Please login to write comment.