Color Hex Logo

#b3832e Color Hex

#B3832E
(179,131,46)
0 Favorites   0 Comments

Color spaces of #b3832e

RGB 17913146
HSL0.110.590.44
HSV38°74°70°
CMYK 0.000.270.74   0.30
XYZ27.199826.01366.1723
Yxy26.01360.45800.4380
Hunter Lab51.00355.936528.5274
CIE-Lab58.050010.311850.8433

#b3832e color RGB value is (179,131,46).

#b3832e hex color red value is 179, green value is 131 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #b3832e hue: 0.11 , saturation: 0.59 and the lightness value of b3832e is 0.44.

The process color (four color CMYK) of #b3832e color hex is 0.00, 0.27, 0.74, 0.30. Web safe color of #b3832e is #cc9933. Color #b3832e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000011 00101110
Octal 263 203 56
Decimal 179 131 46
Hex B3 83 2E

RGB Percentages of Color #b3832e

%50.28
%36.80
%12.92

CMYK Percentages of Color #b3832e

%0
%27
%74
%30

Triadic Colors of #b3832e

#b3832e #2eb383 #832eb3

Analogous Colors of #b3832e

#b3832e #a1b32e #b3412e

Monochromatic Colors of #b3832e

#b3832e

Complementary Color

#b3832e #2e5eb3

#b3832e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3832e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3832e Color CSS Codes

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

#b3832e Text Font Color

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

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


#b3832e Background Color

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

This div background color is #b3832e


#b3832e Border Color

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

This div border color is #b3832e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3832e


Comments

No comments written yet.

Please login to write comment.