Color Hex Logo

#bc863e Color Hex

#BC863E
(188,134,62)
0 Favorites   0 Comments

Color spaces of #bc863e

RGB 18813462
HSL0.100.500.49
HSV34°67°74°
CMYK 0.000.290.67   0.26
XYZ30.133628.08948.3910
Yxy28.08940.45240.4217
Hunter Lab52.99948.739827.7127
CIE-Lab59.969413.482745.8716

#bc863e color RGB value is (188,134,62).

#bc863e hex color red value is 188, green value is 134 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bc863e hue: 0.10 , saturation: 0.50 and the lightness value of bc863e is 0.49.

The process color (four color CMYK) of #bc863e color hex is 0.00, 0.29, 0.67, 0.26. Web safe color of #bc863e is #cc9933. Color #bc863e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000110 00111110
Octal 274 206 76
Decimal 188 134 62
Hex BC 86 3E

RGB Percentages of Color #bc863e

%48.96
%34.90
%16.15

CMYK Percentages of Color #bc863e

%0
%29
%67
%26

Triadic Colors of #bc863e

#bc863e #3ebc86 #863ebc

Analogous Colors of #bc863e

#bc863e #b3bc3e #bc473e

Monochromatic Colors of #bc863e

#bc863e

Complementary Color

#bc863e #3e74bc

#bc863e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc863e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc863e Color CSS Codes

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

#bc863e Text Font Color

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

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


#bc863e Background Color

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

This div background color is #bc863e


#bc863e Border Color

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

This div border color is #bc863e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc863e


Comments

No comments written yet.

Please login to write comment.