Color Hex Logo

#bc805e Color Hex

#BC805E
(188,128,94)
0 Favorites   0 Comments

Color spaces of #bc805e

RGB 18812894
HSL0.060.410.55
HSV22°50°74°
CMYK 0.000.320.50   0.26
XYZ30.478626.937914.1828
Yxy26.93790.42570.3762
Hunter Lab51.901713.993720.1295
CIE-Lab58.916819.316027.7842

#bc805e color RGB value is (188,128,94).

#bc805e hex color red value is 188, green value is 128 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bc805e hue: 0.06 , saturation: 0.41 and the lightness value of bc805e is 0.55.

The process color (four color CMYK) of #bc805e color hex is 0.00, 0.32, 0.50, 0.26. Web safe color of #bc805e is #cc9966. Color #bc805e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000000 01011110
Octal 274 200 136
Decimal 188 128 94
Hex BC 80 5E

RGB Percentages of Color #bc805e

%45.85
%31.22
%22.93

CMYK Percentages of Color #bc805e

%0
%32
%50
%26

Triadic Colors of #bc805e

#bc805e #5ebc80 #805ebc

Analogous Colors of #bc805e

#bc805e #bcaf5e #bc5e6b

Monochromatic Colors of #bc805e

#bc805e

Complementary Color

#bc805e #5e9abc

#bc805e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc805e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc805e Color CSS Codes

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

#bc805e Text Font Color

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

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


#bc805e Background Color

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

This div background color is #bc805e


#bc805e Border Color

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

This div border color is #bc805e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc805e


Comments

No comments written yet.

Please login to write comment.