Color Hex Logo

#b49850 Color Hex

#B49850
(180,152,80)
0 Favorites   0 Comments

Color spaces of #b49850

RGB 18015280
HSL0.120.400.51
HSV43°56°71°
CMYK 0.000.160.56   0.29
XYZ31.498632.739012.2485
Yxy32.73900.41180.4280
Hunter Lab57.2180-1.867027.3606
CIE-Lab63.94901.401341.2964

#b49850 color RGB value is (180,152,80).

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

The process color (four color CMYK) of #b49850 color hex is 0.00, 0.16, 0.56, 0.29. Web safe color of #b49850 is #cc9966. Color #b49850 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011000 01010000
Octal 264 230 120
Decimal 180 152 80
Hex B4 98 50

RGB Percentages of Color #b49850

%43.69
%36.89
%19.42

CMYK Percentages of Color #b49850

%0
%16
%56
%29

Triadic Colors of #b49850

#b49850 #50b498 #9850b4

Analogous Colors of #b49850

#b49850 #9eb450 #b46650

Monochromatic Colors of #b49850

#b49850

Complementary Color

#b49850 #506cb4

#b49850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49850 Color CSS Codes

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

#b49850 Text Font Color

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

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


#b49850 Background Color

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

This div background color is #b49850


#b49850 Border Color

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

This div border color is #b49850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49850


Comments

No comments written yet.

Please login to write comment.