Color Hex Logo

#b49650 Color Hex

#B49650
(180,150,80)
0 Favorites   0 Comments

Color spaces of #b49650

RGB 18015080
HSL0.120.400.51
HSV42°56°71°
CMYK 0.000.170.56   0.29
XYZ31.176732.095212.1412
Yxy32.09520.41340.4256
Hunter Lab56.6526-0.911226.9504
CIE-Lab63.42152.492540.6696

#b49650 color RGB value is (180,150,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010110 01010000
Octal 264 226 120
Decimal 180 150 80
Hex B4 96 50

RGB Percentages of Color #b49650

%43.90
%36.59
%19.51

CMYK Percentages of Color #b49650

%0
%17
%56
%29

Triadic Colors of #b49650

#b49650 #50b496 #9650b4

Analogous Colors of #b49650

#b49650 #a0b450 #b46450

Monochromatic Colors of #b49650

#b49650

Complementary Color

#b49650 #506eb4

#b49650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49650 Color CSS Codes

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

#b49650 Text Font Color

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

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


#b49650 Background Color

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

This div background color is #b49650


#b49650 Border Color

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

This div border color is #b49650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49650


Comments

No comments written yet.

Please login to write comment.