Color Hex Logo

#bc372e Color Hex

#BC372E
(188,55,46)
0 Favorites   0 Comments

Color spaces of #bc372e

RGB 1885546
HSL0.010.610.46
HSV76°74°
CMYK 0.000.710.76   0.26
XYZ22.598413.62104.0228
Yxy13.62100.56160.3385
Hunter Lab36.906644.711219.3721
CIE-Lab43.684452.493236.2921

#bc372e color RGB value is (188,55,46).

#bc372e hex color red value is 188, green value is 55 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bc372e hue: 0.01 , saturation: 0.61 and the lightness value of bc372e is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110111 00101110
Octal 274 67 56
Decimal 188 55 46
Hex BC 37 2E

RGB Percentages of Color #bc372e

%65.05
%19.03
%15.92

CMYK Percentages of Color #bc372e

%0
%71
%76
%26

Triadic Colors of #bc372e

#bc372e #2ebc37 #372ebc

Analogous Colors of #bc372e

#bc372e #bc7e2e #bc2e6c

Monochromatic Colors of #bc372e

#bc372e

Complementary Color

#bc372e #2eb3bc

#bc372e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc372e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc372e Color CSS Codes

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

#bc372e Text Font Color

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

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


#bc372e Background Color

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

This div background color is #bc372e


#bc372e Border Color

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

This div border color is #bc372e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc372e


Comments

No comments written yet.

Please login to write comment.