Color Hex Logo

#bc821a Color Hex

#BC821A
(188,130,26)
0 Favorites   0 Comments

Color spaces of #bc821a

RGB 18813026
HSL0.110.760.42
HSV39°86°74°
CMYK 0.000.310.86   0.26
XYZ28.908126.73124.6133
Yxy26.73120.47980.4437
Hunter Lab51.70229.325230.9012
CIE-Lab58.724714.161959.1120

#bc821a color RGB value is (188,130,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000010 00011010
Octal 274 202 32
Decimal 188 130 26
Hex BC 82 1A

RGB Percentages of Color #bc821a

%54.65
%37.79
%7.56

CMYK Percentages of Color #bc821a

%0
%31
%86
%26

Triadic Colors of #bc821a

#bc821a #1abc82 #821abc

Analogous Colors of #bc821a

#bc821a #a5bc1a #bc311a

Monochromatic Colors of #bc821a

#bc821a

Complementary Color

#bc821a #1a54bc

#bc821a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc821a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc821a Color CSS Codes

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

#bc821a Text Font Color

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

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


#bc821a Background Color

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

This div background color is #bc821a


#bc821a Border Color

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

This div border color is #bc821a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc821a


Comments

No comments written yet.

Please login to write comment.