Color Hex Logo

#bc830e Color Hex

#BC830E
(188,131,14)
0 Favorites   0 Comments

Color spaces of #bc830e

RGB 18813114
HSL0.110.860.40
HSV40°93°74°
CMYK 0.000.300.93   0.26
XYZ28.934626.95574.0934
Yxy26.95570.48240.4494
Hunter Lab51.91898.620731.6687
CIE-Lab58.933313.365562.1959

#bc830e color RGB value is (188,131,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000011 00001110
Octal 274 203 16
Decimal 188 131 14
Hex BC 83 E

RGB Percentages of Color #bc830e

%56.46
%39.34
%4.20

CMYK Percentages of Color #bc830e

%0
%30
%93
%26

Triadic Colors of #bc830e

#bc830e #0ebc83 #830ebc

Analogous Colors of #bc830e

#bc830e #9ebc0e #bc2c0e

Monochromatic Colors of #bc830e

#bc830e

Complementary Color

#bc830e #0e47bc

#bc830e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc830e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc830e Color CSS Codes

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

#bc830e Text Font Color

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

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


#bc830e Background Color

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

This div background color is #bc830e


#bc830e Border Color

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

This div border color is #bc830e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc830e


Comments

No comments written yet.

Please login to write comment.