Color Hex Logo

#bc4c26 Color Hex

#BC4C26
(188,76,38)
0 Favorites   0 Comments

Color spaces of #bc4c26

RGB 1887638
HSL0.040.660.44
HSV15°80°74°
CMYK 0.000.600.80   0.26
XYZ23.673316.00023.6743
Yxy16.00020.54610.3691
Hunter Lab40.000235.641022.5540
CIE-Lab46.974843.146143.9471

#bc4c26 color RGB value is (188,76,38).

#bc4c26 hex color red value is 188, green value is 76 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #bc4c26 hue: 0.04 , saturation: 0.66 and the lightness value of bc4c26 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001100 00100110
Octal 274 114 46
Decimal 188 76 38
Hex BC 4C 26

RGB Percentages of Color #bc4c26

%62.25
%25.17
%12.58

CMYK Percentages of Color #bc4c26

%0
%60
%80
%26

Triadic Colors of #bc4c26

#bc4c26 #26bc4c #4c26bc

Analogous Colors of #bc4c26

#bc4c26 #bc9726 #bc264b

Monochromatic Colors of #bc4c26

#bc4c26

Complementary Color

#bc4c26 #2696bc

#bc4c26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4c26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4c26 Color CSS Codes

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

#bc4c26 Text Font Color

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

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


#bc4c26 Background Color

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

This div background color is #bc4c26


#bc4c26 Border Color

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

This div border color is #bc4c26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4c26


Comments

No comments written yet.

Please login to write comment.