Color Hex Logo

#b67840 Color Hex

#B67840
(182,120,64)
0 Favorites   0 Comments

Color spaces of #b67840

RGB 18212064
HSL0.080.480.48
HSV28°65°71°
CMYK 0.000.340.65   0.29
XYZ26.933323.74828.0148
Yxy23.74820.45890.4046
Hunter Lab48.732113.372324.3613
CIE-Lab55.834818.780340.0344

#b67840 color RGB value is (182,120,64).

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

The process color (four color CMYK) of #b67840 color hex is 0.00, 0.34, 0.65, 0.29. Web safe color of #b67840 is #cc6633. Color #b67840 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111000 01000000
Octal 266 170 100
Decimal 182 120 64
Hex B6 78 40

RGB Percentages of Color #b67840

%49.73
%32.79
%17.49

CMYK Percentages of Color #b67840

%0
%34
%65
%29

Triadic Colors of #b67840

#b67840 #40b678 #7840b6

Analogous Colors of #b67840

#b67840 #b6b340 #b64043

Monochromatic Colors of #b67840

#b67840

Complementary Color

#b67840 #407eb6

#b67840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67840 Color CSS Codes

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

#b67840 Text Font Color

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

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


#b67840 Background Color

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

This div background color is #b67840


#b67840 Border Color

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

This div border color is #b67840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67840


Comments

No comments written yet.

Please login to write comment.