Color Hex Logo

#bc871e Color Hex

#BC871E
(188,135,30)
0 Favorites   0 Comments

Color spaces of #bc871e

RGB 18813530
HSL0.110.720.43
HSV40°84°74°
CMYK 0.000.280.84   0.26
XYZ29.637428.11305.0926
Yxy28.11300.47160.4474
Hunter Lab53.02176.987731.4205
CIE-Lab59.990711.509258.9592

#bc871e color RGB value is (188,135,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000111 00011110
Octal 274 207 36
Decimal 188 135 30
Hex BC 87 1E

RGB Percentages of Color #bc871e

%53.26
%38.24
%8.50

CMYK Percentages of Color #bc871e

%0
%28
%84
%26

Triadic Colors of #bc871e

#bc871e #1ebc87 #871ebc

Analogous Colors of #bc871e

#bc871e #a2bc1e #bc381e

Monochromatic Colors of #bc871e

#bc871e

Complementary Color

#bc871e #1e53bc

#bc871e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc871e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc871e Color CSS Codes

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

#bc871e Text Font Color

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

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


#bc871e Background Color

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

This div background color is #bc871e


#bc871e Border Color

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

This div border color is #bc871e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc871e


Comments

No comments written yet.

Please login to write comment.