Color Hex Logo

#b4a13e Color Hex

#B4A13E
(180,161,62)
0 Favorites   0 Comments

Color spaces of #b4a13e

RGB 18016162
HSL0.140.490.47
HSV50°66°71°
CMYK 0.000.110.66   0.29
XYZ32.436835.54089.7079
Yxy35.54080.41750.4575
Hunter Lab59.6161-7.207332.0765
CIE-Lab66.1676-4.759552.3202

#b4a13e color RGB value is (180,161,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10100001 00111110
Octal 264 241 76
Decimal 180 161 62
Hex B4 A1 3E

RGB Percentages of Color #b4a13e

%44.67
%39.95
%15.38

CMYK Percentages of Color #b4a13e

%0
%11
%66
%29

Triadic Colors of #b4a13e

#b4a13e #3eb4a1 #a13eb4

Analogous Colors of #b4a13e

#b4a13e #8cb43e #b4663e

Monochromatic Colors of #b4a13e

#b4a13e

Complementary Color

#b4a13e #3e51b4

#b4a13e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4a13e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4a13e Color CSS Codes

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

#b4a13e Text Font Color

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

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


#b4a13e Background Color

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

This div background color is #b4a13e


#b4a13e Border Color

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

This div border color is #b4a13e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4a13e


Comments

No comments written yet.

Please login to write comment.