Color Hex Logo

#b47b2e Color Hex

#B47B2E
(180,123,46)
0 Favorites   0 Comments

Color spaces of #b47b2e

RGB 18012346
HSL0.100.590.44
HSV34°74°71°
CMYK 0.000.320.74   0.29
XYZ26.398524.06655.8387
Yxy24.06650.46890.4274
Hunter Lab49.057610.202227.2838
CIE-Lab56.154315.214848.9848

#b47b2e color RGB value is (180,123,46).

#b47b2e hex color red value is 180, green value is 123 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #b47b2e hue: 0.10 , saturation: 0.59 and the lightness value of b47b2e is 0.44.

The process color (four color CMYK) of #b47b2e color hex is 0.00, 0.32, 0.74, 0.29. Web safe color of #b47b2e is #cc6633. Color #b47b2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111011 00101110
Octal 264 173 56
Decimal 180 123 46
Hex B4 7B 2E

RGB Percentages of Color #b47b2e

%51.58
%35.24
%13.18

CMYK Percentages of Color #b47b2e

%0
%32
%74
%29

Triadic Colors of #b47b2e

#b47b2e #2eb47b #7b2eb4

Analogous Colors of #b47b2e

#b47b2e #aab42e #b4382e

Monochromatic Colors of #b47b2e

#b47b2e

Complementary Color

#b47b2e #2e67b4

#b47b2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47b2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47b2e Color CSS Codes

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

#b47b2e Text Font Color

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

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


#b47b2e Background Color

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

This div background color is #b47b2e


#b47b2e Border Color

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

This div border color is #b47b2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47b2e


Comments

No comments written yet.

Please login to write comment.