Color Hex Logo

#b87440 Color Hex

#B87440
(184,116,64)
0 Favorites   0 Comments

Color spaces of #b87440

RGB 18411664
HSL0.070.480.49
HSV26°65°72°
CMYK 0.000.370.65   0.28
XYZ26.938023.05137.8800
Yxy23.05130.46550.3983
Hunter Lab48.011816.130523.8772
CIE-Lab55.125121.858339.2834

#b87440 color RGB value is (184,116,64).

#b87440 hex color red value is 184, green value is 116 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #b87440 hue: 0.07 , saturation: 0.48 and the lightness value of b87440 is 0.49.

The process color (four color CMYK) of #b87440 color hex is 0.00, 0.37, 0.65, 0.28. Web safe color of #b87440 is #cc6633. Color #b87440 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110100 01000000
Octal 270 164 100
Decimal 184 116 64
Hex B8 74 40

RGB Percentages of Color #b87440

%50.55
%31.87
%17.58

CMYK Percentages of Color #b87440

%0
%37
%65
%28

Triadic Colors of #b87440

#b87440 #40b874 #7440b8

Analogous Colors of #b87440

#b87440 #b8b040 #b84048

Monochromatic Colors of #b87440

#b87440

Complementary Color

#b87440 #4084b8

#b87440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87440 Color CSS Codes

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

#b87440 Text Font Color

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

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


#b87440 Background Color

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

This div background color is #b87440


#b87440 Border Color

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

This div border color is #b87440


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,116,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 #b87440">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87440


Comments

No comments written yet.

Please login to write comment.