Color Hex Logo

#b6a4ac Color Hex

#B6A4AC
(182,164,172)
0 Favorites   0 Comments

Color spaces of #b6a4ac

RGB 182164172
HSL0.930.110.68
HSV333°10°71°
CMYK 0.000.100.05   0.29
XYZ40.013339.474644.5402
Yxy39.47460.32260.3183
Hunter Lab62.82883.72951.9487
CIE-Lab69.09377.9529-1.7529

#b6a4ac color RGB value is (182,164,172).

#b6a4ac hex color red value is 182, green value is 164 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b6a4ac hue: 0.93 , saturation: 0.11 and the lightness value of b6a4ac is 0.68.

The process color (four color CMYK) of #b6a4ac color hex is 0.00, 0.10, 0.05, 0.29. Web safe color of #b6a4ac is #cc9999. Color #b6a4ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10100100 10101100
Octal 266 244 254
Decimal 182 164 172
Hex B6 A4 AC

RGB Percentages of Color #b6a4ac

%35.14
%31.66
%33.20

CMYK Percentages of Color #b6a4ac

%0
%10
%5
%29

Triadic Colors of #b6a4ac

#b6a4ac #acb6a4 #a4acb6

Analogous Colors of #b6a4ac

#b6a4ac #b6a5a4 #b6a4b5

Monochromatic Colors of #b6a4ac

#b6a4ac

Complementary Color

#b6a4ac #a4b6ae

#b6a4ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6a4ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6a4ac Color CSS Codes

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

#b6a4ac Text Font Color

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

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


#b6a4ac Background Color

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

This div background color is #b6a4ac


#b6a4ac Border Color

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

This div border color is #b6a4ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6a4ac


Comments

No comments written yet.

Please login to write comment.