Color Hex Logo

#b39bac Color Hex

#B39BAC
(179,155,172)
0 Favorites   0 Comments

Color spaces of #b39bac

RGB 179155172
HSL0.880.140.65
HSV318°13°70°
CMYK 0.000.130.04   0.30
XYZ37.758136.005043.9893
Yxy36.00500.32070.3058
Hunter Lab60.00427.3153-1.4628
CIE-Lab66.523711.8534-5.5692

#b39bac color RGB value is (179,155,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011011 10101100
Octal 263 233 254
Decimal 179 155 172
Hex B3 9B AC

RGB Percentages of Color #b39bac

%35.38
%30.63
%33.99

CMYK Percentages of Color #b39bac

%0
%13
%4
%30

Triadic Colors of #b39bac

#b39bac #acb39b #9bacb3

Analogous Colors of #b39bac

#b39bac #b39ba0 #ae9bb3

Monochromatic Colors of #b39bac

#b39bac

Complementary Color

#b39bac #9bb3a2

#b39bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39bac Color CSS Codes

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

#b39bac Text Font Color

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

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


#b39bac Background Color

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

This div background color is #b39bac


#b39bac Border Color

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

This div border color is #b39bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39bac


Comments

No comments written yet.

Please login to write comment.