Color Hex Logo

#b4611c Color Hex

#B4611C
(180,97,28)
0 Favorites   0 Comments

Color spaces of #b4611c

RGB 1809728
HSL0.080.730.41
HSV27°84°71°
CMYK 0.000.460.84   0.29
XYZ23.306718.33653.4095
Yxy18.33650.51730.4070
Hunter Lab42.821122.217025.2540
CIE-Lab49.901728.897450.5850

#b4611c color RGB value is (180,97,28).

#b4611c hex color red value is 180, green value is 97 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #b4611c hue: 0.08 , saturation: 0.73 and the lightness value of b4611c is 0.41.

The process color (four color CMYK) of #b4611c color hex is 0.00, 0.46, 0.84, 0.29. Web safe color of #b4611c is #cc6633. Color #b4611c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100001 00011100
Octal 264 141 34
Decimal 180 97 28
Hex B4 61 1C

RGB Percentages of Color #b4611c

%59.02
%31.80
%9.18

CMYK Percentages of Color #b4611c

%0
%46
%84
%29

Triadic Colors of #b4611c

#b4611c #1cb461 #611cb4

Analogous Colors of #b4611c

#b4611c #b4ad1c #b41c23

Monochromatic Colors of #b4611c

#b4611c

Complementary Color

#b4611c #1c6fb4

#b4611c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4611c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4611c Color CSS Codes

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

#b4611c Text Font Color

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

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


#b4611c Background Color

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

This div background color is #b4611c


#b4611c Border Color

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

This div border color is #b4611c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4611c


Comments

No comments written yet.

Please login to write comment.