Color Hex Logo

#b04605 Color Hex

#B04605
(176,70,5)
0 Favorites   0 Comments

Color spaces of #b04605

RGB 176705
HSL0.060.940.35
HSV23°97°69°
CMYK 0.000.600.97   0.31
XYZ20.122013.62141.7122
Yxy13.62140.56750.3842
Hunter Lab36.907232.731623.0844
CIE-Lab43.685040.735752.7986

#b04605 color RGB value is (176,70,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000110 00000101
Octal 260 106 5
Decimal 176 70 5
Hex B0 46 5

RGB Percentages of Color #b04605

%70.12
%27.89
%1.99

CMYK Percentages of Color #b04605

%0
%60
%97
%31

Triadic Colors of #b04605

#b04605 #05b046 #4605b0

Analogous Colors of #b04605

#b04605 #b09c05 #b00519

Monochromatic Colors of #b04605

#b04605

Complementary Color

#b04605 #056fb0

#b04605 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04605 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04605 Color CSS Codes

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

#b04605 Text Font Color

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

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


#b04605 Background Color

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

This div background color is #b04605


#b04605 Border Color

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

This div border color is #b04605


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04605


Comments

No comments written yet.

Please login to write comment.