Color Hex Logo

#bc803a Color Hex

#BC803A
(188,128,58)
0 Favorites   0 Comments

Color spaces of #bc803a

RGB 18812858
HSL0.090.530.48
HSV32°69°74°
CMYK 0.000.320.69   0.26
XYZ29.221926.43527.5653
Yxy26.43520.46220.4181
Hunter Lab51.415211.474227.2666
CIE-Lab58.447916.567546.1369

#bc803a color RGB value is (188,128,58).

#bc803a hex color red value is 188, green value is 128 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bc803a hue: 0.09 , saturation: 0.53 and the lightness value of bc803a is 0.48.

The process color (four color CMYK) of #bc803a color hex is 0.00, 0.32, 0.69, 0.26. Web safe color of #bc803a is #cc9933. Color #bc803a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000000 00111010
Octal 274 200 72
Decimal 188 128 58
Hex BC 80 3A

RGB Percentages of Color #bc803a

%50.27
%34.22
%15.51

CMYK Percentages of Color #bc803a

%0
%32
%69
%26

Triadic Colors of #bc803a

#bc803a #3abc80 #803abc

Analogous Colors of #bc803a

#bc803a #b7bc3a #bc3f3a

Monochromatic Colors of #bc803a

#bc803a

Complementary Color

#bc803a #3a76bc

#bc803a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc803a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc803a Color CSS Codes

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

#bc803a Text Font Color

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

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


#bc803a Background Color

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

This div background color is #bc803a


#bc803a Border Color

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

This div border color is #bc803a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc803a


Comments

No comments written yet.

Please login to write comment.