Color Hex Logo

#bc896e Color Hex

#BC896E
(188,137,110)
0 Favorites   0 Comments

Color spaces of #bc896e

RGB 188137110
HSL0.060.370.58
HSV21°41°74°
CMYK 0.000.270.41   0.26
XYZ32.499229.708518.7733
Yxy29.70850.40130.3669
Hunter Lab54.505511.047017.7326
CIE-Lab61.401916.006022.1357

#bc896e color RGB value is (188,137,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001001 01101110
Octal 274 211 156
Decimal 188 137 110
Hex BC 89 6E

RGB Percentages of Color #bc896e

%43.22
%31.49
%25.29

CMYK Percentages of Color #bc896e

%0
%27
%41
%26

Triadic Colors of #bc896e

#bc896e #6ebc89 #896ebc

Analogous Colors of #bc896e

#bc896e #bcb06e #bc6e7a

Monochromatic Colors of #bc896e

#bc896e

Complementary Color

#bc896e #6ea1bc

#bc896e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc896e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc896e Color CSS Codes

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

#bc896e Text Font Color

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

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


#bc896e Background Color

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

This div background color is #bc896e


#bc896e Border Color

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

This div border color is #bc896e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc896e


Comments

No comments written yet.

Please login to write comment.