Color Hex Logo

#bc460c Color Hex

#BC460C
(188,70,12)
0 Favorites   0 Comments

Color spaces of #bc460c

RGB 1887012
HSL0.050.880.39
HSV20°94°74°
CMYK 0.000.630.94   0.26
XYZ22.995615.09822.0501
Yxy15.09820.57280.3761
Hunter Lab38.856437.639324.0713
CIE-Lab45.768445.314853.2903

#bc460c color RGB value is (188,70,12).

#bc460c hex color red value is 188, green value is 70 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #bc460c hue: 0.05 , saturation: 0.88 and the lightness value of bc460c is 0.39.

The process color (four color CMYK) of #bc460c color hex is 0.00, 0.63, 0.94, 0.26. Web safe color of #bc460c is #cc3300. Color #bc460c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000110 00001100
Octal 274 106 14
Decimal 188 70 12
Hex BC 46 C

RGB Percentages of Color #bc460c

%69.63
%25.93
%4.44

CMYK Percentages of Color #bc460c

%0
%63
%94
%26

Triadic Colors of #bc460c

#bc460c #0cbc46 #460cbc

Analogous Colors of #bc460c

#bc460c #bc9e0c #bc0c2a

Monochromatic Colors of #bc460c

#bc460c

Complementary Color

#bc460c #0c82bc

#bc460c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc460c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc460c Color CSS Codes

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

#bc460c Text Font Color

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

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


#bc460c Background Color

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

This div background color is #bc460c


#bc460c Border Color

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

This div border color is #bc460c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc460c


Comments

No comments written yet.

Please login to write comment.