Color Hex Logo

#b4a25a Color Hex

#B4A25A
(180,162,90)
0 Favorites   0 Comments

Color spaces of #b4a25a

RGB 18016290
HSL0.130.380.53
HSV48°50°71°
CMYK 0.000.100.50   0.29
XYZ33.588236.282114.9057
Yxy36.28210.39620.4280
Hunter Lab60.2346-5.874927.4923
CIE-Lab66.7349-3.118739.5696

#b4a25a color RGB value is (180,162,90).

#b4a25a hex color red value is 180, green value is 162 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #b4a25a hue: 0.13 , saturation: 0.38 and the lightness value of b4a25a is 0.53.

The process color (four color CMYK) of #b4a25a color hex is 0.00, 0.10, 0.50, 0.29. Web safe color of #b4a25a is #cc9966. Color #b4a25a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10100010 01011010
Octal 264 242 132
Decimal 180 162 90
Hex B4 A2 5A

RGB Percentages of Color #b4a25a

%41.67
%37.50
%20.83

CMYK Percentages of Color #b4a25a

%0
%10
%50
%29

Triadic Colors of #b4a25a

#b4a25a #5ab4a2 #a25ab4

Analogous Colors of #b4a25a

#b4a25a #99b45a #b4755a

Monochromatic Colors of #b4a25a

#b4a25a

Complementary Color

#b4a25a #5a6cb4

#b4a25a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4a25a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4a25a Color CSS Codes

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

#b4a25a Text Font Color

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

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


#b4a25a Background Color

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

This div background color is #b4a25a


#b4a25a Border Color

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

This div border color is #b4a25a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4a25a


Comments

No comments written yet.

Please login to write comment.