Color Hex Logo

#bc4232 Color Hex

#BC4232
(188,66,50)
0 Favorites   0 Comments

Color spaces of #bc4232

RGB 1886650
HSL0.020.580.47
HSV73°74°
CMYK 0.000.650.73   0.26
XYZ23.263014.81814.6517
Yxy14.81810.54440.3468
Hunter Lab38.494340.506719.7813
CIE-Lab45.384048.174535.9179

#bc4232 color RGB value is (188,66,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000010 00110010
Octal 274 102 62
Decimal 188 66 50
Hex BC 42 32

RGB Percentages of Color #bc4232

%61.84
%21.71
%16.45

CMYK Percentages of Color #bc4232

%0
%65
%73
%26

Triadic Colors of #bc4232

#bc4232 #32bc42 #4232bc

Analogous Colors of #bc4232

#bc4232 #bc8732 #bc3267

Monochromatic Colors of #bc4232

#bc4232

Complementary Color

#bc4232 #32acbc

#bc4232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4232 Color CSS Codes

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

#bc4232 Text Font Color

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

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


#bc4232 Background Color

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

This div background color is #bc4232


#bc4232 Border Color

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

This div border color is #bc4232


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4232


Comments

No comments written yet.

Please login to write comment.