Color Hex Logo

#bc821f Color Hex

#BC821F
(188,130,31)
0 Favorites   0 Comments

Color spaces of #bc821f

RGB 18813031
HSL0.110.720.43
HSV38°84°74°
CMYK 0.000.310.84   0.26
XYZ28.969026.75564.9338
Yxy26.75560.47760.4411
Hunter Lab51.72589.448630.5528
CIE-Lab58.747414.299957.5725

#bc821f color RGB value is (188,130,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000010 00011111
Octal 274 202 37
Decimal 188 130 31
Hex BC 82 1F

RGB Percentages of Color #bc821f

%53.87
%37.25
%8.88

CMYK Percentages of Color #bc821f

%0
%31
%84
%26

Triadic Colors of #bc821f

#bc821f #1fbc82 #821fbc

Analogous Colors of #bc821f

#bc821f #a8bc1f #bc341f

Monochromatic Colors of #bc821f

#bc821f

Complementary Color

#bc821f #1f59bc

#bc821f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc821f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc821f Color CSS Codes

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

#bc821f Text Font Color

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

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


#bc821f Background Color

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

This div background color is #bc821f


#bc821f Border Color

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

This div border color is #bc821f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc821f


Comments

No comments written yet.

Please login to write comment.