Color Hex Logo

#b4a644 Color Hex

#B4A644
(180,166,68)
0 Favorites   0 Comments

Color spaces of #b4a644

RGB 18016668
HSL0.150.450.49
HSV53°62°71°
CMYK 0.000.080.62   0.29
XYZ33.502037.393110.9207
Yxy37.39310.40950.4570
Hunter Lab61.1499-9.218132.2164
CIE-Lab67.5709-7.024851.1640

#b4a644 color RGB value is (180,166,68).

#b4a644 hex color red value is 180, green value is 166 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #b4a644 hue: 0.15 , saturation: 0.45 and the lightness value of b4a644 is 0.49.

The process color (four color CMYK) of #b4a644 color hex is 0.00, 0.08, 0.62, 0.29. Web safe color of #b4a644 is #cc9933. Color #b4a644 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10100110 01000100
Octal 264 246 104
Decimal 180 166 68
Hex B4 A6 44

RGB Percentages of Color #b4a644

%43.48
%40.10
%16.43

CMYK Percentages of Color #b4a644

%0
%8
%62
%29

Triadic Colors of #b4a644

#b4a644 #44b4a6 #a644b4

Analogous Colors of #b4a644

#b4a644 #8ab444 #b46e44

Monochromatic Colors of #b4a644

#b4a644

Complementary Color

#b4a644 #4452b4

#b4a644 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4a644 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4a644 Color CSS Codes

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

#b4a644 Text Font Color

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

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


#b4a644 Background Color

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

This div background color is #b4a644


#b4a644 Border Color

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

This div border color is #b4a644


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4a644


Comments

No comments written yet.

Please login to write comment.