Color Hex Logo

#b37146 Color Hex

#B37146
(179,113,70)
0 Favorites   0 Comments

Color spaces of #b37146

RGB 17911370
HSL0.070.440.49
HSV24°61°70°
CMYK 0.000.370.61   0.30
XYZ25.601021.83628.6598
Yxy21.83620.45640.3893
Hunter Lab46.729216.016621.7229
CIE-Lab53.852821.816534.4264

#b37146 color RGB value is (179,113,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110001 01000110
Octal 263 161 106
Decimal 179 113 70
Hex B3 71 46

RGB Percentages of Color #b37146

%49.45
%31.22
%19.34

CMYK Percentages of Color #b37146

%0
%37
%61
%30

Triadic Colors of #b37146

#b37146 #46b371 #7146b3

Analogous Colors of #b37146

#b37146 #b3a846 #b34652

Monochromatic Colors of #b37146

#b37146

Complementary Color

#b37146 #4688b3

#b37146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37146 Color CSS Codes

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

#b37146 Text Font Color

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

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


#b37146 Background Color

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

This div background color is #b37146


#b37146 Border Color

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

This div border color is #b37146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37146


Comments

No comments written yet.

Please login to write comment.