Color Hex Logo

#b0a057 Color Hex

#B0A057
(176,160,87)
0 Favorites   0 Comments

Color spaces of #b0a057

RGB 17616087
HSL0.140.360.52
HSV49°51°69°
CMYK 0.000.090.51   0.31
XYZ32.195635.059814.0872
Yxy35.05980.39580.4310
Hunter Lab59.2113-6.562127.3420
CIE-Lab65.7952-4.022839.8718

#b0a057 color RGB value is (176,160,87).

#b0a057 hex color red value is 176, green value is 160 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #b0a057 hue: 0.14 , saturation: 0.36 and the lightness value of b0a057 is 0.52.

The process color (four color CMYK) of #b0a057 color hex is 0.00, 0.09, 0.51, 0.31. Web safe color of #b0a057 is #999966. Color #b0a057 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10100000 01010111
Octal 260 240 127
Decimal 176 160 87
Hex B0 A0 57

RGB Percentages of Color #b0a057

%41.61
%37.83
%20.57

CMYK Percentages of Color #b0a057

%0
%9
%51
%31

Triadic Colors of #b0a057

#b0a057 #57b0a0 #a057b0

Analogous Colors of #b0a057

#b0a057 #94b057 #b07457

Monochromatic Colors of #b0a057

#b0a057

Complementary Color

#b0a057 #5767b0

#b0a057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0a057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0a057 Color CSS Codes

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

#b0a057 Text Font Color

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

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


#b0a057 Background Color

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

This div background color is #b0a057


#b0a057 Border Color

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

This div border color is #b0a057


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,160,87, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0a057


Comments

No comments written yet.

Please login to write comment.