Color Hex Logo

#b49e52 Color Hex

#B49E52
(180,158,82)
0 Favorites   0 Comments

Color spaces of #b49e52

RGB 18015882
HSL0.130.400.51
HSV47°54°71°
CMYK 0.000.120.54   0.29
XYZ32.572234.766212.9765
Yxy34.76620.40560.4329
Hunter Lab58.9629-4.578328.2255
CIE-Lab65.5662-1.682142.2086

#b49e52 color RGB value is (180,158,82).

#b49e52 hex color red value is 180, green value is 158 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #b49e52 hue: 0.13 , saturation: 0.40 and the lightness value of b49e52 is 0.51.

The process color (four color CMYK) of #b49e52 color hex is 0.00, 0.12, 0.54, 0.29. Web safe color of #b49e52 is #cc9966. Color #b49e52 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011110 01010010
Octal 264 236 122
Decimal 180 158 82
Hex B4 9E 52

RGB Percentages of Color #b49e52

%42.86
%37.62
%19.52

CMYK Percentages of Color #b49e52

%0
%12
%54
%29

Triadic Colors of #b49e52

#b49e52 #52b49e #9e52b4

Analogous Colors of #b49e52

#b49e52 #99b452 #b46d52

Monochromatic Colors of #b49e52

#b49e52

Complementary Color

#b49e52 #5268b4

#b49e52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49e52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49e52 Color CSS Codes

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

#b49e52 Text Font Color

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

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


#b49e52 Background Color

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

This div background color is #b49e52


#b49e52 Border Color

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

This div border color is #b49e52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49e52


Comments

No comments written yet.

Please login to write comment.