Color Hex Logo

#b2732e Color Hex

#B2732E
(178,115,46)
0 Favorites   0 Comments

Color spaces of #b2732e

RGB 17811546
HSL0.090.590.44
HSV31°74°70°
CMYK 0.000.350.74   0.30
XYZ24.984021.92375.4997
Yxy21.92370.47670.4183
Hunter Lab46.822813.305425.8118
CIE-Lab53.946018.799746.6661

#b2732e color RGB value is (178,115,46).

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

The process color (four color CMYK) of #b2732e color hex is 0.00, 0.35, 0.74, 0.30. Web safe color of #b2732e is #996633. Color #b2732e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110011 00101110
Octal 262 163 56
Decimal 178 115 46
Hex B2 73 2E

RGB Percentages of Color #b2732e

%52.51
%33.92
%13.57

CMYK Percentages of Color #b2732e

%0
%35
%74
%30

Triadic Colors of #b2732e

#b2732e #2eb273 #732eb2

Analogous Colors of #b2732e

#b2732e #afb22e #b2312e

Monochromatic Colors of #b2732e

#b2732e

Complementary Color

#b2732e #2e6db2

#b2732e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2732e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2732e Color CSS Codes

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

#b2732e Text Font Color

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

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


#b2732e Background Color

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

This div background color is #b2732e


#b2732e Border Color

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

This div border color is #b2732e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2732e


Comments

No comments written yet.

Please login to write comment.