Color Hex Logo

#bc893e Color Hex

#BC893E
(188,137,62)
0 Favorites   0 Comments

Color spaces of #bc893e

RGB 18813762
HSL0.100.500.49
HSV36°67°74°
CMYK 0.000.270.67   0.26
XYZ30.554228.93058.5312
Yxy28.93050.44920.4253
Hunter Lab53.78717.271028.2469
CIE-Lab60.720211.825346.6948

#bc893e color RGB value is (188,137,62).

#bc893e hex color red value is 188, green value is 137 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bc893e hue: 0.10 , saturation: 0.50 and the lightness value of bc893e is 0.49.

The process color (four color CMYK) of #bc893e color hex is 0.00, 0.27, 0.67, 0.26. Web safe color of #bc893e is #cc9933. Color #bc893e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001001 00111110
Octal 274 211 76
Decimal 188 137 62
Hex BC 89 3E

RGB Percentages of Color #bc893e

%48.58
%35.40
%16.02

CMYK Percentages of Color #bc893e

%0
%27
%67
%26

Triadic Colors of #bc893e

#bc893e #3ebc89 #893ebc

Analogous Colors of #bc893e

#bc893e #b0bc3e #bc4a3e

Monochromatic Colors of #bc893e

#bc893e

Complementary Color

#bc893e #3e71bc

#bc893e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc893e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc893e Color CSS Codes

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

#bc893e Text Font Color

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

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


#bc893e Background Color

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

This div background color is #bc893e


#bc893e Border Color

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

This div border color is #bc893e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc893e


Comments

No comments written yet.

Please login to write comment.