Color Hex Logo

#bc4331 Color Hex

#BC4331
(188,67,49)
0 Favorites   0 Comments

Color spaces of #bc4331

RGB 1886749
HSL0.020.590.46
HSV74°74°
CMYK 0.000.640.74   0.26
XYZ23.300614.92744.5589
Yxy14.92740.54460.3489
Hunter Lab38.636040.036820.0492
CIE-Lab45.534647.694036.6456

#bc4331 color RGB value is (188,67,49).

#bc4331 hex color red value is 188, green value is 67 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #bc4331 hue: 0.02 , saturation: 0.59 and the lightness value of bc4331 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000011 00110001
Octal 274 103 61
Decimal 188 67 49
Hex BC 43 31

RGB Percentages of Color #bc4331

%61.84
%22.04
%16.12

CMYK Percentages of Color #bc4331

%0
%64
%74
%26

Triadic Colors of #bc4331

#bc4331 #31bc43 #4331bc

Analogous Colors of #bc4331

#bc4331 #bc8931 #bc3165

Monochromatic Colors of #bc4331

#bc4331

Complementary Color

#bc4331 #31aabc

#bc4331 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4331 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4331 Color CSS Codes

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

#bc4331 Text Font Color

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

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


#bc4331 Background Color

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

This div background color is #bc4331


#bc4331 Border Color

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

This div border color is #bc4331


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4331


Comments

No comments written yet.

Please login to write comment.