Color Hex Logo

#b86442 Color Hex

#B86442
(184,100,66)
0 Favorites   0 Comments

Color spaces of #b86442

RGB 18410066
HSL0.050.470.49
HSV17°64°72°
CMYK 0.000.460.64   0.28
XYZ25.307719.69807.6225
Yxy19.69800.48090.3743
Hunter Lab44.382424.114820.8849
CIE-Lab51.494030.745633.9408

#b86442 color RGB value is (184,100,66).

#b86442 hex color red value is 184, green value is 100 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #b86442 hue: 0.05 , saturation: 0.47 and the lightness value of b86442 is 0.49.

The process color (four color CMYK) of #b86442 color hex is 0.00, 0.46, 0.64, 0.28. Web safe color of #b86442 is #cc6633. Color #b86442 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100100 01000010
Octal 270 144 102
Decimal 184 100 66
Hex B8 64 42

RGB Percentages of Color #b86442

%52.57
%28.57
%18.86

CMYK Percentages of Color #b86442

%0
%46
%64
%28

Triadic Colors of #b86442

#b86442 #42b864 #6442b8

Analogous Colors of #b86442

#b86442 #b89f42 #b8425b

Monochromatic Colors of #b86442

#b86442

Complementary Color

#b86442 #4296b8

#b86442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86442 Color CSS Codes

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

#b86442 Text Font Color

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

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


#b86442 Background Color

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

This div background color is #b86442


#b86442 Border Color

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

This div border color is #b86442


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,100,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b86442; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b86442;
  -webkit-box-shadow: 1px 1px 3px 2px #b86442;
  box-shadow:         1px 1px 3px 2px #b86442; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,100,66, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86442


Comments

No comments written yet.

Please login to write comment.