Color Hex Logo

#b1420e Color Hex

#B1420E
(177,66,14)
0 Favorites   0 Comments

Color spaces of #b1420e

RGB 1776614
HSL0.050.850.37
HSV19°92°69°
CMYK 0.000.630.92   0.31
XYZ20.158913.27521.9153
Yxy13.27520.57030.3755
Hunter Lab36.435134.999322.3879
CIE-Lab43.175043.116050.0116

#b1420e color RGB value is (177,66,14).

#b1420e hex color red value is 177, green value is 66 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #b1420e hue: 0.05 , saturation: 0.85 and the lightness value of b1420e is 0.37.

The process color (four color CMYK) of #b1420e color hex is 0.00, 0.63, 0.92, 0.31. Web safe color of #b1420e is #993300. Color #b1420e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000010 00001110
Octal 261 102 16
Decimal 177 66 14
Hex B1 42 E

RGB Percentages of Color #b1420e

%68.87
%25.68
%5.45

CMYK Percentages of Color #b1420e

%0
%63
%92
%31

Triadic Colors of #b1420e

#b1420e #0eb142 #420eb1

Analogous Colors of #b1420e

#b1420e #b1940e #b10e2b

Monochromatic Colors of #b1420e

#b1420e

Complementary Color

#b1420e #0e7db1

#b1420e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1420e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1420e Color CSS Codes

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

#b1420e Text Font Color

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

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


#b1420e Background Color

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

This div background color is #b1420e


#b1420e Border Color

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

This div border color is #b1420e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,66,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b1420e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b1420e;
  -webkit-box-shadow: 1px 1px 3px 2px #b1420e;
  box-shadow:         1px 1px 3px 2px #b1420e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1420e


Comments

No comments written yet.

Please login to write comment.