Color Hex Logo

#bc986e Color Hex

#BC986E
(188,152,110)
0 Favorites   0 Comments

Color spaces of #bc986e

RGB 188152110
HSL0.090.370.58
HSV32°41°74°
CMYK 0.000.190.41   0.26
XYZ34.781734.273619.5341
Yxy34.27360.39260.3869
Hunter Lab58.54373.598221.1974
CIE-Lab65.17927.725527.1644

#bc986e color RGB value is (188,152,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011000 01101110
Octal 274 230 156
Decimal 188 152 110
Hex BC 98 6E

RGB Percentages of Color #bc986e

%41.78
%33.78
%24.44

CMYK Percentages of Color #bc986e

%0
%19
%41
%26

Triadic Colors of #bc986e

#bc986e #6ebc98 #986ebc

Analogous Colors of #bc986e

#bc986e #b9bc6e #bc716e

Monochromatic Colors of #bc986e

#bc986e

Complementary Color

#bc986e #6e92bc

#bc986e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc986e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc986e Color CSS Codes

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

#bc986e Text Font Color

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

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


#bc986e Background Color

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

This div background color is #bc986e


#bc986e Border Color

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

This div border color is #bc986e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc986e


Comments

No comments written yet.

Please login to write comment.