Color Hex Logo

#b87612 Color Hex

#B87612
(184,118,18)
0 Favorites   0 Comments

Color spaces of #b87612

RGB 18411818
HSL0.100.820.40
HSV36°90°72°
CMYK 0.000.360.90   0.28
XYZ26.354823.19093.6595
Yxy23.19090.49530.4359
Hunter Lab48.156913.412929.2043
CIE-Lab55.268418.853258.3334

#b87612 color RGB value is (184,118,18).

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

The process color (four color CMYK) of #b87612 color hex is 0.00, 0.36, 0.90, 0.28. Web safe color of #b87612 is #cc6600. Color #b87612 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110110 00010010
Octal 270 166 22
Decimal 184 118 18
Hex B8 76 12

RGB Percentages of Color #b87612

%57.50
%36.88
%5.63

CMYK Percentages of Color #b87612

%0
%36
%90
%28

Triadic Colors of #b87612

#b87612 #12b876 #7612b8

Analogous Colors of #b87612

#b87612 #a7b812 #b82312

Monochromatic Colors of #b87612

#b87612

Complementary Color

#b87612 #1254b8

#b87612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87612 Color CSS Codes

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

#b87612 Text Font Color

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

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


#b87612 Background Color

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

This div background color is #b87612


#b87612 Border Color

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

This div border color is #b87612


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87612


Comments

No comments written yet.

Please login to write comment.