Color Hex Logo

#b36c4b Color Hex

#B36C4B
(179,108,75)
0 Favorites   0 Comments

Color spaces of #b36c4b

RGB 17910875
HSL0.050.410.50
HSV19°58°70°
CMYK 0.000.400.58   0.30
XYZ25.223020.81689.3453
Yxy20.81680.45540.3759
Hunter Lab45.625418.835219.7936
CIE-Lab52.748424.979630.3102

#b36c4b color RGB value is (179,108,75).

#b36c4b hex color red value is 179, green value is 108 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #b36c4b hue: 0.05 , saturation: 0.41 and the lightness value of b36c4b is 0.50.

The process color (four color CMYK) of #b36c4b color hex is 0.00, 0.40, 0.58, 0.30. Web safe color of #b36c4b is #cc6633. Color #b36c4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101100 01001011
Octal 263 154 113
Decimal 179 108 75
Hex B3 6C 4B

RGB Percentages of Color #b36c4b

%49.45
%29.83
%20.72

CMYK Percentages of Color #b36c4b

%0
%40
%58
%30

Triadic Colors of #b36c4b

#b36c4b #4bb36c #6c4bb3

Analogous Colors of #b36c4b

#b36c4b #b3a04b #b34b5e

Monochromatic Colors of #b36c4b

#b36c4b

Complementary Color

#b36c4b #4b92b3

#b36c4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36c4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36c4b Color CSS Codes

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

#b36c4b Text Font Color

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

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


#b36c4b Background Color

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

This div background color is #b36c4b


#b36c4b Border Color

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

This div border color is #b36c4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36c4b


Comments

No comments written yet.

Please login to write comment.