Color Hex Logo

#bc450e Color Hex

#BC450E
(188,69,14)
0 Favorites   0 Comments

Color spaces of #bc450e

RGB 1886914
HSL0.050.860.40
HSV19°93°74°
CMYK 0.000.630.93   0.26
XYZ22.946414.97932.0974
Yxy14.97930.57330.3743
Hunter Lab38.703138.099123.8791
CIE-Lab45.605845.793252.6039

#bc450e color RGB value is (188,69,14).

#bc450e hex color red value is 188, green value is 69 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bc450e hue: 0.05 , saturation: 0.86 and the lightness value of bc450e is 0.40.

The process color (four color CMYK) of #bc450e color hex is 0.00, 0.63, 0.93, 0.26. Web safe color of #bc450e is #cc3300. Color #bc450e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000101 00001110
Octal 274 105 16
Decimal 188 69 14
Hex BC 45 E

RGB Percentages of Color #bc450e

%69.37
%25.46
%5.17

CMYK Percentages of Color #bc450e

%0
%63
%93
%26

Triadic Colors of #bc450e

#bc450e #0ebc45 #450ebc

Analogous Colors of #bc450e

#bc450e #bc9c0e #bc0e2e

Monochromatic Colors of #bc450e

#bc450e

Complementary Color

#bc450e #0e85bc

#bc450e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc450e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc450e Color CSS Codes

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

#bc450e Text Font Color

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

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


#bc450e Background Color

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

This div background color is #bc450e


#bc450e Border Color

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

This div border color is #bc450e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc450e


Comments

No comments written yet.

Please login to write comment.