Color Hex Logo

#b0ac8a Color Hex

#B0AC8A
(176,172,138)
0 Favorites   0 Comments

Color spaces of #b0ac8a

RGB 176172138
HSL0.150.190.62
HSV54°22°69°
CMYK 0.000.020.22   0.31
XYZ37.244540.570129.9126
Yxy40.57010.34570.3766
Hunter Lab63.6947-7.090516.7422
CIE-Lab69.8737-4.260118.0427

#b0ac8a color RGB value is (176,172,138).

#b0ac8a hex color red value is 176, green value is 172 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #b0ac8a hue: 0.15 , saturation: 0.19 and the lightness value of b0ac8a is 0.62.

The process color (four color CMYK) of #b0ac8a color hex is 0.00, 0.02, 0.22, 0.31. Web safe color of #b0ac8a is #999999. Color #b0ac8a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10101100 10001010
Octal 260 254 212
Decimal 176 172 138
Hex B0 AC 8A

RGB Percentages of Color #b0ac8a

%36.21
%35.39
%28.40

CMYK Percentages of Color #b0ac8a

%0
%2
%22
%31

Triadic Colors of #b0ac8a

#b0ac8a #8ab0ac #ac8ab0

Analogous Colors of #b0ac8a

#b0ac8a #a1b08a #b0998a

Monochromatic Colors of #b0ac8a

#b0ac8a

Complementary Color

#b0ac8a #8a8eb0

#b0ac8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0ac8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0ac8a Color CSS Codes

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

#b0ac8a Text Font Color

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

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


#b0ac8a Background Color

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

This div background color is #b0ac8a


#b0ac8a Border Color

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

This div border color is #b0ac8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0ac8a


Comments

No comments written yet.

Please login to write comment.