Color Hex Logo

#bc392f Color Hex

#BC392F
(188,57,47)
0 Favorites   0 Comments

Color spaces of #bc392f

RGB 1885747
HSL0.010.600.46
HSV75°74°
CMYK 0.000.700.75   0.26
XYZ22.715313.82294.1602
Yxy13.82290.55810.3396
Hunter Lab37.179243.994419.3911
CIE-Lab43.977951.761536.0482

#bc392f color RGB value is (188,57,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00111001 00101111
Octal 274 71 57
Decimal 188 57 47
Hex BC 39 2F

RGB Percentages of Color #bc392f

%64.38
%19.52
%16.10

CMYK Percentages of Color #bc392f

%0
%70
%75
%26

Triadic Colors of #bc392f

#bc392f #2fbc39 #392fbc

Analogous Colors of #bc392f

#bc392f #bc802f #bc2f6c

Monochromatic Colors of #bc392f

#bc392f

Complementary Color

#bc392f #2fb2bc

#bc392f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc392f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc392f Color CSS Codes

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

#bc392f Text Font Color

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

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


#bc392f Background Color

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

This div background color is #bc392f


#bc392f Border Color

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

This div border color is #bc392f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc392f


Comments

No comments written yet.

Please login to write comment.