Color Hex Logo

#bc811e Color Hex

#BC811E
(188,129,30)
0 Favorites   0 Comments

Color spaces of #bc811e

RGB 18812930
HSL0.100.720.43
HSV38°84°74°
CMYK 0.000.310.84   0.26
XYZ28.823626.48564.8214
Yxy26.48560.47930.4405
Hunter Lab51.46429.910430.4704
CIE-Lab58.495114.823457.6832

#bc811e color RGB value is (188,129,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000001 00011110
Octal 274 201 36
Decimal 188 129 30
Hex BC 81 1E

RGB Percentages of Color #bc811e

%54.18
%37.18
%8.65

CMYK Percentages of Color #bc811e

%0
%31
%84
%26

Triadic Colors of #bc811e

#bc811e #1ebc81 #811ebc

Analogous Colors of #bc811e

#bc811e #a8bc1e #bc321e

Monochromatic Colors of #bc811e

#bc811e

Complementary Color

#bc811e #1e59bc

#bc811e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc811e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc811e Color CSS Codes

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

#bc811e Text Font Color

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

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


#bc811e Background Color

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

This div background color is #bc811e


#bc811e Border Color

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

This div border color is #bc811e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc811e


Comments

No comments written yet.

Please login to write comment.