Color Hex Logo

#bc863b Color Hex

#BC863B
(188,134,59)
0 Favorites   0 Comments

Color spaces of #bc863b

RGB 18813459
HSL0.100.520.48
HSV35°69°74°
CMYK 0.000.290.69   0.26
XYZ30.053628.05737.9693
Yxy28.05730.45480.4246
Hunter Lab52.96918.581228.1581
CIE-Lab59.940513.305547.2721

#bc863b color RGB value is (188,134,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000110 00111011
Octal 274 206 73
Decimal 188 134 59
Hex BC 86 3B

RGB Percentages of Color #bc863b

%49.34
%35.17
%15.49

CMYK Percentages of Color #bc863b

%0
%29
%69
%26

Triadic Colors of #bc863b

#bc863b #3bbc86 #863bbc

Analogous Colors of #bc863b

#bc863b #b2bc3b #bc463b

Monochromatic Colors of #bc863b

#bc863b

Complementary Color

#bc863b #3b71bc

#bc863b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc863b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc863b Color CSS Codes

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

#bc863b Text Font Color

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

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


#bc863b Background Color

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

This div background color is #bc863b


#bc863b Border Color

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

This div border color is #bc863b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc863b


Comments

No comments written yet.

Please login to write comment.