Color Hex Logo

#bc863c Color Hex

#BC863C
(188,134,60)
0 Favorites   0 Comments

Color spaces of #bc863c

RGB 18813460
HSL0.100.520.49
HSV35°68°74°
CMYK 0.000.290.68   0.26
XYZ30.079728.06788.1072
Yxy28.06780.45400.4236
Hunter Lab52.97918.632928.0124
CIE-Lab59.949913.363246.8086

#bc863c color RGB value is (188,134,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000110 00111100
Octal 274 206 74
Decimal 188 134 60
Hex BC 86 3C

RGB Percentages of Color #bc863c

%49.21
%35.08
%15.71

CMYK Percentages of Color #bc863c

%0
%29
%68
%26

Triadic Colors of #bc863c

#bc863c #3cbc86 #863cbc

Analogous Colors of #bc863c

#bc863c #b2bc3c #bc463c

Monochromatic Colors of #bc863c

#bc863c

Complementary Color

#bc863c #3c72bc

#bc863c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc863c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc863c Color CSS Codes

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

#bc863c Text Font Color

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

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


#bc863c Background Color

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

This div background color is #bc863c


#bc863c Border Color

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

This div border color is #bc863c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc863c


Comments

No comments written yet.

Please login to write comment.