Color Hex Logo

#b4af4d Color Hex

#B4AF4D
(180,175,77)
0 Favorites   0 Comments

Color spaces of #b4af4d

RGB 18017577
HSL0.160.410.50
HSV57°57°71°
CMYK 0.000.030.57   0.29
XYZ35.491940.899113.0449
Yxy40.89910.39680.4573
Hunter Lab63.9524-12.853932.6728
CIE-Lab70.1052-11.089649.8617

#b4af4d color RGB value is (180,175,77).

#b4af4d hex color red value is 180, green value is 175 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #b4af4d hue: 0.16 , saturation: 0.41 and the lightness value of b4af4d is 0.50.

The process color (four color CMYK) of #b4af4d color hex is 0.00, 0.03, 0.57, 0.29. Web safe color of #b4af4d is #cc9966. Color #b4af4d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10101111 01001101
Octal 264 257 115
Decimal 180 175 77
Hex B4 AF 4D

RGB Percentages of Color #b4af4d

%41.67
%40.51
%17.82

CMYK Percentages of Color #b4af4d

%0
%3
%57
%29

Triadic Colors of #b4af4d

#b4af4d #4db4af #af4db4

Analogous Colors of #b4af4d

#b4af4d #86b44d #b47c4d

Monochromatic Colors of #b4af4d

#b4af4d

Complementary Color

#b4af4d #4d52b4

#b4af4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4af4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4af4d Color CSS Codes

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

#b4af4d Text Font Color

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

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


#b4af4d Background Color

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

This div background color is #b4af4d


#b4af4d Border Color

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

This div border color is #b4af4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4af4d


Comments

No comments written yet.

Please login to write comment.