Color Hex Logo

#bc462e Color Hex

#BC462E
(188,70,46)
0 Favorites   0 Comments

Color spaces of #bc462e

RGB 1887046
HSL0.030.610.46
HSV10°76°74°
CMYK 0.000.630.76   0.26
XYZ23.422315.26894.2975
Yxy15.26890.54480.3552
Hunter Lab39.075438.613120.8321
CIE-Lab46.000346.230438.8021

#bc462e color RGB value is (188,70,46).

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

The process color (four color CMYK) of #bc462e color hex is 0.00, 0.63, 0.76, 0.26. Web safe color of #bc462e is #cc3333. Color #bc462e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000110 00101110
Octal 274 106 56
Decimal 188 70 46
Hex BC 46 2E

RGB Percentages of Color #bc462e

%61.84
%23.03
%15.13

CMYK Percentages of Color #bc462e

%0
%63
%76
%26

Triadic Colors of #bc462e

#bc462e #2ebc46 #462ebc

Analogous Colors of #bc462e

#bc462e #bc8d2e #bc2e5d

Monochromatic Colors of #bc462e

#bc462e

Complementary Color

#bc462e #2ea4bc

#bc462e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc462e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc462e Color CSS Codes

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

#bc462e Text Font Color

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

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


#bc462e Background Color

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

This div background color is #bc462e


#bc462e Border Color

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

This div border color is #bc462e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,70,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 #bc462e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc462e


Comments

No comments written yet.

Please login to write comment.