Color Hex Logo

#b44316 Color Hex

#B44316
(180,67,22)
0 Favorites   0 Comments

Color spaces of #b44316

RGB 1806722
HSL0.050.780.40
HSV17°88°71°
CMYK 0.000.630.88   0.29
XYZ20.974413.77552.3125
Yxy13.77550.56590.3717
Hunter Lab37.115435.920922.2866
CIE-Lab43.909243.919047.9053

#b44316 color RGB value is (180,67,22).

#b44316 hex color red value is 180, green value is 67 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #b44316 hue: 0.05 , saturation: 0.78 and the lightness value of b44316 is 0.40.

The process color (four color CMYK) of #b44316 color hex is 0.00, 0.63, 0.88, 0.29. Web safe color of #b44316 is #cc3300. Color #b44316 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000011 00010110
Octal 264 103 26
Decimal 180 67 22
Hex B4 43 16

RGB Percentages of Color #b44316

%66.91
%24.91
%8.18

CMYK Percentages of Color #b44316

%0
%63
%88
%29

Triadic Colors of #b44316

#b44316 #16b443 #4316b4

Analogous Colors of #b44316

#b44316 #b49216 #b41638

Monochromatic Colors of #b44316

#b44316

Complementary Color

#b44316 #1687b4

#b44316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44316 Color CSS Codes

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

#b44316 Text Font Color

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

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


#b44316 Background Color

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

This div background color is #b44316


#b44316 Border Color

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

This div border color is #b44316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44316


Comments

No comments written yet.

Please login to write comment.