Color Hex Logo

#bc451e Color Hex

#BC451E
(188,69,30)
0 Favorites   0 Comments

Color spaces of #bc451e

RGB 1886930
HSL0.040.720.43
HSV15°84°74°
CMYK 0.000.630.84   0.26
XYZ23.101515.04132.9140
Yxy15.04130.56270.3664
Hunter Lab38.783138.454622.6934
CIE-Lab45.690746.127246.5396

#bc451e color RGB value is (188,69,30).

#bc451e hex color red value is 188, green value is 69 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bc451e hue: 0.04 , saturation: 0.72 and the lightness value of bc451e is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000101 00011110
Octal 274 105 36
Decimal 188 69 30
Hex BC 45 1E

RGB Percentages of Color #bc451e

%65.51
%24.04
%10.45

CMYK Percentages of Color #bc451e

%0
%63
%84
%26

Triadic Colors of #bc451e

#bc451e #1ebc45 #451ebc

Analogous Colors of #bc451e

#bc451e #bc941e #bc1e46

Monochromatic Colors of #bc451e

#bc451e

Complementary Color

#bc451e #1e95bc

#bc451e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc451e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc451e Color CSS Codes

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

#bc451e Text Font Color

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

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


#bc451e Background Color

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

This div background color is #bc451e


#bc451e Border Color

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

This div border color is #bc451e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc451e


Comments

No comments written yet.

Please login to write comment.