Color Hex Logo

#b2712e Color Hex

#B2712E
(178,113,46)
0 Favorites   0 Comments

Color spaces of #b2712e

RGB 17811346
HSL0.080.590.44
HSV30°74°70°
CMYK 0.000.370.74   0.30
XYZ24.758421.47255.4245
Yxy21.47250.47930.4157
Hunter Lab46.338414.279425.4963
CIE-Lab53.462819.915346.1715

#b2712e color RGB value is (178,113,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110001 00101110
Octal 262 161 56
Decimal 178 113 46
Hex B2 71 2E

RGB Percentages of Color #b2712e

%52.82
%33.53
%13.65

CMYK Percentages of Color #b2712e

%0
%37
%74
%30

Triadic Colors of #b2712e

#b2712e #2eb271 #712eb2

Analogous Colors of #b2712e

#b2712e #b1b22e #b22f2e

Monochromatic Colors of #b2712e

#b2712e

Complementary Color

#b2712e #2e6fb2

#b2712e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2712e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2712e Color CSS Codes

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

#b2712e Text Font Color

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

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


#b2712e Background Color

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

This div background color is #b2712e


#b2712e Border Color

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

This div border color is #b2712e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2712e


Comments

No comments written yet.

Please login to write comment.