Color Hex Logo

#b55422 Color Hex

#B55422
(181,84,34)
0 Favorites   0 Comments

Color spaces of #b55422

RGB 1818434
HSL0.060.680.42
HSV20°81°71°
CMYK 0.000.540.81   0.29
XYZ22.515116.27993.4690
Yxy16.27990.53270.3852
Hunter Lab40.348428.996523.1463
CIE-Lab47.339636.357145.8030

#b55422 color RGB value is (181,84,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010100 00100010
Octal 265 124 42
Decimal 181 84 34
Hex B5 54 22

RGB Percentages of Color #b55422

%60.54
%28.09
%11.37

CMYK Percentages of Color #b55422

%0
%54
%81
%29

Triadic Colors of #b55422

#b55422 #22b554 #5422b5

Analogous Colors of #b55422

#b55422 #b59e22 #b52239

Monochromatic Colors of #b55422

#b55422

Complementary Color

#b55422 #2283b5

#b55422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55422 Color CSS Codes

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

#b55422 Text Font Color

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

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


#b55422 Background Color

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

This div background color is #b55422


#b55422 Border Color

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

This div border color is #b55422


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55422


Comments

No comments written yet.

Please login to write comment.