Color Hex Logo

#b4814e Color Hex

#B4814E
(180,129,78)
0 Favorites   0 Comments

Color spaces of #b4814e

RGB 18012978
HSL0.080.400.51
HSV30°57°71°
CMYK 0.000.280.57   0.29
XYZ28.047825.953910.7390
Yxy25.95390.43320.4009
Hunter Lab50.94509.119623.1634
CIE-Lab57.993313.945435.1691

#b4814e color RGB value is (180,129,78).

#b4814e hex color red value is 180, green value is 129 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #b4814e hue: 0.08 , saturation: 0.40 and the lightness value of b4814e is 0.51.

The process color (four color CMYK) of #b4814e color hex is 0.00, 0.28, 0.57, 0.29. Web safe color of #b4814e is #cc9966. Color #b4814e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000001 01001110
Octal 264 201 116
Decimal 180 129 78
Hex B4 81 4E

RGB Percentages of Color #b4814e

%46.51
%33.33
%20.16

CMYK Percentages of Color #b4814e

%0
%28
%57
%29

Triadic Colors of #b4814e

#b4814e #4eb481 #814eb4

Analogous Colors of #b4814e

#b4814e #b4b44e #b44e4e

Monochromatic Colors of #b4814e

#b4814e

Complementary Color

#b4814e #4e81b4

#b4814e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4814e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4814e Color CSS Codes

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

#b4814e Text Font Color

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

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


#b4814e Background Color

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

This div background color is #b4814e


#b4814e Border Color

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

This div border color is #b4814e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4814e


Comments

No comments written yet.

Please login to write comment.