Color Hex Logo

#bc4246 Color Hex

#BC4246
(188,66,70)
0 Favorites   0 Comments

Color spaces of #bc4246

RGB 1886670
HSL0.990.480.50
HSV358°65°74°
CMYK 0.000.650.63   0.26
XYZ23.792715.03007.4414
Yxy15.03000.51430.3249
Hunter Lab38.768541.702515.7576
CIE-Lab45.675349.275324.5665

#bc4246 color RGB value is (188,66,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000010 01000110
Octal 274 102 106
Decimal 188 66 70
Hex BC 42 46

RGB Percentages of Color #bc4246

%58.02
%20.37
%21.60

CMYK Percentages of Color #bc4246

%0
%65
%63
%26

Triadic Colors of #bc4246

#bc4246 #46bc42 #4246bc

Analogous Colors of #bc4246

#bc4246 #bc7b42 #bc4283

Monochromatic Colors of #bc4246

#bc4246

Complementary Color

#bc4246 #42bcb8

#bc4246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4246 Color CSS Codes

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

#bc4246 Text Font Color

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

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


#bc4246 Background Color

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

This div background color is #bc4246


#bc4246 Border Color

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

This div border color is #bc4246


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4246


Comments

No comments written yet.

Please login to write comment.