Color Hex Logo

#b49512 Color Hex

#B49512
(180,149,18)
0 Favorites   0 Comments

Color spaces of #b49512

RGB 18014918
HSL0.130.820.39
HSV49°90°71°
CMYK 0.000.170.90   0.29
XYZ29.679031.24195.0383
Yxy31.24190.45000.4737
Hunter Lab55.8945-3.034833.7817
CIE-Lab62.7113-0.059063.9069

#b49512 color RGB value is (180,149,18).

#b49512 hex color red value is 180, green value is 149 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #b49512 hue: 0.13 , saturation: 0.82 and the lightness value of b49512 is 0.39.

The process color (four color CMYK) of #b49512 color hex is 0.00, 0.17, 0.90, 0.29. Web safe color of #b49512 is #cc9900. Color #b49512 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010101 00010010
Octal 264 225 22
Decimal 180 149 18
Hex B4 95 12

RGB Percentages of Color #b49512

%51.87
%42.94
%5.19

CMYK Percentages of Color #b49512

%0
%17
%90
%29

Triadic Colors of #b49512

#b49512 #12b495 #9512b4

Analogous Colors of #b49512

#b49512 #82b412 #b44412

Monochromatic Colors of #b49512

#b49512

Complementary Color

#b49512 #1231b4

#b49512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49512 Color CSS Codes

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

#b49512 Text Font Color

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

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


#b49512 Background Color

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

This div background color is #b49512


#b49512 Border Color

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

This div border color is #b49512


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49512


Comments

No comments written yet.

Please login to write comment.