Color Hex Logo

#bc462a Color Hex

#BC462A
(188,70,42)
0 Favorites   0 Comments

Color spaces of #bc462a

RGB 1887042
HSL0.030.630.45
HSV12°78°74°
CMYK 0.000.630.78   0.26
XYZ23.347115.23893.9014
Yxy15.23890.54950.3587
Hunter Lab39.037038.441721.4004
CIE-Lab45.959746.069740.8919

#bc462a color RGB value is (188,70,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000110 00101010
Octal 274 106 52
Decimal 188 70 42
Hex BC 46 2A

RGB Percentages of Color #bc462a

%62.67
%23.33
%14.00

CMYK Percentages of Color #bc462a

%0
%63
%78
%26

Triadic Colors of #bc462a

#bc462a #2abc46 #462abc

Analogous Colors of #bc462a

#bc462a #bc8f2a #bc2a57

Monochromatic Colors of #bc462a

#bc462a

Complementary Color

#bc462a #2aa0bc

#bc462a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc462a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc462a Color CSS Codes

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

#bc462a Text Font Color

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

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


#bc462a Background Color

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

This div background color is #bc462a


#bc462a Border Color

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

This div border color is #bc462a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc462a


Comments

No comments written yet.

Please login to write comment.