Color Hex Logo

#bc683b Color Hex

#BC683B
(188,104,59)
0 Favorites   0 Comments

Color spaces of #bc683b

RGB 18810459
HSL0.060.520.48
HSV21°69°74°
CMYK 0.000.450.69   0.26
XYZ26.478820.90786.7777
Yxy20.90780.48890.3860
Hunter Lab45.725023.348323.2191
CIE-Lab52.848429.794739.4412

#bc683b color RGB value is (188,104,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101000 00111011
Octal 274 150 73
Decimal 188 104 59
Hex BC 68 3B

RGB Percentages of Color #bc683b

%53.56
%29.63
%16.81

CMYK Percentages of Color #bc683b

%0
%45
%69
%26

Triadic Colors of #bc683b

#bc683b #3bbc68 #683bbc

Analogous Colors of #bc683b

#bc683b #bca93b #bc3b4f

Monochromatic Colors of #bc683b

#bc683b

Complementary Color

#bc683b #3b8fbc

#bc683b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc683b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc683b Color CSS Codes

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

#bc683b Text Font Color

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

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


#bc683b Background Color

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

This div background color is #bc683b


#bc683b Border Color

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

This div border color is #bc683b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,104,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 #bc683b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc683b


Comments

No comments written yet.

Please login to write comment.