Color Hex Logo

#b85a1e Color Hex

#B85A1E
(184,90,30)
0 Favorites   0 Comments

Color spaces of #b85a1e

RGB 1849030
HSL0.060.720.42
HSV23°84°72°
CMYK 0.000.510.84   0.28
XYZ23.657717.59643.3778
Yxy17.59640.53010.3943
Hunter Lab41.948127.260624.5894
CIE-Lab49.002934.335049.2313

#b85a1e color RGB value is (184,90,30).

#b85a1e hex color red value is 184, green value is 90 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #b85a1e hue: 0.06 , saturation: 0.72 and the lightness value of b85a1e is 0.42.

The process color (four color CMYK) of #b85a1e color hex is 0.00, 0.51, 0.84, 0.28. Web safe color of #b85a1e is #cc6633. Color #b85a1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011010 00011110
Octal 270 132 36
Decimal 184 90 30
Hex B8 5A 1E

RGB Percentages of Color #b85a1e

%60.53
%29.61
%9.87

CMYK Percentages of Color #b85a1e

%0
%51
%84
%28

Triadic Colors of #b85a1e

#b85a1e #1eb85a #5a1eb8

Analogous Colors of #b85a1e

#b85a1e #b8a71e #b81e2f

Monochromatic Colors of #b85a1e

#b85a1e

Complementary Color

#b85a1e #1e7cb8

#b85a1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85a1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85a1e Color CSS Codes

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

#b85a1e Text Font Color

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

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


#b85a1e Background Color

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

This div background color is #b85a1e


#b85a1e Border Color

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

This div border color is #b85a1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85a1e


Comments

No comments written yet.

Please login to write comment.