Color Hex Logo

#bc060f Color Hex

#BC060F
(188,6,15)
0 Favorites   0 Comments

Color spaces of #bc060f

RGB 188615
HSL0.990.940.38
HSV357°97°74°
CMYK 0.000.970.92   0.26
XYZ20.890410.85611.4463
Yxy10.85610.62940.3271
Hunter Lab32.948655.514320.4614
CIE-Lab39.337063.222848.0431

#bc060f color RGB value is (188,6,15).

#bc060f hex color red value is 188, green value is 6 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bc060f hue: 0.99 , saturation: 0.94 and the lightness value of bc060f is 0.38.

The process color (four color CMYK) of #bc060f color hex is 0.00, 0.97, 0.92, 0.26. Web safe color of #bc060f is #cc0000. Color #bc060f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000110 00001111
Octal 274 6 17
Decimal 188 6 15
Hex BC 6 F

RGB Percentages of Color #bc060f

%89.95
%2.87
%7.18

CMYK Percentages of Color #bc060f

%0
%97
%92
%26

Triadic Colors of #bc060f

#bc060f #0fbc06 #060fbc

Analogous Colors of #bc060f

#bc060f #bc5806 #bc066a

Monochromatic Colors of #bc060f

#bc060f

Complementary Color

#bc060f #06bcb3

#bc060f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc060f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc060f Color CSS Codes

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

#bc060f Text Font Color

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

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


#bc060f Background Color

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

This div background color is #bc060f


#bc060f Border Color

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

This div border color is #bc060f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc060f


Comments

No comments written yet.

Please login to write comment.