Color Hex Logo

#b49042 Color Hex

#B49042
(180,144,66)
0 Favorites   0 Comments

Color spaces of #b49042

RGB 18014466
HSL0.110.460.48
HSV41°63°71°
CMYK 0.000.200.63   0.29
XYZ29.779030.04329.3836
Yxy30.04320.43030.4341
Hunter Lab54.81171.058028.2179
CIE-Lab61.69154.717445.6090

#b49042 color RGB value is (180,144,66).

#b49042 hex color red value is 180, green value is 144 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #b49042 hue: 0.11 , saturation: 0.46 and the lightness value of b49042 is 0.48.

The process color (four color CMYK) of #b49042 color hex is 0.00, 0.20, 0.63, 0.29. Web safe color of #b49042 is #cc9933. Color #b49042 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010000 01000010
Octal 264 220 102
Decimal 180 144 66
Hex B4 90 42

RGB Percentages of Color #b49042

%46.15
%36.92
%16.92

CMYK Percentages of Color #b49042

%0
%20
%63
%29

Triadic Colors of #b49042

#b49042 #42b490 #9042b4

Analogous Colors of #b49042

#b49042 #9fb442 #b45742

Monochromatic Colors of #b49042

#b49042

Complementary Color

#b49042 #4266b4

#b49042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49042 Color CSS Codes

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

#b49042 Text Font Color

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

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


#b49042 Background Color

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

This div background color is #b49042


#b49042 Border Color

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

This div border color is #b49042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49042


Comments

No comments written yet.

Please login to write comment.