Color Hex Logo

#bc860f Color Hex

#BC860F
(188,134,15)
0 Favorites   0 Comments

Color spaces of #bc860f

RGB 18813415
HSL0.110.850.40
HSV41°92°74°
CMYK 0.000.290.92   0.26
XYZ29.350427.77614.2663
Yxy27.77610.47810.4524
Hunter Lab52.70307.176632.0926
CIE-Lab59.685911.724962.5631

#bc860f color RGB value is (188,134,15).

#bc860f hex color red value is 188, green value is 134 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bc860f hue: 0.11 , saturation: 0.85 and the lightness value of bc860f is 0.40.

The process color (four color CMYK) of #bc860f color hex is 0.00, 0.29, 0.92, 0.26. Web safe color of #bc860f is #cc9900. Color #bc860f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000110 00001111
Octal 274 206 17
Decimal 188 134 15
Hex BC 86 F

RGB Percentages of Color #bc860f

%55.79
%39.76
%4.45

CMYK Percentages of Color #bc860f

%0
%29
%92
%26

Triadic Colors of #bc860f

#bc860f #0fbc86 #860fbc

Analogous Colors of #bc860f

#bc860f #9cbc0f #bc2f0f

Monochromatic Colors of #bc860f

#bc860f

Complementary Color

#bc860f #0f45bc

#bc860f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc860f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc860f Color CSS Codes

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

#bc860f Text Font Color

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

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


#bc860f Background Color

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

This div background color is #bc860f


#bc860f Border Color

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

This div border color is #bc860f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc860f


Comments

No comments written yet.

Please login to write comment.