Color Hex Logo

#b4720f Color Hex

#B4720F
(180,114,15)
0 Favorites   0 Comments

Color spaces of #b4720f

RGB 18011415
HSL0.100.850.38
HSV36°92°71°
CMYK 0.000.370.92   0.29
XYZ24.925921.77243.3407
Yxy21.77240.49810.4351
Hunter Lab46.660913.696828.4177
CIE-Lab53.784719.246357.7067

#b4720f color RGB value is (180,114,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110010 00001111
Octal 264 162 17
Decimal 180 114 15
Hex B4 72 F

RGB Percentages of Color #b4720f

%58.25
%36.89
%4.85

CMYK Percentages of Color #b4720f

%0
%37
%92
%29

Triadic Colors of #b4720f

#b4720f #0fb472 #720fb4

Analogous Colors of #b4720f

#b4720f #a4b40f #b4200f

Monochromatic Colors of #b4720f

#b4720f

Complementary Color

#b4720f #0f51b4

#b4720f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4720f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4720f Color CSS Codes

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

#b4720f Text Font Color

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

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


#b4720f Background Color

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

This div background color is #b4720f


#b4720f Border Color

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

This div border color is #b4720f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,114,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 #b4720f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4720f


Comments

No comments written yet.

Please login to write comment.