Color Hex Logo

#b6742e Color Hex

#B6742E
(182,116,46)
0 Favorites   0 Comments

Color spaces of #b6742e

RGB 18211646
HSL0.090.600.45
HSV31°75°71°
CMYK 0.000.360.75   0.29
XYZ26.029922.63315.5815
Yxy22.63310.47990.4172
Hunter Lab47.574314.410026.3460
CIE-Lab54.692419.990747.5883

#b6742e color RGB value is (182,116,46).

#b6742e hex color red value is 182, green value is 116 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #b6742e hue: 0.09 , saturation: 0.60 and the lightness value of b6742e is 0.45.

The process color (four color CMYK) of #b6742e color hex is 0.00, 0.36, 0.75, 0.29. Web safe color of #b6742e is #cc6633. Color #b6742e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110100 00101110
Octal 266 164 56
Decimal 182 116 46
Hex B6 74 2E

RGB Percentages of Color #b6742e

%52.91
%33.72
%13.37

CMYK Percentages of Color #b6742e

%0
%36
%75
%29

Triadic Colors of #b6742e

#b6742e #2eb674 #742eb6

Analogous Colors of #b6742e

#b6742e #b4b62e #b6302e

Monochromatic Colors of #b6742e

#b6742e

Complementary Color

#b6742e #2e70b6

#b6742e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6742e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6742e Color CSS Codes

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

#b6742e Text Font Color

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

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


#b6742e Background Color

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

This div background color is #b6742e


#b6742e Border Color

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

This div border color is #b6742e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6742e


Comments

No comments written yet.

Please login to write comment.