Color Hex Logo

#b4780f Color Hex

#B4780F
(180,120,15)
0 Favorites   0 Comments

Color spaces of #b4780f

RGB 18012015
HSL0.110.850.38
HSV38°92°71°
CMYK 0.000.330.92   0.29
XYZ25.625123.17073.5737
Yxy23.17070.48930.4424
Hunter Lab48.136010.786329.2934
CIE-Lab55.247715.905058.8061

#b4780f color RGB value is (180,120,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111000 00001111
Octal 264 170 17
Decimal 180 120 15
Hex B4 78 F

RGB Percentages of Color #b4780f

%57.14
%38.10
%4.76

CMYK Percentages of Color #b4780f

%0
%33
%92
%29

Triadic Colors of #b4780f

#b4780f #0fb478 #780fb4

Analogous Colors of #b4780f

#b4780f #9eb40f #b4250f

Monochromatic Colors of #b4780f

#b4780f

Complementary Color

#b4780f #0f4bb4

#b4780f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4780f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4780f Color CSS Codes

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

#b4780f Text Font Color

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

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


#b4780f Background Color

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

This div background color is #b4780f


#b4780f Border Color

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

This div border color is #b4780f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4780f


Comments

No comments written yet.

Please login to write comment.