Color Hex Logo

#b44609 Color Hex

#B44609
(180,70,9)
0 Favorites   0 Comments

Color spaces of #b44609

RGB 180709
HSL0.060.900.37
HSV21°95°71°
CMYK 0.000.610.95   0.29
XYZ21.061914.10331.8706
Yxy14.10330.56870.3808
Hunter Lab37.554434.389423.3348
CIE-Lab44.380742.306352.4983

#b44609 color RGB value is (180,70,9).

#b44609 hex color red value is 180, green value is 70 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #b44609 hue: 0.06 , saturation: 0.90 and the lightness value of b44609 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000110 00001001
Octal 264 106 11
Decimal 180 70 9
Hex B4 46 9

RGB Percentages of Color #b44609

%69.50
%27.03
%3.47

CMYK Percentages of Color #b44609

%0
%61
%95
%29

Triadic Colors of #b44609

#b44609 #09b446 #4609b4

Analogous Colors of #b44609

#b44609 #b49c09 #b40921

Monochromatic Colors of #b44609

#b44609

Complementary Color

#b44609 #0977b4

#b44609 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44609 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44609 Color CSS Codes

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

#b44609 Text Font Color

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

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


#b44609 Background Color

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

This div background color is #b44609


#b44609 Border Color

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

This div border color is #b44609


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44609


Comments

No comments written yet.

Please login to write comment.