Color Hex Logo

#b38144 Color Hex

#B38144
(179,129,68)
0 Favorites   0 Comments

Color spaces of #b38144

RGB 17912968
HSL0.090.450.48
HSV33°62°70°
CMYK 0.000.280.62   0.30
XYZ27.484125.70168.9812
Yxy25.70160.44210.4134
Hunter Lab50.69678.050524.9842
CIE-Lab57.752712.737040.0993

#b38144 color RGB value is (179,129,68).

#b38144 hex color red value is 179, green value is 129 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #b38144 hue: 0.09 , saturation: 0.45 and the lightness value of b38144 is 0.48.

The process color (four color CMYK) of #b38144 color hex is 0.00, 0.28, 0.62, 0.30. Web safe color of #b38144 is #cc9933. Color #b38144 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000001 01000100
Octal 263 201 104
Decimal 179 129 68
Hex B3 81 44

RGB Percentages of Color #b38144

%47.61
%34.31
%18.09

CMYK Percentages of Color #b38144

%0
%28
%62
%30

Triadic Colors of #b38144

#b38144 #44b381 #8144b3

Analogous Colors of #b38144

#b38144 #aeb344 #b34944

Monochromatic Colors of #b38144

#b38144

Complementary Color

#b38144 #4476b3

#b38144 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38144 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38144 Color CSS Codes

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

#b38144 Text Font Color

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

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


#b38144 Background Color

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

This div background color is #b38144


#b38144 Border Color

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

This div border color is #b38144


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38144


Comments

No comments written yet.

Please login to write comment.