Color Hex Logo

#bc494a Color Hex

#BC494A
(188,73,74)
0 Favorites   0 Comments

Color spaces of #bc494a

RGB 1887374
HSL1.000.460.51
HSV359°61°74°
CMYK 0.000.610.61   0.26
XYZ24.357615.95098.2736
Yxy15.95090.50140.3283
Hunter Lab39.938638.970415.6746
CIE-Lab46.910046.427623.7542

#bc494a color RGB value is (188,73,74).

#bc494a hex color red value is 188, green value is 73 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bc494a hue: 1.00 , saturation: 0.46 and the lightness value of bc494a is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001001 01001010
Octal 274 111 112
Decimal 188 73 74
Hex BC 49 4A

RGB Percentages of Color #bc494a

%56.12
%21.79
%22.09

CMYK Percentages of Color #bc494a

%0
%61
%61
%26

Triadic Colors of #bc494a

#bc494a #4abc49 #494abc

Analogous Colors of #bc494a

#bc494a #bc8249 #bc4984

Monochromatic Colors of #bc494a

#bc494a

Complementary Color

#bc494a #49bcbb

#bc494a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc494a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc494a Color CSS Codes

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

#bc494a Text Font Color

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

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


#bc494a Background Color

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

This div background color is #bc494a


#bc494a Border Color

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

This div border color is #bc494a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc494a


Comments

No comments written yet.

Please login to write comment.