Color Hex Logo

#b1a78a Color Hex

#B1A78A
(177,167,138)
0 Favorites   0 Comments

Color spaces of #b1a78a

RGB 177167138
HSL0.120.200.62
HSV45°22°69°
CMYK 0.000.060.22   0.31
XYZ36.537638.819529.6119
Yxy38.81950.34810.3698
Hunter Lab62.3053-4.356815.4349
CIE-Lab68.6203-1.187416.3189

#b1a78a color RGB value is (177,167,138).

#b1a78a hex color red value is 177, green value is 167 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #b1a78a hue: 0.12 , saturation: 0.20 and the lightness value of b1a78a is 0.62.

The process color (four color CMYK) of #b1a78a color hex is 0.00, 0.06, 0.22, 0.31. Web safe color of #b1a78a is #999999. Color #b1a78a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10100111 10001010
Octal 261 247 212
Decimal 177 167 138
Hex B1 A7 8A

RGB Percentages of Color #b1a78a

%36.72
%34.65
%28.63

CMYK Percentages of Color #b1a78a

%0
%6
%22
%31

Triadic Colors of #b1a78a

#b1a78a #8ab1a7 #a78ab1

Analogous Colors of #b1a78a

#b1a78a #a8b18a #b1948a

Monochromatic Colors of #b1a78a

#b1a78a

Complementary Color

#b1a78a #8a94b1

#b1a78a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1a78a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1a78a Color CSS Codes

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

#b1a78a Text Font Color

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

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


#b1a78a Background Color

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

This div background color is #b1a78a


#b1a78a Border Color

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

This div border color is #b1a78a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1a78a


Comments

No comments written yet.

Please login to write comment.