Color Hex Logo

#b2832e Color Hex

#B2832E
(178,131,46)
0 Favorites   0 Comments

Color spaces of #b2832e

RGB 17813146
HSL0.110.590.44
HSV39°74°70°
CMYK 0.000.260.74   0.30
XYZ26.969525.89486.1615
Yxy25.89480.45690.4387
Hunter Lab50.88695.550928.4419
CIE-Lab57.93719.865950.6934

#b2832e color RGB value is (178,131,46).

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

The process color (four color CMYK) of #b2832e color hex is 0.00, 0.26, 0.74, 0.30. Web safe color of #b2832e is #999933. Color #b2832e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000011 00101110
Octal 262 203 56
Decimal 178 131 46
Hex B2 83 2E

RGB Percentages of Color #b2832e

%50.14
%36.90
%12.96

CMYK Percentages of Color #b2832e

%0
%26
%74
%30

Triadic Colors of #b2832e

#b2832e #2eb283 #832eb2

Analogous Colors of #b2832e

#b2832e #9fb22e #b2412e

Monochromatic Colors of #b2832e

#b2832e

Complementary Color

#b2832e #2e5db2

#b2832e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2832e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2832e Color CSS Codes

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

#b2832e Text Font Color

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

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


#b2832e Background Color

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

This div background color is #b2832e


#b2832e Border Color

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

This div border color is #b2832e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2832e


Comments

No comments written yet.

Please login to write comment.