Color Hex Logo

#b85900 Color Hex

#B85900
(184,89,0)
0 Favorites   0 Comments

Color spaces of #b85900

RGB 184890
HSL0.081.000.36
HSV29°100°72°
CMYK 0.000.521.00   0.28
XYZ23.339517.33512.1159
Yxy17.33510.54540.4051
Hunter Lab41.635427.199426.1317
CIE-Lab48.679534.312357.7462

#b85900 color RGB value is (184,89,0).

#b85900 hex color red value is 184, green value is 89 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #b85900 hue: 0.08 , saturation: 1.00 and the lightness value of b85900 is 0.36.

The process color (four color CMYK) of #b85900 color hex is 0.00, 0.52, 1.00, 0.28. Web safe color of #b85900 is #cc6600. Color #b85900 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011001 00000000
Octal 270 131 0
Decimal 184 89 0
Hex B8 59 0

RGB Percentages of Color #b85900

%67.40
%32.60
%0.00

CMYK Percentages of Color #b85900

%0
%52
%100
%28

Triadic Colors of #b85900

#b85900 #00b859 #5900b8

Analogous Colors of #b85900

#b85900 #b8b500 #b80003

Monochromatic Colors of #b85900

#b85900

Complementary Color

#b85900 #005fb8

#b85900 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85900 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85900 Color CSS Codes

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

#b85900 Text Font Color

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

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


#b85900 Background Color

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

This div background color is #b85900


#b85900 Border Color

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

This div border color is #b85900


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85900


Comments

No comments written yet.

Please login to write comment.