Color Hex Logo

#bc454a Color Hex

#BC454A
(188,69,74)
0 Favorites   0 Comments

Color spaces of #bc454a

RGB 1886974
HSL0.990.470.50
HSV357°63°74°
CMYK 0.000.630.61   0.26
XYZ24.103215.44208.1888
Yxy15.44200.50490.3235
Hunter Lab39.296340.718115.1522
CIE-Lab46.233748.233022.8786

#bc454a color RGB value is (188,69,74).

#bc454a hex color red value is 188, green value is 69 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bc454a hue: 0.99 , saturation: 0.47 and the lightness value of bc454a is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000101 01001010
Octal 274 105 112
Decimal 188 69 74
Hex BC 45 4A

RGB Percentages of Color #bc454a

%56.80
%20.85
%22.36

CMYK Percentages of Color #bc454a

%0
%63
%61
%26

Triadic Colors of #bc454a

#bc454a #4abc45 #454abc

Analogous Colors of #bc454a

#bc454a #bc7c45 #bc4586

Monochromatic Colors of #bc454a

#bc454a

Complementary Color

#bc454a #45bcb7

#bc454a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc454a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc454a Color CSS Codes

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

#bc454a Text Font Color

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

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


#bc454a Background Color

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

This div background color is #bc454a


#bc454a Border Color

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

This div border color is #bc454a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc454a


Comments

No comments written yet.

Please login to write comment.