Color Hex Logo

#b5a149 Color Hex

#B5A149
(181,161,73)
0 Favorites   0 Comments

Color spaces of #b5a149

RGB 18116173
HSL0.140.430.50
HSV49°60°71°
CMYK 0.000.110.60   0.29
XYZ33.003535.794511.4729
Yxy35.79450.41120.4459
Hunter Lab59.8285-6.233030.5103
CIE-Lab66.3626-3.577247.5402

#b5a149 color RGB value is (181,161,73).

#b5a149 hex color red value is 181, green value is 161 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #b5a149 hue: 0.14 , saturation: 0.43 and the lightness value of b5a149 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10100001 01001001
Octal 265 241 111
Decimal 181 161 73
Hex B5 A1 49

RGB Percentages of Color #b5a149

%43.61
%38.80
%17.59

CMYK Percentages of Color #b5a149

%0
%11
%60
%29

Triadic Colors of #b5a149

#b5a149 #49b5a1 #a149b5

Analogous Colors of #b5a149

#b5a149 #93b549 #b56b49

Monochromatic Colors of #b5a149

#b5a149

Complementary Color

#b5a149 #495db5

#b5a149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5a149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5a149 Color CSS Codes

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

#b5a149 Text Font Color

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

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


#b5a149 Background Color

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

This div background color is #b5a149


#b5a149 Border Color

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

This div border color is #b5a149


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,161,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5a149


Comments

No comments written yet.

Please login to write comment.