Color Hex Logo

#b44019 Color Hex

#B44019
(180,64,25)
0 Favorites   0 Comments

Color spaces of #b44019

RGB 1806425
HSL0.040.760.40
HSV15°86°71°
CMYK 0.000.640.86   0.29
XYZ20.831313.44032.4160
Yxy13.44030.56780.3663
Hunter Lab36.661037.269421.7554
CIE-Lab43.419345.342046.2463

#b44019 color RGB value is (180,64,25).

#b44019 hex color red value is 180, green value is 64 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #b44019 hue: 0.04 , saturation: 0.76 and the lightness value of b44019 is 0.40.

The process color (four color CMYK) of #b44019 color hex is 0.00, 0.64, 0.86, 0.29. Web safe color of #b44019 is #cc3300. Color #b44019 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000000 00011001
Octal 264 100 31
Decimal 180 64 25
Hex B4 40 19

RGB Percentages of Color #b44019

%66.91
%23.79
%9.29

CMYK Percentages of Color #b44019

%0
%64
%86
%29

Triadic Colors of #b44019

#b44019 #19b440 #4019b4

Analogous Colors of #b44019

#b44019 #b48e19 #b4193f

Monochromatic Colors of #b44019

#b44019

Complementary Color

#b44019 #198db4

#b44019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44019 Color CSS Codes

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

#b44019 Text Font Color

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

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


#b44019 Background Color

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

This div background color is #b44019


#b44019 Border Color

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

This div border color is #b44019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44019


Comments

No comments written yet.

Please login to write comment.