Color Hex Logo

#b39382 Color Hex

#B39382
(179,147,130)
0 Favorites   0 Comments

Color spaces of #b39382

RGB 179147130
HSL0.060.240.61
HSV21°27°70°
CMYK 0.000.180.27   0.30
XYZ33.053432.062825.5657
Yxy32.06280.36450.3536
Hunter Lab56.62405.104612.8674
CIE-Lab63.39489.392313.5025

#b39382 color RGB value is (179,147,130).

#b39382 hex color red value is 179, green value is 147 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #b39382 hue: 0.06 , saturation: 0.24 and the lightness value of b39382 is 0.61.

The process color (four color CMYK) of #b39382 color hex is 0.00, 0.18, 0.27, 0.30. Web safe color of #b39382 is #cc9999. Color #b39382 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010011 10000010
Octal 263 223 202
Decimal 179 147 130
Hex B3 93 82

RGB Percentages of Color #b39382

%39.25
%32.24
%28.51

CMYK Percentages of Color #b39382

%0
%18
%27
%30

Triadic Colors of #b39382

#b39382 #82b393 #9382b3

Analogous Colors of #b39382

#b39382 #b3ac82 #b3828a

Monochromatic Colors of #b39382

#b39382

Complementary Color

#b39382 #82a2b3

#b39382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39382 Color CSS Codes

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

#b39382 Text Font Color

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

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


#b39382 Background Color

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

This div background color is #b39382


#b39382 Border Color

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

This div border color is #b39382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39382


Comments

No comments written yet.

Please login to write comment.