Color Hex Logo

#b4a66e Color Hex

#B4A66E
(180,166,110)
0 Favorites   0 Comments

Color spaces of #b4a66e

RGB 180166110
HSL0.130.320.57
HSV48°39°71°
CMYK 0.000.080.39   0.29
XYZ35.273138.101520.2471
Yxy38.10150.37680.4070
Hunter Lab61.7264-6.018723.7606
CIE-Lab68.0954-3.168030.8363

#b4a66e color RGB value is (180,166,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10100110 01101110
Octal 264 246 156
Decimal 180 166 110
Hex B4 A6 6E

RGB Percentages of Color #b4a66e

%39.47
%36.40
%24.12

CMYK Percentages of Color #b4a66e

%0
%8
%39
%29

Triadic Colors of #b4a66e

#b4a66e #6eb4a6 #a66eb4

Analogous Colors of #b4a66e

#b4a66e #9fb46e #b4836e

Monochromatic Colors of #b4a66e

#b4a66e

Complementary Color

#b4a66e #6e7cb4

#b4a66e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4a66e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4a66e Color CSS Codes

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

#b4a66e Text Font Color

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

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


#b4a66e Background Color

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

This div background color is #b4a66e


#b4a66e Border Color

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

This div border color is #b4a66e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4a66e


Comments

No comments written yet.

Please login to write comment.