Color Hex Logo

#b48139 Color Hex

#B48139
(180,129,57)
0 Favorites   0 Comments

Color spaces of #b48139

RGB 18012957
HSL0.100.520.46
HSV35°68°71°
CMYK 0.000.280.68   0.29
XYZ27.411225.69927.3866
Yxy25.69920.45310.4248
Hunter Lab50.69447.802426.8470
CIE-Lab57.750412.454345.5870

#b48139 color RGB value is (180,129,57).

#b48139 hex color red value is 180, green value is 129 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #b48139 hue: 0.10 , saturation: 0.52 and the lightness value of b48139 is 0.46.

The process color (four color CMYK) of #b48139 color hex is 0.00, 0.28, 0.68, 0.29. Web safe color of #b48139 is #cc9933. Color #b48139 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000001 00111001
Octal 264 201 71
Decimal 180 129 57
Hex B4 81 39

RGB Percentages of Color #b48139

%49.18
%35.25
%15.57

CMYK Percentages of Color #b48139

%0
%28
%68
%29

Triadic Colors of #b48139

#b48139 #39b481 #8139b4

Analogous Colors of #b48139

#b48139 #aab439 #b44439

Monochromatic Colors of #b48139

#b48139

Complementary Color

#b48139 #396cb4

#b48139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48139 Color CSS Codes

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

#b48139 Text Font Color

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

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


#b48139 Background Color

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

This div background color is #b48139


#b48139 Border Color

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

This div border color is #b48139


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48139


Comments

No comments written yet.

Please login to write comment.