Color Hex Logo

#bc6042 Color Hex

#BC6042
(188,96,66)
0 Favorites   0 Comments

Color spaces of #bc6042

RGB 1889666
HSL0.040.480.50
HSV15°65°74°
CMYK 0.000.490.65   0.26
XYZ25.905319.45057.5432
Yxy19.45050.48970.3677
Hunter Lab44.102727.668620.7311
CIE-Lab51.210234.481433.7382

#bc6042 color RGB value is (188,96,66).

#bc6042 hex color red value is 188, green value is 96 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #bc6042 hue: 0.04 , saturation: 0.48 and the lightness value of bc6042 is 0.50.

The process color (four color CMYK) of #bc6042 color hex is 0.00, 0.49, 0.65, 0.26. Web safe color of #bc6042 is #cc6633. Color #bc6042 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100000 01000010
Octal 274 140 102
Decimal 188 96 66
Hex BC 60 42

RGB Percentages of Color #bc6042

%53.71
%27.43
%18.86

CMYK Percentages of Color #bc6042

%0
%49
%65
%26

Triadic Colors of #bc6042

#bc6042 #42bc60 #6042bc

Analogous Colors of #bc6042

#bc6042 #bc9d42 #bc4261

Monochromatic Colors of #bc6042

#bc6042

Complementary Color

#bc6042 #429ebc

#bc6042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc6042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc6042 Color CSS Codes

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

#bc6042 Text Font Color

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

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


#bc6042 Background Color

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

This div background color is #bc6042


#bc6042 Border Color

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

This div border color is #bc6042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc6042


Comments

No comments written yet.

Please login to write comment.