Color Hex Logo

#bc861e Color Hex

#BC861E
(188,134,30)
0 Favorites   0 Comments

Color spaces of #bc861e

RGB 18813430
HSL0.110.720.43
HSV39°84°74°
CMYK 0.000.290.84   0.26
XYZ29.498527.83535.0463
Yxy27.83530.47290.4462
Hunter Lab52.75927.473731.2605
CIE-Lab59.739612.060858.7454

#bc861e color RGB value is (188,134,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000110 00011110
Octal 274 206 36
Decimal 188 134 30
Hex BC 86 1E

RGB Percentages of Color #bc861e

%53.41
%38.07
%8.52

CMYK Percentages of Color #bc861e

%0
%29
%84
%26

Triadic Colors of #bc861e

#bc861e #1ebc86 #861ebc

Analogous Colors of #bc861e

#bc861e #a3bc1e #bc371e

Monochromatic Colors of #bc861e

#bc861e

Complementary Color

#bc861e #1e54bc

#bc861e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc861e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc861e Color CSS Codes

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

#bc861e Text Font Color

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

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


#bc861e Background Color

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

This div background color is #bc861e


#bc861e Border Color

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

This div border color is #bc861e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc861e


Comments

No comments written yet.

Please login to write comment.