Color Hex Logo

#b4a237 Color Hex

#B4A237
(180,162,55)
0 Favorites   0 Comments

Color spaces of #b4a237

RGB 18016255
HSL0.140.530.46
HSV51°69°71°
CMYK 0.000.100.69   0.29
XYZ32.432335.81988.8190
Yxy35.81980.42080.4648
Hunter Lab59.8496-8.008433.1582
CIE-Lab66.3820-5.700155.5047

#b4a237 color RGB value is (180,162,55).

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

The process color (four color CMYK) of #b4a237 color hex is 0.00, 0.10, 0.69, 0.29. Web safe color of #b4a237 is #cc9933. Color #b4a237 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10100010 00110111
Octal 264 242 67
Decimal 180 162 55
Hex B4 A2 37

RGB Percentages of Color #b4a237

%45.34
%40.81
%13.85

CMYK Percentages of Color #b4a237

%0
%10
%69
%29

Triadic Colors of #b4a237

#b4a237 #37b4a2 #a237b4

Analogous Colors of #b4a237

#b4a237 #88b437 #b46437

Monochromatic Colors of #b4a237

#b4a237

Complementary Color

#b4a237 #3749b4

#b4a237 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4a237 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4a237 Color CSS Codes

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

#b4a237 Text Font Color

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

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


#b4a237 Background Color

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

This div background color is #b4a237


#b4a237 Border Color

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

This div border color is #b4a237


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4a237


Comments

No comments written yet.

Please login to write comment.