Color Hex Logo

#b45622 Color Hex

#B45622
(180,86,34)
0 Favorites   0 Comments

Color spaces of #b45622

RGB 1808634
HSL0.060.680.42
HSV21°81°71°
CMYK 0.000.520.81   0.29
XYZ22.438916.47443.5106
Yxy16.47440.52890.3883
Hunter Lab40.588727.651223.2840
CIE-Lab47.590834.924845.9837

#b45622 color RGB value is (180,86,34).

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

The process color (four color CMYK) of #b45622 color hex is 0.00, 0.52, 0.81, 0.29. Web safe color of #b45622 is #cc6633. Color #b45622 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010110 00100010
Octal 264 126 42
Decimal 180 86 34
Hex B4 56 22

RGB Percentages of Color #b45622

%60.00
%28.67
%11.33

CMYK Percentages of Color #b45622

%0
%52
%81
%29

Triadic Colors of #b45622

#b45622 #22b456 #5622b4

Analogous Colors of #b45622

#b45622 #b49f22 #b42237

Monochromatic Colors of #b45622

#b45622

Complementary Color

#b45622 #2280b4

#b45622 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45622 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45622 Color CSS Codes

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

#b45622 Text Font Color

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

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


#b45622 Background Color

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

This div background color is #b45622


#b45622 Border Color

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

This div border color is #b45622


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,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 #b45622">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45622

#b45622 Color Palettes


Comments

No comments written yet.

Please login to write comment.