Color Hex Logo

#b36442 Color Hex

#B36442
(179,100,66)
0 Favorites   0 Comments

Color spaces of #b36442

RGB 17910066
HSL0.050.460.48
HSV18°63°70°
CMYK 0.000.440.63   0.30
XYZ24.130919.09147.5674
Yxy19.09140.47510.3759
Hunter Lab43.693722.116920.3170
CIE-Lab50.794028.698032.9329

#b36442 color RGB value is (179,100,66).

#b36442 hex color red value is 179, green value is 100 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #b36442 hue: 0.05 , saturation: 0.46 and the lightness value of b36442 is 0.48.

The process color (four color CMYK) of #b36442 color hex is 0.00, 0.44, 0.63, 0.30. Web safe color of #b36442 is #cc6633. Color #b36442 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100100 01000010
Octal 263 144 102
Decimal 179 100 66
Hex B3 64 42

RGB Percentages of Color #b36442

%51.88
%28.99
%19.13

CMYK Percentages of Color #b36442

%0
%44
%63
%30

Triadic Colors of #b36442

#b36442 #42b364 #6442b3

Analogous Colors of #b36442

#b36442 #b39d42 #b34259

Monochromatic Colors of #b36442

#b36442

Complementary Color

#b36442 #4291b3

#b36442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36442 Color CSS Codes

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

#b36442 Text Font Color

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

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


#b36442 Background Color

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

This div background color is #b36442


#b36442 Border Color

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

This div border color is #b36442


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36442


Comments

No comments written yet.

Please login to write comment.