Color Hex Logo

#b46449 Color Hex

#B46449
(180,100,73)
0 Favorites   0 Comments

Color spaces of #b46449

RGB 18010073
HSL0.040.420.50
HSV15°59°71°
CMYK 0.000.440.59   0.29
XYZ24.582219.29878.7327
Yxy19.29870.46720.3668
Hunter Lab43.930323.005818.9652
CIE-Lab51.034929.621229.3273

#b46449 color RGB value is (180,100,73).

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

The process color (four color CMYK) of #b46449 color hex is 0.00, 0.44, 0.59, 0.29. Web safe color of #b46449 is #cc6633. Color #b46449 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100100 01001001
Octal 264 144 111
Decimal 180 100 73
Hex B4 64 49

RGB Percentages of Color #b46449

%50.99
%28.33
%20.68

CMYK Percentages of Color #b46449

%0
%44
%59
%29

Triadic Colors of #b46449

#b46449 #49b464 #6449b4

Analogous Colors of #b46449

#b46449 #b49a49 #b44964

Monochromatic Colors of #b46449

#b46449

Complementary Color

#b46449 #4999b4

#b46449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46449 Color CSS Codes

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

#b46449 Text Font Color

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

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


#b46449 Background Color

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

This div background color is #b46449


#b46449 Border Color

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

This div border color is #b46449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46449


Comments

No comments written yet.

Please login to write comment.