Color Hex Logo

#b48449 Color Hex

#B48449
(180,132,73)
0 Favorites   0 Comments

Color spaces of #b48449

RGB 18013273
HSL0.090.420.50
HSV33°59°71°
CMYK 0.000.270.59   0.29
XYZ28.276326.68699.9641
Yxy26.68690.43550.4110
Hunter Lab51.65947.300024.7257
CIE-Lab58.683411.872238.6372

#b48449 color RGB value is (180,132,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000100 01001001
Octal 264 204 111
Decimal 180 132 73
Hex B4 84 49

RGB Percentages of Color #b48449

%46.75
%34.29
%18.96

CMYK Percentages of Color #b48449

%0
%27
%59
%29

Triadic Colors of #b48449

#b48449 #49b484 #8449b4

Analogous Colors of #b48449

#b48449 #afb449 #b44f49

Monochromatic Colors of #b48449

#b48449

Complementary Color

#b48449 #4979b4

#b48449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48449 Color CSS Codes

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

#b48449 Text Font Color

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

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


#b48449 Background Color

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

This div background color is #b48449


#b48449 Border Color

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

This div border color is #b48449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48449


Comments

No comments written yet.

Please login to write comment.