Color Hex Logo

#b48421 Color Hex

#B48421
(180,132,33)
0 Favorites   0 Comments

Color spaces of #b48421

RGB 18013233
HSL0.110.690.42
HSV40°82°71°
CMYK 0.000.270.82   0.29
XYZ27.348226.31565.0769
Yxy26.31560.46560.4480
Hunter Lab51.29875.388530.0413
CIE-Lab58.33549.679656.1794

#b48421 color RGB value is (180,132,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000100 00100001
Octal 264 204 41
Decimal 180 132 33
Hex B4 84 21

RGB Percentages of Color #b48421

%52.17
%38.26
%9.57

CMYK Percentages of Color #b48421

%0
%27
%82
%29

Triadic Colors of #b48421

#b48421 #21b484 #8421b4

Analogous Colors of #b48421

#b48421 #9bb421 #b43b21

Monochromatic Colors of #b48421

#b48421

Complementary Color

#b48421 #2151b4

#b48421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48421 Color CSS Codes

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

#b48421 Text Font Color

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

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


#b48421 Background Color

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

This div background color is #b48421


#b48421 Border Color

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

This div border color is #b48421


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,132,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 #b48421">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48421


Comments

No comments written yet.

Please login to write comment.