Color Hex Logo

#b4780c Color Hex

#B4780C
(180,120,12)
0 Favorites   0 Comments

Color spaces of #b4780c

RGB 18012012
HSL0.110.880.38
HSV39°93°71°
CMYK 0.000.330.93   0.29
XYZ25.605223.16283.4691
Yxy23.16280.49020.4434
Hunter Lab48.127710.743029.4157
CIE-Lab55.239615.856359.4231

#b4780c color RGB value is (180,120,12).

#b4780c hex color red value is 180, green value is 120 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #b4780c hue: 0.11 , saturation: 0.88 and the lightness value of b4780c is 0.38.

The process color (four color CMYK) of #b4780c color hex is 0.00, 0.33, 0.93, 0.29. Web safe color of #b4780c is #cc6600. Color #b4780c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111000 00001100
Octal 264 170 14
Decimal 180 120 12
Hex B4 78 C

RGB Percentages of Color #b4780c

%57.69
%38.46
%3.85

CMYK Percentages of Color #b4780c

%0
%33
%93
%29

Triadic Colors of #b4780c

#b4780c #0cb478 #780cb4

Analogous Colors of #b4780c

#b4780c #9cb40c #b4240c

Monochromatic Colors of #b4780c

#b4780c

Complementary Color

#b4780c #0c48b4

#b4780c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4780c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4780c Color CSS Codes

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

#b4780c Text Font Color

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

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


#b4780c Background Color

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

This div background color is #b4780c


#b4780c Border Color

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

This div border color is #b4780c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4780c


Comments

No comments written yet.

Please login to write comment.