Color Hex Logo

#bc840e Color Hex

#BC840E
(188,132,14)
0 Favorites   0 Comments

Color spaces of #bc840e

RGB 18813214
HSL0.110.860.40
HSV41°93°74°
CMYK 0.000.300.93   0.26
XYZ29.069627.22564.1384
Yxy27.22560.48100.4505
Hunter Lab52.17828.134531.8222
CIE-Lab59.182612.813362.3810

#bc840e color RGB value is (188,132,14).

#bc840e hex color red value is 188, green value is 132 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bc840e hue: 0.11 , saturation: 0.86 and the lightness value of bc840e is 0.40.

The process color (four color CMYK) of #bc840e color hex is 0.00, 0.30, 0.93, 0.26. Web safe color of #bc840e is #cc9900. Color #bc840e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000100 00001110
Octal 274 204 16
Decimal 188 132 14
Hex BC 84 E

RGB Percentages of Color #bc840e

%56.29
%39.52
%4.19

CMYK Percentages of Color #bc840e

%0
%30
%93
%26

Triadic Colors of #bc840e

#bc840e #0ebc84 #840ebc

Analogous Colors of #bc840e

#bc840e #9dbc0e #bc2d0e

Monochromatic Colors of #bc840e

#bc840e

Complementary Color

#bc840e #0e46bc

#bc840e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc840e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc840e Color CSS Codes

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

#bc840e Text Font Color

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

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


#bc840e Background Color

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

This div background color is #bc840e


#bc840e Border Color

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

This div border color is #bc840e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc840e


Comments

No comments written yet.

Please login to write comment.