Color Hex Logo

#bc862e Color Hex

#BC862E
(188,134,46)
0 Favorites   0 Comments

Color spaces of #bc862e

RGB 18813446
HSL0.100.610.46
HSV37°76°74°
CMYK 0.000.290.76   0.26
XYZ29.757327.93886.4091
Yxy27.93880.46420.4358
Hunter Lab52.85727.991129.8109
CIE-Lab59.833412.643852.9480

#bc862e color RGB value is (188,134,46).

#bc862e hex color red value is 188, green value is 134 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bc862e hue: 0.10 , saturation: 0.61 and the lightness value of bc862e is 0.46.

The process color (four color CMYK) of #bc862e color hex is 0.00, 0.29, 0.76, 0.26. Web safe color of #bc862e is #cc9933. Color #bc862e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000110 00101110
Octal 274 206 56
Decimal 188 134 46
Hex BC 86 2E

RGB Percentages of Color #bc862e

%51.09
%36.41
%12.50

CMYK Percentages of Color #bc862e

%0
%29
%76
%26

Triadic Colors of #bc862e

#bc862e #2ebc86 #862ebc

Analogous Colors of #bc862e

#bc862e #abbc2e #bc3f2e

Monochromatic Colors of #bc862e

#bc862e

Complementary Color

#bc862e #2e64bc

#bc862e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc862e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc862e Color CSS Codes

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

#bc862e Text Font Color

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

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


#bc862e Background Color

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

This div background color is #bc862e


#bc862e Border Color

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

This div border color is #bc862e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc862e


Comments

No comments written yet.

Please login to write comment.