Color Hex Logo

#bc681e Color Hex

#BC681E
(188,104,30)
0 Favorites   0 Comments

Color spaces of #bc681e

RGB 18810430
HSL0.080.720.43
HSV28°84°74°
CMYK 0.000.450.84   0.26
XYZ25.923720.68573.8547
Yxy20.68570.51370.4099
Hunter Lab45.481522.149326.8121
CIE-Lab52.603828.551252.6114

#bc681e color RGB value is (188,104,30).

#bc681e hex color red value is 188, green value is 104 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bc681e hue: 0.08 , saturation: 0.72 and the lightness value of bc681e is 0.43.

The process color (four color CMYK) of #bc681e color hex is 0.00, 0.45, 0.84, 0.26. Web safe color of #bc681e is #cc6633. Color #bc681e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101000 00011110
Octal 274 150 36
Decimal 188 104 30
Hex BC 68 1E

RGB Percentages of Color #bc681e

%58.39
%32.30
%9.32

CMYK Percentages of Color #bc681e

%0
%45
%84
%26

Triadic Colors of #bc681e

#bc681e #1ebc68 #681ebc

Analogous Colors of #bc681e

#bc681e #bcb71e #bc1e23

Monochromatic Colors of #bc681e

#bc681e

Complementary Color

#bc681e #1e72bc

#bc681e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc681e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc681e Color CSS Codes

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

#bc681e Text Font Color

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

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


#bc681e Background Color

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

This div background color is #bc681e


#bc681e Border Color

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

This div border color is #bc681e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc681e


Comments

No comments written yet.

Please login to write comment.