Color Hex Logo

#b0721c Color Hex

#B0721C
(176,114,28)
0 Favorites   0 Comments

Color spaces of #b0721c

RGB 17611428
HSL0.100.730.40
HSV35°84°69°
CMYK 0.000.350.84   0.31
XYZ24.131421.34863.9474
Yxy21.34860.48820.4319
Hunter Lab46.204512.367827.2778
CIE-Lab53.328917.773653.3394

#b0721c color RGB value is (176,114,28).

#b0721c hex color red value is 176, green value is 114 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #b0721c hue: 0.10 , saturation: 0.73 and the lightness value of b0721c is 0.40.

The process color (four color CMYK) of #b0721c color hex is 0.00, 0.35, 0.84, 0.31. Web safe color of #b0721c is #996633. Color #b0721c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110010 00011100
Octal 260 162 34
Decimal 176 114 28
Hex B0 72 1C

RGB Percentages of Color #b0721c

%55.35
%35.85
%8.81

CMYK Percentages of Color #b0721c

%0
%35
%84
%31

Triadic Colors of #b0721c

#b0721c #1cb072 #721cb0

Analogous Colors of #b0721c

#b0721c #a4b01c #b0281c

Monochromatic Colors of #b0721c

#b0721c

Complementary Color

#b0721c #1c5ab0

#b0721c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0721c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0721c Color CSS Codes

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

#b0721c Text Font Color

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

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


#b0721c Background Color

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

This div background color is #b0721c


#b0721c Border Color

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

This div border color is #b0721c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0721c


Comments

No comments written yet.

Please login to write comment.