Color Hex Logo

#b6a1ac Color Hex

#B6A1AC
(182,161,172)
0 Favorites   0 Comments

Color spaces of #b6a1ac

RGB 182161172
HSL0.910.130.67
HSV329°12°71°
CMYK 0.000.120.05   0.29
XYZ39.482738.413444.3633
Yxy38.41340.32290.3142
Hunter Lab61.97855.24890.9461
CIE-Lab68.32429.6057-2.8827

#b6a1ac color RGB value is (182,161,172).

#b6a1ac hex color red value is 182, green value is 161 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b6a1ac hue: 0.91 , saturation: 0.13 and the lightness value of b6a1ac is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10100001 10101100
Octal 266 241 254
Decimal 182 161 172
Hex B6 A1 AC

RGB Percentages of Color #b6a1ac

%35.34
%31.26
%33.40

CMYK Percentages of Color #b6a1ac

%0
%12
%5
%29

Triadic Colors of #b6a1ac

#b6a1ac #acb6a1 #a1acb6

Analogous Colors of #b6a1ac

#b6a1ac #b6a1a2 #b6a1b6

Monochromatic Colors of #b6a1ac

#b6a1ac

Complementary Color

#b6a1ac #a1b6ab

#b6a1ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6a1ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6a1ac Color CSS Codes

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

#b6a1ac Text Font Color

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

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


#b6a1ac Background Color

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

This div background color is #b6a1ac


#b6a1ac Border Color

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

This div border color is #b6a1ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6a1ac


Comments

No comments written yet.

Please login to write comment.