Color Hex Logo

#b04405 Color Hex

#B04405
(176,68,5)
0 Favorites   0 Comments

Color spaces of #b04405

RGB 176685
HSL0.060.940.35
HSV22°97°69°
CMYK 0.000.610.97   0.31
XYZ19.999013.37531.6712
Yxy13.37530.57070.3817
Hunter Lab36.572333.608622.8913
CIE-Lab43.323441.686052.5783

#b04405 color RGB value is (176,68,5).

#b04405 hex color red value is 176, green value is 68 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #b04405 hue: 0.06 , saturation: 0.94 and the lightness value of b04405 is 0.35.

The process color (four color CMYK) of #b04405 color hex is 0.00, 0.61, 0.97, 0.31. Web safe color of #b04405 is #993300. Color #b04405 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000100 00000101
Octal 260 104 5
Decimal 176 68 5
Hex B0 44 5

RGB Percentages of Color #b04405

%70.68
%27.31
%2.01

CMYK Percentages of Color #b04405

%0
%61
%97
%31

Triadic Colors of #b04405

#b04405 #05b044 #4405b0

Analogous Colors of #b04405

#b04405 #b09a05 #b0051b

Monochromatic Colors of #b04405

#b04405

Complementary Color

#b04405 #0571b0

#b04405 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04405 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04405 Color CSS Codes

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

#b04405 Text Font Color

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

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


#b04405 Background Color

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

This div background color is #b04405


#b04405 Border Color

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

This div border color is #b04405


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04405


Comments

No comments written yet.

Please login to write comment.