Color Hex Logo

#b1ae78 Color Hex

#B1AE78
(177,174,120)
0 Favorites   0 Comments

Color spaces of #b1ae78

RGB 177174120
HSL0.160.270.58
HSV57°32°69°
CMYK 0.000.020.32   0.31
XYZ36.657740.975323.7463
Yxy40.97530.36160.4042
Hunter Lab64.0120-9.799422.8138
CIE-Lab70.1586-7.420128.1635

#b1ae78 color RGB value is (177,174,120).

#b1ae78 hex color red value is 177, green value is 174 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #b1ae78 hue: 0.16 , saturation: 0.27 and the lightness value of b1ae78 is 0.58.

The process color (four color CMYK) of #b1ae78 color hex is 0.00, 0.02, 0.32, 0.31. Web safe color of #b1ae78 is #999966. Color #b1ae78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101110 01111000
Octal 261 256 170
Decimal 177 174 120
Hex B1 AE 78

RGB Percentages of Color #b1ae78

%37.58
%36.94
%25.48

CMYK Percentages of Color #b1ae78

%0
%2
%32
%31

Triadic Colors of #b1ae78

#b1ae78 #78b1ae #ae78b1

Analogous Colors of #b1ae78

#b1ae78 #98b178 #b19278

Monochromatic Colors of #b1ae78

#b1ae78

Complementary Color

#b1ae78 #787bb1

#b1ae78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1ae78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1ae78 Color CSS Codes

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

#b1ae78 Text Font Color

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

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


#b1ae78 Background Color

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

This div background color is #b1ae78


#b1ae78 Border Color

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

This div border color is #b1ae78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1ae78


Comments

No comments written yet.

Please login to write comment.