Color Hex Logo

#b87414 Color Hex

#B87414
(184,116,20)
0 Favorites   0 Comments

Color spaces of #b87414

RGB 18411620
HSL0.100.800.40
HSV35°89°72°
CMYK 0.000.370.89   0.28
XYZ26.138822.73163.6718
Yxy22.73160.49750.4326
Hunter Lab47.677714.424928.8083
CIE-Lab54.794820.001557.4445

#b87414 color RGB value is (184,116,20).

#b87414 hex color red value is 184, green value is 116 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #b87414 hue: 0.10 , saturation: 0.80 and the lightness value of b87414 is 0.40.

The process color (four color CMYK) of #b87414 color hex is 0.00, 0.37, 0.89, 0.28. Web safe color of #b87414 is #cc6600. Color #b87414 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110100 00010100
Octal 270 164 24
Decimal 184 116 20
Hex B8 74 14

RGB Percentages of Color #b87414

%57.50
%36.25
%6.25

CMYK Percentages of Color #b87414

%0
%37
%89
%28

Triadic Colors of #b87414

#b87414 #14b874 #7414b8

Analogous Colors of #b87414

#b87414 #aab814 #b82214

Monochromatic Colors of #b87414

#b87414

Complementary Color

#b87414 #1458b8

#b87414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87414 Color CSS Codes

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

#b87414 Text Font Color

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

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


#b87414 Background Color

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

This div background color is #b87414


#b87414 Border Color

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

This div border color is #b87414


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87414


Comments

No comments written yet.

Please login to write comment.