Color Hex Logo

#b4b56e Color Hex

#B4B56E
(180,181,110)
0 Favorites   0 Comments

Color spaces of #b4b56e

RGB 180181110
HSL0.170.320.57
HSV61°39°71°
CMYK 0.010.000.39   0.29
XYZ38.160743.876821.2096
Yxy43.87680.36960.4250
Hunter Lab66.2396-13.085227.3833
CIE-Lab72.1461-11.079136.0393

#b4b56e color RGB value is (180,181,110).

#b4b56e hex color red value is 180, green value is 181 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #b4b56e hue: 0.17 , saturation: 0.32 and the lightness value of b4b56e is 0.57.

The process color (four color CMYK) of #b4b56e color hex is 0.01, 0.00, 0.39, 0.29. Web safe color of #b4b56e is #cccc66. Color #b4b56e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10110101 01101110
Octal 264 265 156
Decimal 180 181 110
Hex B4 B5 6E

RGB Percentages of Color #b4b56e

%38.22
%38.43
%23.35

CMYK Percentages of Color #b4b56e

%1
%0
%39
%29

Triadic Colors of #b4b56e

#b4b56e #6eb4b5 #b56eb4

Analogous Colors of #b4b56e

#b4b56e #91b56e #b5936e

Monochromatic Colors of #b4b56e

#b4b56e

Complementary Color

#b4b56e #6f6eb5

#b4b56e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4b56e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4b56e Color CSS Codes

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

#b4b56e Text Font Color

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

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


#b4b56e Background Color

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

This div background color is #b4b56e


#b4b56e Border Color

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

This div border color is #b4b56e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4b56e


Comments

No comments written yet.

Please login to write comment.