Color Hex Logo

#b1a857 Color Hex

#B1A857
(177,168,87)
0 Favorites   0 Comments

Color spaces of #b1a857

RGB 17716887
HSL0.150.370.52
HSV54°51°69°
CMYK 0.000.050.51   0.31
XYZ33.854438.040514.5751
Yxy38.04050.39150.4399
Hunter Lab61.6770-9.956329.1629
CIE-Lab68.0505-7.857742.6056

#b1a857 color RGB value is (177,168,87).

#b1a857 hex color red value is 177, green value is 168 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #b1a857 hue: 0.15 , saturation: 0.37 and the lightness value of b1a857 is 0.52.

The process color (four color CMYK) of #b1a857 color hex is 0.00, 0.05, 0.51, 0.31. Web safe color of #b1a857 is #999966. Color #b1a857 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101000 01010111
Octal 261 250 127
Decimal 177 168 87
Hex B1 A8 57

RGB Percentages of Color #b1a857

%40.97
%38.89
%20.14

CMYK Percentages of Color #b1a857

%0
%5
%51
%31

Triadic Colors of #b1a857

#b1a857 #57b1a8 #a857b1

Analogous Colors of #b1a857

#b1a857 #8db157 #b17b57

Monochromatic Colors of #b1a857

#b1a857

Complementary Color

#b1a857 #5760b1

#b1a857 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1a857 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1a857 Color CSS Codes

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

#b1a857 Text Font Color

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

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


#b1a857 Background Color

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

This div background color is #b1a857


#b1a857 Border Color

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

This div border color is #b1a857


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1a857


Comments

No comments written yet.

Please login to write comment.