Color Hex Logo

#bc502e Color Hex

#BC502E
(188,80,46)
0 Favorites   0 Comments

Color spaces of #bc502e

RGB 1888046
HSL0.040.610.46
HSV14°76°74°
CMYK 0.000.570.76   0.26
XYZ24.100816.62594.5236
Yxy16.62590.53260.3674
Hunter Lab40.774934.150021.9647
CIE-Lab47.785241.535240.7056

#bc502e color RGB value is (188,80,46).

#bc502e hex color red value is 188, green value is 80 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bc502e hue: 0.04 , saturation: 0.61 and the lightness value of bc502e is 0.46.

The process color (four color CMYK) of #bc502e color hex is 0.00, 0.57, 0.76, 0.26. Web safe color of #bc502e is #cc6633. Color #bc502e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010000 00101110
Octal 274 120 56
Decimal 188 80 46
Hex BC 50 2E

RGB Percentages of Color #bc502e

%59.87
%25.48
%14.65

CMYK Percentages of Color #bc502e

%0
%57
%76
%26

Triadic Colors of #bc502e

#bc502e #2ebc50 #502ebc

Analogous Colors of #bc502e

#bc502e #bc972e #bc2e53

Monochromatic Colors of #bc502e

#bc502e

Complementary Color

#bc502e #2e9abc

#bc502e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc502e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc502e Color CSS Codes

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

#bc502e Text Font Color

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

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


#bc502e Background Color

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

This div background color is #bc502e


#bc502e Border Color

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

This div border color is #bc502e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc502e


Comments

No comments written yet.

Please login to write comment.