Color Hex Logo

#b12904 Color Hex

#B12904
(177,41,4)
0 Favorites   0 Comments

Color spaces of #b12904

RGB 177414
HSL0.040.960.35
HSV13°98°69°
CMYK 0.000.770.98   0.31
XYZ18.946310.94181.2283
Yxy10.94180.60890.3516
Hunter Lab33.078444.352220.9533
CIE-Lab39.482352.930250.8040

#b12904 color RGB value is (177,41,4).

#b12904 hex color red value is 177, green value is 41 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #b12904 hue: 0.04 , saturation: 0.96 and the lightness value of b12904 is 0.35.

The process color (four color CMYK) of #b12904 color hex is 0.00, 0.77, 0.98, 0.31. Web safe color of #b12904 is #993300. Color #b12904 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101001 00000100
Octal 261 51 4
Decimal 177 41 4
Hex B1 29 4

RGB Percentages of Color #b12904

%79.73
%18.47
%1.80

CMYK Percentages of Color #b12904

%0
%77
%98
%31

Triadic Colors of #b12904

#b12904 #04b129 #2904b1

Analogous Colors of #b12904

#b12904 #b18004 #b10436

Monochromatic Colors of #b12904

#b12904

Complementary Color

#b12904 #048cb1

#b12904 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12904 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12904 Color CSS Codes

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

#b12904 Text Font Color

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

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


#b12904 Background Color

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

This div background color is #b12904


#b12904 Border Color

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

This div border color is #b12904


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12904


Comments

No comments written yet.

Please login to write comment.