Color Hex Logo

#b0a170 Color Hex

#B0A170
(176,161,112)
0 Favorites   0 Comments

Color spaces of #b0a170

RGB 176161112
HSL0.130.290.56
HSV46°36°69°
CMYK 0.000.090.36   0.31
XYZ33.574035.889720.4871
Yxy35.88970.37320.3990
Hunter Lab59.9080-4.803021.6599
CIE-Lab66.4356-1.878227.5253

#b0a170 color RGB value is (176,161,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10100001 01110000
Octal 260 241 160
Decimal 176 161 112
Hex B0 A1 70

RGB Percentages of Color #b0a170

%39.20
%35.86
%24.94

CMYK Percentages of Color #b0a170

%0
%9
%36
%31

Triadic Colors of #b0a170

#b0a170 #70b0a1 #a170b0

Analogous Colors of #b0a170

#b0a170 #9fb070 #b08170

Monochromatic Colors of #b0a170

#b0a170

Complementary Color

#b0a170 #707fb0

#b0a170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0a170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0a170 Color CSS Codes

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

#b0a170 Text Font Color

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

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


#b0a170 Background Color

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

This div background color is #b0a170


#b0a170 Border Color

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

This div border color is #b0a170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0a170


Comments

No comments written yet.

Please login to write comment.