Color Hex Logo

#bc452e Color Hex

#BC452E
(188,69,46)
0 Favorites   0 Comments

Color spaces of #bc452e

RGB 1886946
HSL0.030.610.46
HSV10°76°74°
CMYK 0.000.630.76   0.26
XYZ23.360315.14494.2768
Yxy15.14490.54600.3540
Hunter Lab38.916439.044120.7257
CIE-Lab45.832046.679038.6214

#bc452e color RGB value is (188,69,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000101 00101110
Octal 274 105 56
Decimal 188 69 46
Hex BC 45 2E

RGB Percentages of Color #bc452e

%62.05
%22.77
%15.18

CMYK Percentages of Color #bc452e

%0
%63
%76
%26

Triadic Colors of #bc452e

#bc452e #2ebc45 #452ebc

Analogous Colors of #bc452e

#bc452e #bc8c2e #bc2e5e

Monochromatic Colors of #bc452e

#bc452e

Complementary Color

#bc452e #2ea5bc

#bc452e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc452e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc452e Color CSS Codes

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

#bc452e Text Font Color

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

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


#bc452e Background Color

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

This div background color is #bc452e


#bc452e Border Color

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

This div border color is #bc452e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc452e


Comments

No comments written yet.

Please login to write comment.