Color Hex Logo

#bc890e Color Hex

#BC890E
(188,137,14)
0 Favorites   0 Comments

Color spaces of #bc890e

RGB 18813714
HSL0.120.860.40
HSV42°93°74°
CMYK 0.000.270.93   0.26
XYZ29.764028.61444.3699
Yxy28.61440.47430.4560
Hunter Lab53.49245.708432.6012
CIE-Lab60.439810.055563.3175

#bc890e color RGB value is (188,137,14).

#bc890e hex color red value is 188, green value is 137 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bc890e hue: 0.12 , saturation: 0.86 and the lightness value of bc890e is 0.40.

The process color (four color CMYK) of #bc890e color hex is 0.00, 0.27, 0.93, 0.26. Web safe color of #bc890e is #cc9900. Color #bc890e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001001 00001110
Octal 274 211 16
Decimal 188 137 14
Hex BC 89 E

RGB Percentages of Color #bc890e

%55.46
%40.41
%4.13

CMYK Percentages of Color #bc890e

%0
%27
%93
%26

Triadic Colors of #bc890e

#bc890e #0ebc89 #890ebc

Analogous Colors of #bc890e

#bc890e #98bc0e #bc320e

Monochromatic Colors of #bc890e

#bc890e

Complementary Color

#bc890e #0e41bc

#bc890e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc890e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc890e Color CSS Codes

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

#bc890e Text Font Color

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

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


#bc890e Background Color

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

This div background color is #bc890e


#bc890e Border Color

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

This div border color is #bc890e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc890e


Comments

No comments written yet.

Please login to write comment.