Color Hex Logo

#b46304 Color Hex

#B46304
(180,99,4)
0 Favorites   0 Comments

Color spaces of #b46304

RGB 180994
HSL0.090.960.36
HSV32°98°71°
CMYK 0.000.450.98   0.29
XYZ23.306118.63572.4836
Yxy18.63570.52460.4195
Hunter Lab43.169120.822626.8073
CIE-Lab50.258227.358157.5182

#b46304 color RGB value is (180,99,4).

#b46304 hex color red value is 180, green value is 99 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #b46304 hue: 0.09 , saturation: 0.96 and the lightness value of b46304 is 0.36.

The process color (four color CMYK) of #b46304 color hex is 0.00, 0.45, 0.98, 0.29. Web safe color of #b46304 is #cc6600. Color #b46304 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100011 00000100
Octal 264 143 4
Decimal 180 99 4
Hex B4 63 4

RGB Percentages of Color #b46304

%63.60
%34.98
%1.41

CMYK Percentages of Color #b46304

%0
%45
%98
%29

Triadic Colors of #b46304

#b46304 #04b463 #6304b4

Analogous Colors of #b46304

#b46304 #adb404 #b40b04

Monochromatic Colors of #b46304

#b46304

Complementary Color

#b46304 #0455b4

#b46304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46304 Color CSS Codes

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

#b46304 Text Font Color

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

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


#b46304 Background Color

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

This div background color is #b46304


#b46304 Border Color

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

This div border color is #b46304


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,99,4, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b46304; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b46304;
  -webkit-box-shadow: 1px 1px 3px 2px #b46304;
  box-shadow:         1px 1px 3px 2px #b46304; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46304


Comments

No comments written yet.

Please login to write comment.