Color Hex Logo

#b4986e Color Hex

#B4986E
(180,152,110)
0 Favorites   0 Comments

Color spaces of #b4986e

RGB 180152110
HSL0.100.320.57
HSV36°39°71°
CMYK 0.000.160.39   0.29
XYZ32.865133.285619.4444
Yxy33.28560.38400.3889
Hunter Lab57.69370.718320.4032
CIE-Lab64.39154.427125.9793

#b4986e color RGB value is (180,152,110).

#b4986e hex color red value is 180, green value is 152 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #b4986e hue: 0.10 , saturation: 0.32 and the lightness value of b4986e is 0.57.

The process color (four color CMYK) of #b4986e color hex is 0.00, 0.16, 0.39, 0.29. Web safe color of #b4986e is #cc9966. Color #b4986e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011000 01101110
Octal 264 230 156
Decimal 180 152 110
Hex B4 98 6E

RGB Percentages of Color #b4986e

%40.72
%34.39
%24.89

CMYK Percentages of Color #b4986e

%0
%16
%39
%29

Triadic Colors of #b4986e

#b4986e #6eb498 #986eb4

Analogous Colors of #b4986e

#b4986e #adb46e #b4756e

Monochromatic Colors of #b4986e

#b4986e

Complementary Color

#b4986e #6e8ab4

#b4986e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4986e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4986e Color CSS Codes

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

#b4986e Text Font Color

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

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


#b4986e Background Color

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

This div background color is #b4986e


#b4986e Border Color

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

This div border color is #b4986e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4986e


Comments

No comments written yet.

Please login to write comment.