Color Hex Logo

#b8640e Color Hex

#B8640E
(184,100,14)
0 Favorites   0 Comments

Color spaces of #b8640e

RGB 18410014
HSL0.080.860.39
HSV30°92°72°
CMYK 0.000.460.92   0.28
XYZ24.403619.33642.8616
Yxy19.33640.52370.4149
Hunter Lab43.973222.108326.9229
CIE-Lab51.078528.659856.1896

#b8640e color RGB value is (184,100,14).

#b8640e hex color red value is 184, green value is 100 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #b8640e hue: 0.08 , saturation: 0.86 and the lightness value of b8640e is 0.39.

The process color (four color CMYK) of #b8640e color hex is 0.00, 0.46, 0.92, 0.28. Web safe color of #b8640e is #cc6600. Color #b8640e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100100 00001110
Octal 270 144 16
Decimal 184 100 14
Hex B8 64 E

RGB Percentages of Color #b8640e

%61.74
%33.56
%4.70

CMYK Percentages of Color #b8640e

%0
%46
%92
%28

Triadic Colors of #b8640e

#b8640e #0eb864 #640eb8

Analogous Colors of #b8640e

#b8640e #b7b80e #b80f0e

Monochromatic Colors of #b8640e

#b8640e

Complementary Color

#b8640e #0e62b8

#b8640e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8640e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8640e Color CSS Codes

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

#b8640e Text Font Color

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

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


#b8640e Background Color

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

This div background color is #b8640e


#b8640e Border Color

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

This div border color is #b8640e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,100,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8640e


Comments

No comments written yet.

Please login to write comment.