Color Hex Logo

#b05637 Color Hex

#B05637
(176,86,55)
0 Favorites   0 Comments

Color spaces of #b05637

RGB 1768655
HSL0.040.520.45
HSV15°69°69°
CMYK 0.000.510.69   0.31
XYZ21.921916.16155.5785
Yxy16.16150.50210.3702
Hunter Lab40.201426.984119.9136
CIE-Lab47.185734.279434.6590

#b05637 color RGB value is (176,86,55).

#b05637 hex color red value is 176, green value is 86 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #b05637 hue: 0.04 , saturation: 0.52 and the lightness value of b05637 is 0.45.

The process color (four color CMYK) of #b05637 color hex is 0.00, 0.51, 0.69, 0.31. Web safe color of #b05637 is #996633. Color #b05637 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010110 00110111
Octal 260 126 67
Decimal 176 86 55
Hex B0 56 37

RGB Percentages of Color #b05637

%55.52
%27.13
%17.35

CMYK Percentages of Color #b05637

%0
%51
%69
%31

Triadic Colors of #b05637

#b05637 #37b056 #5637b0

Analogous Colors of #b05637

#b05637 #b09337 #b03755

Monochromatic Colors of #b05637

#b05637

Complementary Color

#b05637 #3791b0

#b05637 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05637 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05637 Color CSS Codes

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

#b05637 Text Font Color

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

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


#b05637 Background Color

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

This div background color is #b05637


#b05637 Border Color

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

This div border color is #b05637


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05637


Comments

No comments written yet.

Please login to write comment.