Color Hex Logo

#b67644 Color Hex

#B67644
(182,118,68)
0 Favorites   0 Comments

Color spaces of #b67644

RGB 18211868
HSL0.070.460.49
HSV26°63°71°
CMYK 0.000.350.63   0.29
XYZ26.813223.31938.5567
Yxy23.31930.45690.3973
Hunter Lab48.290114.605023.2972
CIE-Lab55.399720.166837.4363

#b67644 color RGB value is (182,118,68).

#b67644 hex color red value is 182, green value is 118 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #b67644 hue: 0.07 , saturation: 0.46 and the lightness value of b67644 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110110 01000100
Octal 266 166 104
Decimal 182 118 68
Hex B6 76 44

RGB Percentages of Color #b67644

%49.46
%32.07
%18.48

CMYK Percentages of Color #b67644

%0
%35
%63
%29

Triadic Colors of #b67644

#b67644 #44b676 #7644b6

Analogous Colors of #b67644

#b67644 #b6af44 #b6444b

Monochromatic Colors of #b67644

#b67644

Complementary Color

#b67644 #4484b6

#b67644 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67644 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67644 Color CSS Codes

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

#b67644 Text Font Color

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

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


#b67644 Background Color

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

This div background color is #b67644


#b67644 Border Color

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

This div border color is #b67644


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67644


Comments

No comments written yet.

Please login to write comment.