Color Hex Logo

#bc494b Color Hex

#BC494B
(188,73,75)
0 Favorites   0 Comments

Color spaces of #bc494b

RGB 1887375
HSL1.000.460.51
HSV359°61°74°
CMYK 0.000.610.60   0.26
XYZ24.391615.96458.4525
Yxy15.96450.49970.3271
Hunter Lab39.955639.046215.4263
CIE-Lab46.927946.498223.1788

#bc494b color RGB value is (188,73,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001001 01001011
Octal 274 111 113
Decimal 188 73 75
Hex BC 49 4B

RGB Percentages of Color #bc494b

%55.95
%21.73
%22.32

CMYK Percentages of Color #bc494b

%0
%61
%60
%26

Triadic Colors of #bc494b

#bc494b #4bbc49 #494bbc

Analogous Colors of #bc494b

#bc494b #bc8149 #bc4985

Monochromatic Colors of #bc494b

#bc494b

Complementary Color

#bc494b #49bcba

#bc494b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc494b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc494b Color CSS Codes

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

#bc494b Text Font Color

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

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


#bc494b Background Color

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

This div background color is #bc494b


#bc494b Border Color

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

This div border color is #bc494b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc494b


Comments

No comments written yet.

Please login to write comment.