Color Hex Logo

#bc821e Color Hex

#BC821E
(188,130,30)
0 Favorites   0 Comments

Color spaces of #bc821e

RGB 18813030
HSL0.110.720.43
HSV38°84°74°
CMYK 0.000.310.84   0.26
XYZ28.956026.75044.8655
Yxy26.75040.47800.4416
Hunter Lab51.72089.422230.6270
CIE-Lab58.742614.270457.8947

#bc821e color RGB value is (188,130,30).

#bc821e hex color red value is 188, green value is 130 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bc821e hue: 0.11 , saturation: 0.72 and the lightness value of bc821e is 0.43.

The process color (four color CMYK) of #bc821e color hex is 0.00, 0.31, 0.84, 0.26. Web safe color of #bc821e is #cc9933. Color #bc821e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000010 00011110
Octal 274 202 36
Decimal 188 130 30
Hex BC 82 1E

RGB Percentages of Color #bc821e

%54.02
%37.36
%8.62

CMYK Percentages of Color #bc821e

%0
%31
%84
%26

Triadic Colors of #bc821e

#bc821e #1ebc82 #821ebc

Analogous Colors of #bc821e

#bc821e #a7bc1e #bc331e

Monochromatic Colors of #bc821e

#bc821e

Complementary Color

#bc821e #1e58bc

#bc821e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc821e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc821e Color CSS Codes

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

#bc821e Text Font Color

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

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


#bc821e Background Color

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

This div background color is #bc821e


#bc821e Border Color

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

This div border color is #bc821e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,130,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc821e


Comments

No comments written yet.

Please login to write comment.