Color Hex Logo

#bc684d Color Hex

#BC684D
(188,104,77)
0 Favorites   0 Comments

Color spaces of #bc684d

RGB 18810477
HSL0.040.450.52
HSV15°59°74°
CMYK 0.000.450.59   0.26
XYZ27.028921.12789.6747
Yxy21.12780.46740.3653
Hunter Lab45.965024.525119.6961
CIE-Lab53.089131.003429.8730

#bc684d color RGB value is (188,104,77).

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

The process color (four color CMYK) of #bc684d color hex is 0.00, 0.45, 0.59, 0.26. Web safe color of #bc684d is #cc6666. Color #bc684d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101000 01001101
Octal 274 150 115
Decimal 188 104 77
Hex BC 68 4D

RGB Percentages of Color #bc684d

%50.95
%28.18
%20.87

CMYK Percentages of Color #bc684d

%0
%45
%59
%26

Triadic Colors of #bc684d

#bc684d #4dbc68 #684dbc

Analogous Colors of #bc684d

#bc684d #bca04d #bc4d6a

Monochromatic Colors of #bc684d

#bc684d

Complementary Color

#bc684d #4da1bc

#bc684d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc684d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc684d Color CSS Codes

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

#bc684d Text Font Color

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

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


#bc684d Background Color

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

This div background color is #bc684d


#bc684d Border Color

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

This div border color is #bc684d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc684d


Comments

No comments written yet.

Please login to write comment.