Color Hex Logo

#bc885e Color Hex

#BC885E
(188,136,94)
0 Favorites   0 Comments

Color spaces of #bc885e

RGB 18813694
HSL0.070.410.55
HSV27°50°74°
CMYK 0.000.280.50   0.26
XYZ31.563629.107814.5445
Yxy29.10780.41960.3870
Hunter Lab53.951610.013421.7825
CIE-Lab60.876614.882130.3086

#bc885e color RGB value is (188,136,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001000 01011110
Octal 274 210 136
Decimal 188 136 94
Hex BC 88 5E

RGB Percentages of Color #bc885e

%44.98
%32.54
%22.49

CMYK Percentages of Color #bc885e

%0
%28
%50
%26

Triadic Colors of #bc885e

#bc885e #5ebc88 #885ebc

Analogous Colors of #bc885e

#bc885e #bcb75e #bc5e63

Monochromatic Colors of #bc885e

#bc885e

Complementary Color

#bc885e #5e92bc

#bc885e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc885e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc885e Color CSS Codes

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

#bc885e Text Font Color

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

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


#bc885e Background Color

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

This div background color is #bc885e


#bc885e Border Color

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

This div border color is #bc885e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc885e


Comments

No comments written yet.

Please login to write comment.