Color Hex Logo

#b4b37d Color Hex

#B4B37D
(180,179,125)
0 Favorites   0 Comments

Color spaces of #b4b37d

RGB 180179125
HSL0.160.270.60
HSV59°31°71°
CMYK 0.000.010.31   0.29
XYZ38.644243.424225.7470
Yxy43.42420.35840.4028
Hunter Lab65.8970-10.641522.9624
CIE-Lab71.8419-8.216827.7756

#b4b37d color RGB value is (180,179,125).

#b4b37d hex color red value is 180, green value is 179 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #b4b37d hue: 0.16 , saturation: 0.27 and the lightness value of b4b37d is 0.60.

The process color (four color CMYK) of #b4b37d color hex is 0.00, 0.01, 0.31, 0.29. Web safe color of #b4b37d is #cccc66. Color #b4b37d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10110011 01111101
Octal 264 263 175
Decimal 180 179 125
Hex B4 B3 7D

RGB Percentages of Color #b4b37d

%37.19
%36.98
%25.83

CMYK Percentages of Color #b4b37d

%0
%1
%31
%29

Triadic Colors of #b4b37d

#b4b37d #7db4b3 #b37db4

Analogous Colors of #b4b37d

#b4b37d #9ab47d #b4987d

Monochromatic Colors of #b4b37d

#b4b37d

Complementary Color

#b4b37d #7d7eb4

#b4b37d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4b37d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4b37d Color CSS Codes

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

#b4b37d Text Font Color

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

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


#b4b37d Background Color

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

This div background color is #b4b37d


#b4b37d Border Color

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

This div border color is #b4b37d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4b37d


Comments

No comments written yet.

Please login to write comment.