Color Hex Logo

#bc8356 Color Hex

#BC8356
(188,131,86)
0 Favorites   0 Comments

Color spaces of #bc8356

RGB 18813186
HSL0.070.430.54
HSV26°54°74°
CMYK 0.000.300.54   0.26
XYZ30.535127.595912.5213
Yxy27.59590.43220.3906
Hunter Lab52.531811.825822.6401
CIE-Lab59.521916.919232.9519

#bc8356 color RGB value is (188,131,86).

#bc8356 hex color red value is 188, green value is 131 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #bc8356 hue: 0.07 , saturation: 0.43 and the lightness value of bc8356 is 0.54.

The process color (four color CMYK) of #bc8356 color hex is 0.00, 0.30, 0.54, 0.26. Web safe color of #bc8356 is #cc9966. Color #bc8356 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000011 01010110
Octal 274 203 126
Decimal 188 131 86
Hex BC 83 56

RGB Percentages of Color #bc8356

%46.42
%32.35
%21.23

CMYK Percentages of Color #bc8356

%0
%30
%54
%26

Triadic Colors of #bc8356

#bc8356 #56bc83 #8356bc

Analogous Colors of #bc8356

#bc8356 #bcb656 #bc565c

Monochromatic Colors of #bc8356

#bc8356

Complementary Color

#bc8356 #568fbc

#bc8356 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8356 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8356 Color CSS Codes

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

#bc8356 Text Font Color

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

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


#bc8356 Background Color

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

This div background color is #bc8356


#bc8356 Border Color

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

This div border color is #bc8356


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8356


Comments

No comments written yet.

Please login to write comment.