Color Hex Logo

#b49626 Color Hex

#B49626
(180,150,38)
0 Favorites   0 Comments

Color spaces of #b49626

RGB 18015038
HSL0.130.650.43
HSV47°79°71°
CMYK 0.000.170.79   0.29
XYZ30.078631.65596.3586
Yxy31.65590.44170.4649
Hunter Lab56.2636-3.034932.6839
CIE-Lab63.0575-0.035458.7116

#b49626 color RGB value is (180,150,38).

#b49626 hex color red value is 180, green value is 150 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #b49626 hue: 0.13 , saturation: 0.65 and the lightness value of b49626 is 0.43.

The process color (four color CMYK) of #b49626 color hex is 0.00, 0.17, 0.79, 0.29. Web safe color of #b49626 is #cc9933. Color #b49626 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010110 00100110
Octal 264 226 46
Decimal 180 150 38
Hex B4 96 26

RGB Percentages of Color #b49626

%48.91
%40.76
%10.33

CMYK Percentages of Color #b49626

%0
%17
%79
%29

Triadic Colors of #b49626

#b49626 #26b496 #9626b4

Analogous Colors of #b49626

#b49626 #8bb426 #b44f26

Monochromatic Colors of #b49626

#b49626

Complementary Color

#b49626 #2644b4

#b49626 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49626 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49626 Color CSS Codes

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

#b49626 Text Font Color

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

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


#b49626 Background Color

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

This div background color is #b49626


#b49626 Border Color

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

This div border color is #b49626


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49626


Comments

No comments written yet.

Please login to write comment.