Color Hex Logo

#bc805a Color Hex

#BC805A
(188,128,90)
0 Favorites   0 Comments

Color spaces of #bc805a

RGB 18812890
HSL0.060.420.55
HSV23°52°74°
CMYK 0.000.320.52   0.26
XYZ30.303726.867913.2617
Yxy26.86790.43020.3815
Hunter Lab51.834313.646021.1147
CIE-Lab58.851918.940129.9163

#bc805a color RGB value is (188,128,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000000 01011010
Octal 274 200 132
Decimal 188 128 90
Hex BC 80 5A

RGB Percentages of Color #bc805a

%46.31
%31.53
%22.17

CMYK Percentages of Color #bc805a

%0
%32
%52
%26

Triadic Colors of #bc805a

#bc805a #5abc80 #805abc

Analogous Colors of #bc805a

#bc805a #bcb15a #bc5a65

Monochromatic Colors of #bc805a

#bc805a

Complementary Color

#bc805a #5a96bc

#bc805a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc805a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc805a Color CSS Codes

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

#bc805a Text Font Color

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

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


#bc805a Background Color

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

This div background color is #bc805a


#bc805a Border Color

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

This div border color is #bc805a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc805a


Comments

No comments written yet.

Please login to write comment.