Color Hex Logo

#b44716 Color Hex

#B44716
(180,71,22)
0 Favorites   0 Comments

Color spaces of #b44716

RGB 1807122
HSL0.050.780.40
HSV19°88°71°
CMYK 0.000.610.88   0.29
XYZ21.220414.26772.3946
Yxy14.26770.56020.3766
Hunter Lab37.772634.178022.6821
CIE-Lab44.614442.056148.4733

#b44716 color RGB value is (180,71,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000111 00010110
Octal 264 107 26
Decimal 180 71 22
Hex B4 47 16

RGB Percentages of Color #b44716

%65.93
%26.01
%8.06

CMYK Percentages of Color #b44716

%0
%61
%88
%29

Triadic Colors of #b44716

#b44716 #16b447 #4716b4

Analogous Colors of #b44716

#b44716 #b49616 #b41634

Monochromatic Colors of #b44716

#b44716

Complementary Color

#b44716 #1683b4

#b44716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44716 Color CSS Codes

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

#b44716 Text Font Color

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

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


#b44716 Background Color

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

This div background color is #b44716


#b44716 Border Color

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

This div border color is #b44716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44716


Comments

No comments written yet.

Please login to write comment.