Color Hex Logo

#b1ac51 Color Hex

#B1AC51
(177,172,81)
0 Favorites   0 Comments

Color spaces of #b1ac51

RGB 17717281
HSL0.160.380.51
HSV57°54°69°
CMYK 0.000.030.54   0.31
XYZ34.369239.446213.5870
Yxy39.44620.39320.4513
Hunter Lab62.8062-12.231031.1380
CIE-Lab69.0733-10.478946.7353

#b1ac51 color RGB value is (177,172,81).

#b1ac51 hex color red value is 177, green value is 172 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #b1ac51 hue: 0.16 , saturation: 0.38 and the lightness value of b1ac51 is 0.51.

The process color (four color CMYK) of #b1ac51 color hex is 0.00, 0.03, 0.54, 0.31. Web safe color of #b1ac51 is #999966. Color #b1ac51 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101100 01010001
Octal 261 254 121
Decimal 177 172 81
Hex B1 AC 51

RGB Percentages of Color #b1ac51

%41.16
%40.00
%18.84

CMYK Percentages of Color #b1ac51

%0
%3
%54
%31

Triadic Colors of #b1ac51

#b1ac51 #51b1ac #ac51b1

Analogous Colors of #b1ac51

#b1ac51 #86b151 #b17c51

Monochromatic Colors of #b1ac51

#b1ac51

Complementary Color

#b1ac51 #5156b1

#b1ac51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1ac51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1ac51 Color CSS Codes

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

#b1ac51 Text Font Color

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

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


#b1ac51 Background Color

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

This div background color is #b1ac51


#b1ac51 Border Color

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

This div border color is #b1ac51


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,172,81, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b1ac51; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b1ac51;
  -webkit-box-shadow: 1px 1px 3px 2px #b1ac51;
  box-shadow:         1px 1px 3px 2px #b1ac51; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,172,81, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1ac51


Comments

No comments written yet.

Please login to write comment.