Color Hex Logo

#b48120 Color Hex

#B48120
(180,129,32)
0 Favorites   0 Comments

Color spaces of #b48120

RGB 18012932
HSL0.110.700.42
HSV39°82°71°
CMYK 0.000.280.82   0.29
XYZ26.933425.50814.8705
Yxy25.50810.46990.4451
Hunter Lab50.50556.805129.6363
CIE-Lab57.567211.313655.8438

#b48120 color RGB value is (180,129,32).

#b48120 hex color red value is 180, green value is 129 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #b48120 hue: 0.11 , saturation: 0.70 and the lightness value of b48120 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000001 00100000
Octal 264 201 40
Decimal 180 129 32
Hex B4 81 20

RGB Percentages of Color #b48120

%52.79
%37.83
%9.38

CMYK Percentages of Color #b48120

%0
%28
%82
%29

Triadic Colors of #b48120

#b48120 #20b481 #8120b4

Analogous Colors of #b48120

#b48120 #9db420 #b43720

Monochromatic Colors of #b48120

#b48120

Complementary Color

#b48120 #2053b4

#b48120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48120 Color CSS Codes

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

#b48120 Text Font Color

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

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


#b48120 Background Color

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

This div background color is #b48120


#b48120 Border Color

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

This div border color is #b48120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48120


Comments

No comments written yet.

Please login to write comment.