Color Hex Logo

#b6742d Color Hex

#B6742D
(182,116,45)
0 Favorites   0 Comments

Color spaces of #b6742d

RGB 18211645
HSL0.090.600.45
HSV31°75°71°
CMYK 0.000.360.75   0.29
XYZ26.010422.62535.4788
Yxy22.62530.48070.4181
Hunter Lab47.566114.368026.4670
CIE-Lab54.684319.944648.0328

#b6742d color RGB value is (182,116,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110100 00101101
Octal 266 164 55
Decimal 182 116 45
Hex B6 74 2D

RGB Percentages of Color #b6742d

%53.06
%33.82
%13.12

CMYK Percentages of Color #b6742d

%0
%36
%75
%29

Triadic Colors of #b6742d

#b6742d #2db674 #742db6

Analogous Colors of #b6742d

#b6742d #b4b62d #b6302d

Monochromatic Colors of #b6742d

#b6742d

Complementary Color

#b6742d #2d6fb6

#b6742d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6742d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6742d Color CSS Codes

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

#b6742d Text Font Color

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

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


#b6742d Background Color

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

This div background color is #b6742d


#b6742d Border Color

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

This div border color is #b6742d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,116,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6742d


Comments

No comments written yet.

Please login to write comment.