Color Hex Logo

#b55621 Color Hex

#B55621
(181,86,33)
0 Favorites   0 Comments

Color spaces of #b55621

RGB 1818633
HSL0.060.690.42
HSV21°82°71°
CMYK 0.000.520.82   0.29
XYZ22.658416.58913.4466
Yxy16.58910.53070.3886
Hunter Lab40.729728.024523.4936
CIE-Lab47.738135.294546.6268

#b55621 color RGB value is (181,86,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010110 00100001
Octal 265 126 41
Decimal 181 86 33
Hex B5 56 21

RGB Percentages of Color #b55621

%60.33
%28.67
%11.00

CMYK Percentages of Color #b55621

%0
%52
%82
%29

Triadic Colors of #b55621

#b55621 #21b556 #5621b5

Analogous Colors of #b55621

#b55621 #b5a021 #b52136

Monochromatic Colors of #b55621

#b55621

Complementary Color

#b55621 #2180b5

#b55621 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55621 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55621 Color CSS Codes

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

#b55621 Text Font Color

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

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


#b55621 Background Color

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

This div background color is #b55621


#b55621 Border Color

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

This div border color is #b55621


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55621


Comments

No comments written yet.

Please login to write comment.