Color Hex Logo

#bc3837 Color Hex

#BC3837
(188,56,55)
0 Favorites   0 Comments

Color spaces of #bc3837

RGB 1885655
HSL0.000.550.48
HSV71°74°
CMYK 0.000.700.71   0.26
XYZ22.842813.79555.0733
Yxy13.79550.54760.3307
Hunter Lab37.142344.779917.9011
CIE-Lab43.938252.511931.3736

#bc3837 color RGB value is (188,56,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00111000 00110111
Octal 274 70 67
Decimal 188 56 55
Hex BC 38 37

RGB Percentages of Color #bc3837

%62.88
%18.73
%18.39

CMYK Percentages of Color #bc3837

%0
%70
%71
%26

Triadic Colors of #bc3837

#bc3837 #37bc38 #3837bc

Analogous Colors of #bc3837

#bc3837 #bc7b37 #bc3779

Monochromatic Colors of #bc3837

#bc3837

Complementary Color

#bc3837 #37bbbc

#bc3837 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc3837 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc3837 Color CSS Codes

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

#bc3837 Text Font Color

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

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


#bc3837 Background Color

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

This div background color is #bc3837


#bc3837 Border Color

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

This div border color is #bc3837


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,56,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 #bc3837">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc3837


Comments

No comments written yet.

Please login to write comment.