Color Hex Logo

#bc897a Color Hex

#BC897A
(188,137,122)
0 Favorites   0 Comments

Color spaces of #bc897a

RGB 188137122
HSL0.040.330.61
HSV14°35°74°
CMYK 0.000.270.35   0.26
XYZ33.197529.987822.4509
Yxy29.98780.38770.3502
Hunter Lab54.761112.379014.0251
CIE-Lab61.643717.450215.7128

#bc897a color RGB value is (188,137,122).

#bc897a hex color red value is 188, green value is 137 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bc897a hue: 0.04 , saturation: 0.33 and the lightness value of bc897a is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001001 01111010
Octal 274 211 172
Decimal 188 137 122
Hex BC 89 7A

RGB Percentages of Color #bc897a

%42.06
%30.65
%27.29

CMYK Percentages of Color #bc897a

%0
%27
%35
%26

Triadic Colors of #bc897a

#bc897a #7abc89 #897abc

Analogous Colors of #bc897a

#bc897a #bcaa7a #bc7a8c

Monochromatic Colors of #bc897a

#bc897a

Complementary Color

#bc897a #7aadbc

#bc897a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc897a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc897a Color CSS Codes

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

#bc897a Text Font Color

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

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


#bc897a Background Color

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

This div background color is #bc897a


#bc897a Border Color

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

This div border color is #bc897a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc897a


Comments

No comments written yet.

Please login to write comment.