Color Hex Logo

#b87540 Color Hex

#B87540
(184,117,64)
0 Favorites   0 Comments

Color spaces of #b87540

RGB 18411764
HSL0.070.480.49
HSV27°65°72°
CMYK 0.000.360.65   0.28
XYZ27.053923.28317.9187
Yxy23.28310.46440.3997
Hunter Lab48.252615.638124.0467
CIE-Lab55.362821.304439.5569

#b87540 color RGB value is (184,117,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110101 01000000
Octal 270 165 100
Decimal 184 117 64
Hex B8 75 40

RGB Percentages of Color #b87540

%50.41
%32.05
%17.53

CMYK Percentages of Color #b87540

%0
%36
%65
%28

Triadic Colors of #b87540

#b87540 #40b875 #7540b8

Analogous Colors of #b87540

#b87540 #b8b140 #b84047

Monochromatic Colors of #b87540

#b87540

Complementary Color

#b87540 #4083b8

#b87540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87540 Color CSS Codes

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

#b87540 Text Font Color

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

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


#b87540 Background Color

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

This div background color is #b87540


#b87540 Border Color

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

This div border color is #b87540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87540


Comments

No comments written yet.

Please login to write comment.