Color Hex Logo

#b2b47a Color Hex

#B2B47A
(178,180,122)
0 Favorites   0 Comments

Color spaces of #b2b47a

RGB 178180122
HSL0.170.280.59
HSV62°32°71°
CMYK 0.010.000.32   0.29
XYZ38.194243.512624.7981
Yxy43.51260.35860.4086
Hunter Lab65.9641-12.082923.8858
CIE-Lab71.9015-9.917029.4167

#b2b47a color RGB value is (178,180,122).

#b2b47a hex color red value is 178, green value is 180 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #b2b47a hue: 0.17 , saturation: 0.28 and the lightness value of b2b47a is 0.59.

The process color (four color CMYK) of #b2b47a color hex is 0.01, 0.00, 0.32, 0.29. Web safe color of #b2b47a is #99cc66. Color #b2b47a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10110100 01111010
Octal 262 264 172
Decimal 178 180 122
Hex B2 B4 7A

RGB Percentages of Color #b2b47a

%37.08
%37.50
%25.42

CMYK Percentages of Color #b2b47a

%1
%0
%32
%29

Triadic Colors of #b2b47a

#b2b47a #7ab2b4 #b47ab2

Analogous Colors of #b2b47a

#b2b47a #95b47a #b4997a

Monochromatic Colors of #b2b47a

#b2b47a

Complementary Color

#b2b47a #7c7ab4

#b2b47a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2b47a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2b47a Color CSS Codes

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

#b2b47a Text Font Color

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

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


#b2b47a Background Color

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

This div background color is #b2b47a


#b2b47a Border Color

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

This div border color is #b2b47a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2b47a


Comments

No comments written yet.

Please login to write comment.