Color Hex Logo

#b85803 Color Hex

#B85803
(184,88,3)
0 Favorites   0 Comments

Color spaces of #b85803

RGB 184883
HSL0.080.970.37
HSV28°98°72°
CMYK 0.000.520.98   0.28
XYZ23.273317.17642.1749
Yxy17.17640.54600.4030
Hunter Lab41.444427.709725.8997
CIE-Lab48.481534.869456.9097

#b85803 color RGB value is (184,88,3).

#b85803 hex color red value is 184, green value is 88 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #b85803 hue: 0.08 , saturation: 0.97 and the lightness value of b85803 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011000 00000011
Octal 270 130 3
Decimal 184 88 3
Hex B8 58 3

RGB Percentages of Color #b85803

%66.91
%32.00
%1.09

CMYK Percentages of Color #b85803

%0
%52
%98
%28

Triadic Colors of #b85803

#b85803 #03b858 #5803b8

Analogous Colors of #b85803

#b85803 #b8b303 #b80308

Monochromatic Colors of #b85803

#b85803

Complementary Color

#b85803 #0363b8

#b85803 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85803 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85803 Color CSS Codes

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

#b85803 Text Font Color

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

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


#b85803 Background Color

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

This div background color is #b85803


#b85803 Border Color

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

This div border color is #b85803


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85803


Comments

No comments written yet.

Please login to write comment.