Color Hex Logo

#b39aac Color Hex

#B39AAC
(179,154,172)
0 Favorites   0 Comments

Color spaces of #b39aac

RGB 179154172
HSL0.880.140.65
HSV317°14°70°
CMYK 0.000.140.04   0.30
XYZ37.592435.673543.9341
Yxy35.67350.32080.3044
Hunter Lab59.72737.8252-1.8033
CIE-Lab66.269712.4099-5.9453

#b39aac color RGB value is (179,154,172).

#b39aac hex color red value is 179, green value is 154 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b39aac hue: 0.88 , saturation: 0.14 and the lightness value of b39aac is 0.65.

The process color (four color CMYK) of #b39aac color hex is 0.00, 0.14, 0.04, 0.30. Web safe color of #b39aac is #cc9999. Color #b39aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011010 10101100
Octal 263 232 254
Decimal 179 154 172
Hex B3 9A AC

RGB Percentages of Color #b39aac

%35.45
%30.50
%34.06

CMYK Percentages of Color #b39aac

%0
%14
%4
%30

Triadic Colors of #b39aac

#b39aac #acb39a #9aacb3

Analogous Colors of #b39aac

#b39aac #b39aa0 #ae9ab3

Monochromatic Colors of #b39aac

#b39aac

Complementary Color

#b39aac #9ab3a1

#b39aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39aac Color CSS Codes

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

#b39aac Text Font Color

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

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


#b39aac Background Color

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

This div background color is #b39aac


#b39aac Border Color

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

This div border color is #b39aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39aac


Comments

No comments written yet.

Please login to write comment.