Color Hex Logo

#b2b37e Color Hex

#B2B37E
(178,179,126)
0 Favorites   0 Comments

Color spaces of #b2b37e

RGB 178179126
HSL0.170.260.60
HSV61°30°70°
CMYK 0.010.000.30   0.30
XYZ38.246143.211526.0635
Yxy43.21150.35570.4019
Hunter Lab65.7355-11.182522.5069
CIE-Lab71.6983-8.874027.0232

#b2b37e color RGB value is (178,179,126).

#b2b37e hex color red value is 178, green value is 179 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #b2b37e hue: 0.17 , saturation: 0.26 and the lightness value of b2b37e is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10110011 01111110
Octal 262 263 176
Decimal 178 179 126
Hex B2 B3 7E

RGB Percentages of Color #b2b37e

%36.85
%37.06
%26.09

CMYK Percentages of Color #b2b37e

%1
%0
%30
%30

Triadic Colors of #b2b37e

#b2b37e #7eb2b3 #b37eb2

Analogous Colors of #b2b37e

#b2b37e #98b37e #b39a7e

Monochromatic Colors of #b2b37e

#b2b37e

Complementary Color

#b2b37e #7f7eb3

#b2b37e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2b37e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2b37e Color CSS Codes

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

#b2b37e Text Font Color

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

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


#b2b37e Background Color

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

This div background color is #b2b37e


#b2b37e Border Color

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

This div border color is #b2b37e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2b37e


Comments

No comments written yet.

Please login to write comment.