Color Hex Logo

#bc895c Color Hex

#BC895C
(188,137,92)
0 Favorites   0 Comments

Color spaces of #bc895c

RGB 18813792
HSL0.080.420.55
HSV28°51°74°
CMYK 0.000.270.51   0.26
XYZ31.616529.355414.1250
Yxy29.35540.42100.3909
Hunter Lab54.18069.345622.4694
CIE-Lab61.094014.138631.6759

#bc895c color RGB value is (188,137,92).

#bc895c hex color red value is 188, green value is 137 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #bc895c hue: 0.08 , saturation: 0.42 and the lightness value of bc895c is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001001 01011100
Octal 274 211 134
Decimal 188 137 92
Hex BC 89 5C

RGB Percentages of Color #bc895c

%45.08
%32.85
%22.06

CMYK Percentages of Color #bc895c

%0
%27
%51
%26

Triadic Colors of #bc895c

#bc895c #5cbc89 #895cbc

Analogous Colors of #bc895c

#bc895c #bcb95c #bc5c5f

Monochromatic Colors of #bc895c

#bc895c

Complementary Color

#bc895c #5c8fbc

#bc895c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc895c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc895c Color CSS Codes

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

#bc895c Text Font Color

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

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


#bc895c Background Color

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

This div background color is #bc895c


#bc895c Border Color

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

This div border color is #bc895c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc895c


Comments

No comments written yet.

Please login to write comment.