Color Hex Logo

#b36142 Color Hex

#B36142
(179,97,66)
0 Favorites   0 Comments

Color spaces of #b36142

RGB 1799766
HSL0.050.460.48
HSV16°63°70°
CMYK 0.000.460.63   0.30
XYZ23.848518.52647.4733
Yxy18.52640.47840.3717
Hunter Lab43.042323.577719.8353
CIE-Lab50.128430.326732.1277

#b36142 color RGB value is (179,97,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100001 01000010
Octal 263 141 102
Decimal 179 97 66
Hex B3 61 42

RGB Percentages of Color #b36142

%52.34
%28.36
%19.30

CMYK Percentages of Color #b36142

%0
%46
%63
%30

Triadic Colors of #b36142

#b36142 #42b361 #6142b3

Analogous Colors of #b36142

#b36142 #b39a42 #b3425c

Monochromatic Colors of #b36142

#b36142

Complementary Color

#b36142 #4294b3

#b36142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36142 Color CSS Codes

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

#b36142 Text Font Color

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

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


#b36142 Background Color

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

This div background color is #b36142


#b36142 Border Color

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

This div border color is #b36142


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,97,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 #b36142">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36142


Comments

No comments written yet.

Please login to write comment.