Color Hex Logo

#b8721c Color Hex

#B8721C
(184,114,28)
0 Favorites   0 Comments

Color spaces of #b8721c

RGB 18411428
HSL0.090.740.42
HSV33°85°72°
CMYK 0.000.380.85   0.28
XYZ25.994122.30884.0346
Yxy22.30880.49670.4262
Hunter Lab47.232215.580627.9980
CIE-Lab54.353121.304254.6214

#b8721c color RGB value is (184,114,28).

#b8721c hex color red value is 184, green value is 114 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #b8721c hue: 0.09 , saturation: 0.74 and the lightness value of b8721c is 0.42.

The process color (four color CMYK) of #b8721c color hex is 0.00, 0.38, 0.85, 0.28. Web safe color of #b8721c is #cc6633. Color #b8721c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110010 00011100
Octal 270 162 34
Decimal 184 114 28
Hex B8 72 1C

RGB Percentages of Color #b8721c

%56.44
%34.97
%8.59

CMYK Percentages of Color #b8721c

%0
%38
%85
%28

Triadic Colors of #b8721c

#b8721c #1cb872 #721cb8

Analogous Colors of #b8721c

#b8721c #b0b81c #b8241c

Monochromatic Colors of #b8721c

#b8721c

Complementary Color

#b8721c #1c62b8

#b8721c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8721c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8721c Color CSS Codes

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

#b8721c Text Font Color

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

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


#b8721c Background Color

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

This div background color is #b8721c


#b8721c Border Color

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

This div border color is #b8721c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8721c


Comments

No comments written yet.

Please login to write comment.