Color Hex Logo

#b0a76e Color Hex

#B0A76E
(176,167,110)
0 Favorites   0 Comments

Color spaces of #b0a76e

RGB 176167110
HSL0.140.290.56
HSV52°38°69°
CMYK 0.000.050.38   0.31
XYZ34.537737.993320.2650
Yxy37.99330.37220.4094
Hunter Lab61.6387-7.849723.6543
CIE-Lab68.0157-5.339130.6653

#b0a76e color RGB value is (176,167,110).

#b0a76e hex color red value is 176, green value is 167 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #b0a76e hue: 0.14 , saturation: 0.29 and the lightness value of b0a76e is 0.56.

The process color (four color CMYK) of #b0a76e color hex is 0.00, 0.05, 0.38, 0.31. Web safe color of #b0a76e is #999966. Color #b0a76e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10100111 01101110
Octal 260 247 156
Decimal 176 167 110
Hex B0 A7 6E

RGB Percentages of Color #b0a76e

%38.85
%36.87
%24.28

CMYK Percentages of Color #b0a76e

%0
%5
%38
%31

Triadic Colors of #b0a76e

#b0a76e #6eb0a7 #a76eb0

Analogous Colors of #b0a76e

#b0a76e #98b06e #b0866e

Monochromatic Colors of #b0a76e

#b0a76e

Complementary Color

#b0a76e #6e77b0

#b0a76e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0a76e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0a76e Color CSS Codes

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

#b0a76e Text Font Color

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

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


#b0a76e Background Color

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

This div background color is #b0a76e


#b0a76e Border Color

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

This div border color is #b0a76e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,167,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 #b0a76e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0a76e


Comments

No comments written yet.

Please login to write comment.