Color Hex Logo

#b67641 Color Hex

#B67641
(182,118,65)
0 Favorites   0 Comments

Color spaces of #b67641

RGB 18211865
HSL0.080.470.48
HSV27°64°71°
CMYK 0.000.350.64   0.29
XYZ26.724023.28368.0867
Yxy23.28360.46000.4008
Hunter Lab48.253114.415723.8408
CIE-Lab55.363319.959838.9715

#b67641 color RGB value is (182,118,65).

#b67641 hex color red value is 182, green value is 118 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #b67641 hue: 0.08 , saturation: 0.47 and the lightness value of b67641 is 0.48.

The process color (four color CMYK) of #b67641 color hex is 0.00, 0.35, 0.64, 0.29. Web safe color of #b67641 is #cc6633. Color #b67641 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110110 01000001
Octal 266 166 101
Decimal 182 118 65
Hex B6 76 41

RGB Percentages of Color #b67641

%49.86
%32.33
%17.81

CMYK Percentages of Color #b67641

%0
%35
%64
%29

Triadic Colors of #b67641

#b67641 #41b676 #7641b6

Analogous Colors of #b67641

#b67641 #b6b141 #b64147

Monochromatic Colors of #b67641

#b67641

Complementary Color

#b67641 #4181b6

#b67641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67641 Color CSS Codes

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

#b67641 Text Font Color

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

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


#b67641 Background Color

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

This div background color is #b67641


#b67641 Border Color

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

This div border color is #b67641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67641


Comments

No comments written yet.

Please login to write comment.