Color Hex Logo

#b85622 Color Hex

#B85622
(184,86,34)
0 Favorites   0 Comments

Color spaces of #b85622

RGB 1848634
HSL0.060.690.43
HSV21°82°72°
CMYK 0.000.530.82   0.28
XYZ23.383716.96143.5548
Yxy16.96140.53270.3864
Hunter Lab41.184229.276923.7114
CIE-Lab48.211436.527846.7875

#b85622 color RGB value is (184,86,34).

#b85622 hex color red value is 184, green value is 86 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #b85622 hue: 0.06 , saturation: 0.69 and the lightness value of b85622 is 0.43.

The process color (four color CMYK) of #b85622 color hex is 0.00, 0.53, 0.82, 0.28. Web safe color of #b85622 is #cc6633. Color #b85622 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010110 00100010
Octal 270 126 42
Decimal 184 86 34
Hex B8 56 22

RGB Percentages of Color #b85622

%60.53
%28.29
%11.18

CMYK Percentages of Color #b85622

%0
%53
%82
%28

Triadic Colors of #b85622

#b85622 #22b856 #5622b8

Analogous Colors of #b85622

#b85622 #b8a122 #b82239

Monochromatic Colors of #b85622

#b85622

Complementary Color

#b85622 #2284b8

#b85622 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85622 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85622 Color CSS Codes

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

#b85622 Text Font Color

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

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


#b85622 Background Color

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

This div background color is #b85622


#b85622 Border Color

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

This div border color is #b85622


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85622


Comments

No comments written yet.

Please login to write comment.