Color Hex Logo

#b4893e Color Hex

#B4893E
(180,137,62)
0 Favorites   0 Comments

Color spaces of #b4893e

RGB 18013762
HSL0.110.490.47
HSV38°66°71°
CMYK 0.000.240.66   0.29
XYZ28.637627.94248.4415
Yxy27.94240.44040.4297
Hunter Lab52.86064.197727.5342
CIE-Lab59.83678.316845.4723

#b4893e color RGB value is (180,137,62).

#b4893e hex color red value is 180, green value is 137 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #b4893e hue: 0.11 , saturation: 0.49 and the lightness value of b4893e is 0.47.

The process color (four color CMYK) of #b4893e color hex is 0.00, 0.24, 0.66, 0.29. Web safe color of #b4893e is #cc9933. Color #b4893e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001001 00111110
Octal 264 211 76
Decimal 180 137 62
Hex B4 89 3E

RGB Percentages of Color #b4893e

%47.49
%36.15
%16.36

CMYK Percentages of Color #b4893e

%0
%24
%66
%29

Triadic Colors of #b4893e

#b4893e #3eb489 #893eb4

Analogous Colors of #b4893e

#b4893e #a4b43e #b44e3e

Monochromatic Colors of #b4893e

#b4893e

Complementary Color

#b4893e #3e69b4

#b4893e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4893e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4893e Color CSS Codes

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

#b4893e Text Font Color

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

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


#b4893e Background Color

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

This div background color is #b4893e


#b4893e Border Color

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

This div border color is #b4893e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4893e


Comments

No comments written yet.

Please login to write comment.