Color Hex Logo

#b5720c Color Hex

#B5720C
(181,114,12)
0 Favorites   0 Comments

Color spaces of #b5720c

RGB 18111412
HSL0.100.880.38
HSV36°93°71°
CMYK 0.000.370.93   0.29
XYZ25.139721.88493.2470
Yxy21.88490.50010.4353
Hunter Lab46.781314.056428.6317
CIE-Lab53.904719.641658.5045

#b5720c color RGB value is (181,114,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110010 00001100
Octal 265 162 14
Decimal 181 114 12
Hex B5 72 C

RGB Percentages of Color #b5720c

%58.96
%37.13
%3.91

CMYK Percentages of Color #b5720c

%0
%37
%93
%29

Triadic Colors of #b5720c

#b5720c #0cb572 #720cb5

Analogous Colors of #b5720c

#b5720c #a4b50c #b51e0c

Monochromatic Colors of #b5720c

#b5720c

Complementary Color

#b5720c #0c4fb5

#b5720c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5720c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5720c Color CSS Codes

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

#b5720c Text Font Color

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

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


#b5720c Background Color

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

This div background color is #b5720c


#b5720c Border Color

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

This div border color is #b5720c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5720c


Comments

No comments written yet.

Please login to write comment.