Color Hex Logo

#b6baac Color Hex

#B6BAAC
(182,186,172)
0 Favorites   0 Comments

Color spaces of #b6baac

RGB 182186172
HSL0.210.090.70
HSV77°73°
CMYK 0.020.000.08   0.27
XYZ44.296748.041545.9680
Yxy48.04150.32030.3474
Hunter Lab69.3120-7.21819.1970
CIE-Lab74.8511-3.94256.6039

#b6baac color RGB value is (182,186,172).

#b6baac hex color red value is 182, green value is 186 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b6baac hue: 0.21 , saturation: 0.09 and the lightness value of b6baac is 0.70.

The process color (four color CMYK) of #b6baac color hex is 0.02, 0.00, 0.08, 0.27. Web safe color of #b6baac is #cccc99. Color #b6baac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111010 10101100
Octal 266 272 254
Decimal 182 186 172
Hex B6 BA AC

RGB Percentages of Color #b6baac

%33.70
%34.44
%31.85

CMYK Percentages of Color #b6baac

%2
%0
%8
%27

Triadic Colors of #b6baac

#b6baac #acb6ba #baacb6

Analogous Colors of #b6baac

#b6baac #afbaac #bab7ac

Monochromatic Colors of #b6baac

#b6baac

Complementary Color

#b6baac #b0acba

#b6baac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6baac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6baac Color CSS Codes

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

#b6baac Text Font Color

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

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


#b6baac Background Color

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

This div background color is #b6baac


#b6baac Border Color

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

This div border color is #b6baac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6baac


Comments

No comments written yet.

Please login to write comment.