Color Hex Logo

#bc886e Color Hex

#BC886E
(188,136,110)
0 Favorites   0 Comments

Color spaces of #bc886e

RGB 188136110
HSL0.060.370.58
HSV20°41°74°
CMYK 0.000.280.41   0.26
XYZ32.357729.425518.7261
Yxy29.42550.40190.3655
Hunter Lab54.245311.547317.5041
CIE-Lab61.155316.560621.8040

#bc886e color RGB value is (188,136,110).

#bc886e hex color red value is 188, green value is 136 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bc886e hue: 0.06 , saturation: 0.37 and the lightness value of bc886e is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001000 01101110
Octal 274 210 156
Decimal 188 136 110
Hex BC 88 6E

RGB Percentages of Color #bc886e

%43.32
%31.34
%25.35

CMYK Percentages of Color #bc886e

%0
%28
%41
%26

Triadic Colors of #bc886e

#bc886e #6ebc88 #886ebc

Analogous Colors of #bc886e

#bc886e #bcaf6e #bc6e7b

Monochromatic Colors of #bc886e

#bc886e

Complementary Color

#bc886e #6ea2bc

#bc886e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc886e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc886e Color CSS Codes

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

#bc886e Text Font Color

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

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


#bc886e Background Color

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

This div background color is #bc886e


#bc886e Border Color

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

This div border color is #bc886e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc886e


Comments

No comments written yet.

Please login to write comment.