Color Hex Logo

#bc4437 Color Hex

#BC4437
(188,68,55)
0 Favorites   0 Comments

Color spaces of #bc4437

RGB 1886855
HSL0.020.550.48
HSV71°74°
CMYK 0.000.640.71   0.26
XYZ23.495715.10145.2909
Yxy15.10140.53540.3441
Hunter Lab38.860539.918119.1300
CIE-Lab45.772847.538433.5221

#bc4437 color RGB value is (188,68,55).

#bc4437 hex color red value is 188, green value is 68 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #bc4437 hue: 0.02 , saturation: 0.55 and the lightness value of bc4437 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000100 00110111
Octal 274 104 67
Decimal 188 68 55
Hex BC 44 37

RGB Percentages of Color #bc4437

%60.45
%21.86
%17.68

CMYK Percentages of Color #bc4437

%0
%64
%71
%26

Triadic Colors of #bc4437

#bc4437 #37bc44 #4437bc

Analogous Colors of #bc4437

#bc4437 #bc8737 #bc376d

Monochromatic Colors of #bc4437

#bc4437

Complementary Color

#bc4437 #37afbc

#bc4437 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4437 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4437 Color CSS Codes

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

#bc4437 Text Font Color

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

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


#bc4437 Background Color

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

This div background color is #bc4437


#bc4437 Border Color

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

This div border color is #bc4437


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4437


Comments

No comments written yet.

Please login to write comment.