Color Hex Logo

#b3860e Color Hex

#B3860E
(179,134,14)
0 Favorites   0 Comments

Color spaces of #b3860e

RGB 17913414
HSL0.120.850.38
HSV44°92°70°
CMYK 0.000.250.92   0.30
XYZ27.194826.66564.1291
Yxy26.66560.46900.4598
Hunter Lab51.63873.636631.4062
CIE-Lab58.66357.647061.5365

#b3860e color RGB value is (179,134,14).

#b3860e hex color red value is 179, green value is 134 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #b3860e hue: 0.12 , saturation: 0.85 and the lightness value of b3860e is 0.38.

The process color (four color CMYK) of #b3860e color hex is 0.00, 0.25, 0.92, 0.30. Web safe color of #b3860e is #cc9900. Color #b3860e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000110 00001110
Octal 263 206 16
Decimal 179 134 14
Hex B3 86 E

RGB Percentages of Color #b3860e

%54.74
%40.98
%4.28

CMYK Percentages of Color #b3860e

%0
%25
%92
%30

Triadic Colors of #b3860e

#b3860e #0eb386 #860eb3

Analogous Colors of #b3860e

#b3860e #8eb30e #b3340e

Monochromatic Colors of #b3860e

#b3860e

Complementary Color

#b3860e #0e3bb3

#b3860e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3860e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3860e Color CSS Codes

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

#b3860e Text Font Color

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

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


#b3860e Background Color

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

This div background color is #b3860e


#b3860e Border Color

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

This div border color is #b3860e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,134,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b3860e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b3860e;
  -webkit-box-shadow: 1px 1px 3px 2px #b3860e;
  box-shadow:         1px 1px 3px 2px #b3860e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,134,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3860e


Comments

No comments written yet.

Please login to write comment.