Color Hex Logo

#bc431e Color Hex

#BC431E
(188,67,30)
0 Favorites   0 Comments

Color spaces of #bc431e

RGB 1886730
HSL0.040.720.43
HSV14°84°74°
CMYK 0.000.640.84   0.26
XYZ22.980514.79942.8737
Yxy14.79940.56530.3640
Hunter Lab38.470039.306622.5000
CIE-Lab45.358247.014746.2434

#bc431e color RGB value is (188,67,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000011 00011110
Octal 274 103 36
Decimal 188 67 30
Hex BC 43 1E

RGB Percentages of Color #bc431e

%65.96
%23.51
%10.53

CMYK Percentages of Color #bc431e

%0
%64
%84
%26

Triadic Colors of #bc431e

#bc431e #1ebc43 #431ebc

Analogous Colors of #bc431e

#bc431e #bc921e #bc1e48

Monochromatic Colors of #bc431e

#bc431e

Complementary Color

#bc431e #1e97bc

#bc431e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc431e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc431e Color CSS Codes

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

#bc431e Text Font Color

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

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


#bc431e Background Color

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

This div background color is #bc431e


#bc431e Border Color

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

This div border color is #bc431e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc431e


Comments

No comments written yet.

Please login to write comment.