Color Hex Logo

#bc432a Color Hex

#BC432A
(188,67,42)
0 Favorites   0 Comments

Color spaces of #bc432a

RGB 1886742
HSL0.030.630.45
HSV10°78°74°
CMYK 0.000.640.78   0.26
XYZ23.164114.87283.8403
Yxy14.87280.55310.3552
Hunter Lab38.565339.726221.0916
CIE-Lab45.459547.405540.3755

#bc432a color RGB value is (188,67,42).

#bc432a hex color red value is 188, green value is 67 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bc432a hue: 0.03 , saturation: 0.63 and the lightness value of bc432a is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000011 00101010
Octal 274 103 52
Decimal 188 67 42
Hex BC 43 2A

RGB Percentages of Color #bc432a

%63.30
%22.56
%14.14

CMYK Percentages of Color #bc432a

%0
%64
%78
%26

Triadic Colors of #bc432a

#bc432a #2abc43 #432abc

Analogous Colors of #bc432a

#bc432a #bc8c2a #bc2a5a

Monochromatic Colors of #bc432a

#bc432a

Complementary Color

#bc432a #2aa3bc

#bc432a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc432a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc432a Color CSS Codes

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

#bc432a Text Font Color

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

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


#bc432a Background Color

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

This div background color is #bc432a


#bc432a Border Color

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

This div border color is #bc432a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc432a


Comments

No comments written yet.

Please login to write comment.