Color Hex Logo

#b36342 Color Hex

#B36342
(179,99,66)
0 Favorites   0 Comments

Color spaces of #b36342

RGB 1799966
HSL0.050.460.48
HSV18°63°70°
CMYK 0.000.450.63   0.30
XYZ24.035618.90077.5356
Yxy18.90070.47620.3745
Hunter Lab43.474922.604620.1556
CIE-Lab50.570829.242532.6635

#b36342 color RGB value is (179,99,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100011 01000010
Octal 263 143 102
Decimal 179 99 66
Hex B3 63 42

RGB Percentages of Color #b36342

%52.03
%28.78
%19.19

CMYK Percentages of Color #b36342

%0
%45
%63
%30

Triadic Colors of #b36342

#b36342 #42b363 #6342b3

Analogous Colors of #b36342

#b36342 #b39c42 #b34259

Monochromatic Colors of #b36342

#b36342

Complementary Color

#b36342 #4292b3

#b36342 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36342 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36342 Color CSS Codes

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

#b36342 Text Font Color

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

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


#b36342 Background Color

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

This div background color is #b36342


#b36342 Border Color

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

This div border color is #b36342


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36342


Comments

No comments written yet.

Please login to write comment.