Color Hex Logo

#bc4332 Color Hex

#BC4332
(188,67,50)
0 Favorites   0 Comments

Color spaces of #bc4332

RGB 1886750
HSL0.020.580.47
HSV73°74°
CMYK 0.000.640.73   0.26
XYZ23.321914.93604.6713
Yxy14.93600.54330.3479
Hunter Lab38.647140.084719.8866
CIE-Lab45.546447.738436.0998

#bc4332 color RGB value is (188,67,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000011 00110010
Octal 274 103 62
Decimal 188 67 50
Hex BC 43 32

RGB Percentages of Color #bc4332

%61.64
%21.97
%16.39

CMYK Percentages of Color #bc4332

%0
%64
%73
%26

Triadic Colors of #bc4332

#bc4332 #32bc43 #4332bc

Analogous Colors of #bc4332

#bc4332 #bc8832 #bc3266

Monochromatic Colors of #bc4332

#bc4332

Complementary Color

#bc4332 #32abbc

#bc4332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4332 Color CSS Codes

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

#bc4332 Text Font Color

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

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


#bc4332 Background Color

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

This div background color is #bc4332


#bc4332 Border Color

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

This div border color is #bc4332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4332


Comments

No comments written yet.

Please login to write comment.