Color Hex Logo

#b38d45 Color Hex

#B38D45
(179,141,69)
0 Favorites   0 Comments

Color spaces of #b38d45

RGB 17914169
HSL0.110.440.49
HSV39°61°70°
CMYK 0.000.210.61   0.30
XYZ29.189529.06319.7015
Yxy29.06310.42950.4277
Hunter Lab53.91022.305427.0675
CIE-Lab60.83736.143543.1497

#b38d45 color RGB value is (179,141,69).

#b38d45 hex color red value is 179, green value is 141 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #b38d45 hue: 0.11 , saturation: 0.44 and the lightness value of b38d45 is 0.49.

The process color (four color CMYK) of #b38d45 color hex is 0.00, 0.21, 0.61, 0.30. Web safe color of #b38d45 is #cc9933. Color #b38d45 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001101 01000101
Octal 263 215 105
Decimal 179 141 69
Hex B3 8D 45

RGB Percentages of Color #b38d45

%46.02
%36.25
%17.74

CMYK Percentages of Color #b38d45

%0
%21
%61
%30

Triadic Colors of #b38d45

#b38d45 #45b38d #8d45b3

Analogous Colors of #b38d45

#b38d45 #a2b345 #b35645

Monochromatic Colors of #b38d45

#b38d45

Complementary Color

#b38d45 #456bb3

#b38d45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38d45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38d45 Color CSS Codes

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

#b38d45 Text Font Color

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

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


#b38d45 Background Color

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

This div background color is #b38d45


#b38d45 Border Color

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

This div border color is #b38d45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38d45


Comments

No comments written yet.

Please login to write comment.