Color Hex Logo

#b39052 Color Hex

#B39052
(179,144,82)
0 Favorites   0 Comments

Color spaces of #b39052

RGB 17914482
HSL0.110.390.51
HSV38°54°70°
CMYK 0.000.200.54   0.30
XYZ30.086730.139412.2144
Yxy30.13940.41530.4161
Hunter Lab54.89941.750125.2383
CIE-Lab61.77435.526037.6366

#b39052 color RGB value is (179,144,82).

#b39052 hex color red value is 179, green value is 144 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #b39052 hue: 0.11 , saturation: 0.39 and the lightness value of b39052 is 0.51.

The process color (four color CMYK) of #b39052 color hex is 0.00, 0.20, 0.54, 0.30. Web safe color of #b39052 is #cc9966. Color #b39052 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010000 01010010
Octal 263 220 122
Decimal 179 144 82
Hex B3 90 52

RGB Percentages of Color #b39052

%44.20
%35.56
%20.25

CMYK Percentages of Color #b39052

%0
%20
%54
%30

Triadic Colors of #b39052

#b39052 #52b390 #9052b3

Analogous Colors of #b39052

#b39052 #a6b352 #b36052

Monochromatic Colors of #b39052

#b39052

Complementary Color

#b39052 #5275b3

#b39052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39052 Color CSS Codes

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

#b39052 Text Font Color

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

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


#b39052 Background Color

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

This div background color is #b39052


#b39052 Border Color

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

This div border color is #b39052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39052


Comments

No comments written yet.

Please login to write comment.