Color Hex Logo

#b36046 Color Hex

#B36046
(179,96,70)
0 Favorites   0 Comments

Color spaces of #b36046

RGB 1799670
HSL0.040.440.49
HSV14°61°70°
CMYK 0.000.460.61   0.30
XYZ23.878818.39168.0857
Yxy18.39160.47420.3652
Hunter Lab42.885424.340118.8412
CIE-Lab49.967731.153229.6722

#b36046 color RGB value is (179,96,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100000 01000110
Octal 263 140 106
Decimal 179 96 70
Hex B3 60 46

RGB Percentages of Color #b36046

%51.88
%27.83
%20.29

CMYK Percentages of Color #b36046

%0
%46
%61
%30

Triadic Colors of #b36046

#b36046 #46b360 #6046b3

Analogous Colors of #b36046

#b36046 #b39746 #b34662

Monochromatic Colors of #b36046

#b36046

Complementary Color

#b36046 #4699b3

#b36046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36046 Color CSS Codes

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

#b36046 Text Font Color

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

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


#b36046 Background Color

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

This div background color is #b36046


#b36046 Border Color

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

This div border color is #b36046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36046


Comments

No comments written yet.

Please login to write comment.