Color Hex Logo

#b48121 Color Hex

#B48121
(180,129,33)
0 Favorites   0 Comments

Color spaces of #b48121

RGB 18012933
HSL0.110.690.42
HSV39°82°71°
CMYK 0.000.280.82   0.29
XYZ26.947225.51364.9432
Yxy25.51360.46940.4445
Hunter Lab50.51106.834129.5553
CIE-Lab57.572511.346955.5015

#b48121 color RGB value is (180,129,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000001 00100001
Octal 264 201 41
Decimal 180 129 33
Hex B4 81 21

RGB Percentages of Color #b48121

%52.63
%37.72
%9.65

CMYK Percentages of Color #b48121

%0
%28
%82
%29

Triadic Colors of #b48121

#b48121 #21b481 #8121b4

Analogous Colors of #b48121

#b48121 #9eb421 #b43821

Monochromatic Colors of #b48121

#b48121

Complementary Color

#b48121 #2154b4

#b48121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48121 Color CSS Codes

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

#b48121 Text Font Color

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

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


#b48121 Background Color

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

This div background color is #b48121


#b48121 Border Color

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

This div border color is #b48121


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48121


Comments

No comments written yet.

Please login to write comment.