Color Hex Logo

#bc895e Color Hex

#BC895E
(188,137,94)
0 Favorites   0 Comments

Color spaces of #bc895e

RGB 18813794
HSL0.080.410.55
HSV27°50°74°
CMYK 0.000.270.50   0.26
XYZ31.705129.390814.5916
Yxy29.39080.41890.3883
Hunter Lab54.21339.517421.9913
CIE-Lab61.125014.328430.6265

#bc895e color RGB value is (188,137,94).

#bc895e hex color red value is 188, green value is 137 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bc895e hue: 0.08 , saturation: 0.41 and the lightness value of bc895e is 0.55.

The process color (four color CMYK) of #bc895e color hex is 0.00, 0.27, 0.50, 0.26. Web safe color of #bc895e is #cc9966. Color #bc895e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001001 01011110
Octal 274 211 136
Decimal 188 137 94
Hex BC 89 5E

RGB Percentages of Color #bc895e

%44.87
%32.70
%22.43

CMYK Percentages of Color #bc895e

%0
%27
%50
%26

Triadic Colors of #bc895e

#bc895e #5ebc89 #895ebc

Analogous Colors of #bc895e

#bc895e #bcb85e #bc5e62

Monochromatic Colors of #bc895e

#bc895e

Complementary Color

#bc895e #5e91bc

#bc895e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc895e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc895e Color CSS Codes

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

#bc895e Text Font Color

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

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


#bc895e Background Color

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

This div background color is #bc895e


#bc895e Border Color

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

This div border color is #bc895e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc895e


Comments

No comments written yet.

Please login to write comment.