Color Hex Logo

#b4b05f Color Hex

#B4B05F
(180,176,95)
0 Favorites   0 Comments

Color spaces of #b4b05f

RGB 18017695
HSL0.160.360.54
HSV57°47°71°
CMYK 0.000.020.47   0.29
XYZ36.413341.580216.9331
Yxy41.58020.38360.4380
Hunter Lab64.4827-12.046029.5684
CIE-Lab70.5805-10.049341.7239

#b4b05f color RGB value is (180,176,95).

#b4b05f hex color red value is 180, green value is 176 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #b4b05f hue: 0.16 , saturation: 0.36 and the lightness value of b4b05f is 0.54.

The process color (four color CMYK) of #b4b05f color hex is 0.00, 0.02, 0.47, 0.29. Web safe color of #b4b05f is #cc9966. Color #b4b05f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10110000 01011111
Octal 264 260 137
Decimal 180 176 95
Hex B4 B0 5F

RGB Percentages of Color #b4b05f

%39.91
%39.02
%21.06

CMYK Percentages of Color #b4b05f

%0
%2
%47
%29

Triadic Colors of #b4b05f

#b4b05f #5fb4b0 #b05fb4

Analogous Colors of #b4b05f

#b4b05f #8eb45f #b4865f

Monochromatic Colors of #b4b05f

#b4b05f

Complementary Color

#b4b05f #5f63b4

#b4b05f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4b05f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4b05f Color CSS Codes

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

#b4b05f Text Font Color

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

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


#b4b05f Background Color

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

This div background color is #b4b05f


#b4b05f Border Color

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

This div border color is #b4b05f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4b05f


Comments

No comments written yet.

Please login to write comment.