Color Hex Logo

#b6aaac Color Hex

#B6AAAC
(182,170,172)
0 Favorites   0 Comments

Color spaces of #b6aaac

RGB 182170172
HSL0.970.080.69
HSV350°71°
CMYK 0.000.070.05   0.29
XYZ41.112541.673144.9066
Yxy41.67310.32200.3264
Hunter Lab64.55470.70933.9440
CIE-Lab70.64504.66680.5157

#b6aaac color RGB value is (182,170,172).

#b6aaac hex color red value is 182, green value is 170 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b6aaac hue: 0.97 , saturation: 0.08 and the lightness value of b6aaac is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101010 10101100
Octal 266 252 254
Decimal 182 170 172
Hex B6 AA AC

RGB Percentages of Color #b6aaac

%34.73
%32.44
%32.82

CMYK Percentages of Color #b6aaac

%0
%7
%5
%29

Triadic Colors of #b6aaac

#b6aaac #acb6aa #aaacb6

Analogous Colors of #b6aaac

#b6aaac #b6aeaa #b6aab2

Monochromatic Colors of #b6aaac

#b6aaac

Complementary Color

#b6aaac #aab6b4

#b6aaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6aaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6aaac Color CSS Codes

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

#b6aaac Text Font Color

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

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


#b6aaac Background Color

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

This div background color is #b6aaac


#b6aaac Border Color

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

This div border color is #b6aaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6aaac


Comments

No comments written yet.

Please login to write comment.