Color Hex Logo

#b87116 Color Hex

#B87116
(184,113,22)
0 Favorites   0 Comments

Color spaces of #b87116

RGB 18411322
HSL0.090.790.40
HSV34°88°72°
CMYK 0.000.390.88   0.28
XYZ25.817122.05853.6561
Yxy22.05850.50100.4281
Hunter Lab46.966515.928728.2611
CIE-Lab54.089021.704256.3199

#b87116 color RGB value is (184,113,22).

#b87116 hex color red value is 184, green value is 113 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #b87116 hue: 0.09 , saturation: 0.79 and the lightness value of b87116 is 0.40.

The process color (four color CMYK) of #b87116 color hex is 0.00, 0.39, 0.88, 0.28. Web safe color of #b87116 is #cc6600. Color #b87116 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110001 00010110
Octal 270 161 26
Decimal 184 113 22
Hex B8 71 16

RGB Percentages of Color #b87116

%57.68
%35.42
%6.90

CMYK Percentages of Color #b87116

%0
%39
%88
%28

Triadic Colors of #b87116

#b87116 #16b871 #7116b8

Analogous Colors of #b87116

#b87116 #aeb816 #b82016

Monochromatic Colors of #b87116

#b87116

Complementary Color

#b87116 #165db8

#b87116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87116 Color CSS Codes

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

#b87116 Text Font Color

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

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


#b87116 Background Color

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

This div background color is #b87116


#b87116 Border Color

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

This div border color is #b87116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87116


Comments

No comments written yet.

Please login to write comment.