Color Hex Logo

#b39baa Color Hex

#B39BAA
(179,155,170)
0 Favorites   0 Comments

Color spaces of #b39baa

RGB 179155170
HSL0.900.140.65
HSV323°13°70°
CMYK 0.000.130.05   0.30
XYZ37.567435.928742.9851
Yxy35.92870.32250.3085
Hunter Lab59.94066.9779-0.5602
CIE-Lab66.465411.4850-4.5360

#b39baa color RGB value is (179,155,170).

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

The process color (four color CMYK) of #b39baa color hex is 0.00, 0.13, 0.05, 0.30. Web safe color of #b39baa is #cc9999. Color #b39baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011011 10101010
Octal 263 233 252
Decimal 179 155 170
Hex B3 9B AA

RGB Percentages of Color #b39baa

%35.52
%30.75
%33.73

CMYK Percentages of Color #b39baa

%0
%13
%5
%30

Triadic Colors of #b39baa

#b39baa #aab39b #9baab3

Analogous Colors of #b39baa

#b39baa #b39b9e #b09bb3

Monochromatic Colors of #b39baa

#b39baa

Complementary Color

#b39baa #9bb3a4

#b39baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39baa Color CSS Codes

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

#b39baa Text Font Color

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

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


#b39baa Background Color

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

This div background color is #b39baa


#b39baa Border Color

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

This div border color is #b39baa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,155,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39baa


Comments

No comments written yet.

Please login to write comment.