Color Hex Logo

#bc6d15 Color Hex

#BC6D15
(188,109,21)
0 Favorites   0 Comments

Color spaces of #bc6d15

RGB 18810921
HSL0.090.800.41
HSV32°89°74°
CMYK 0.000.420.89   0.26
XYZ26.343021.68283.5062
Yxy21.68280.51120.4208
Hunter Lab46.564819.494028.1310
CIE-Lab53.688825.613256.5241

#bc6d15 color RGB value is (188,109,21).

#bc6d15 hex color red value is 188, green value is 109 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #bc6d15 hue: 0.09 , saturation: 0.80 and the lightness value of bc6d15 is 0.41.

The process color (four color CMYK) of #bc6d15 color hex is 0.00, 0.42, 0.89, 0.26. Web safe color of #bc6d15 is #cc6600. Color #bc6d15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101101 00010101
Octal 274 155 25
Decimal 188 109 21
Hex BC 6D 15

RGB Percentages of Color #bc6d15

%59.12
%34.28
%6.60

CMYK Percentages of Color #bc6d15

%0
%42
%89
%26

Triadic Colors of #bc6d15

#bc6d15 #15bc6d #6d15bc

Analogous Colors of #bc6d15

#bc6d15 #b8bc15 #bc1a15

Monochromatic Colors of #bc6d15

#bc6d15

Complementary Color

#bc6d15 #1564bc

#bc6d15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc6d15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc6d15 Color CSS Codes

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

#bc6d15 Text Font Color

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

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


#bc6d15 Background Color

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

This div background color is #bc6d15


#bc6d15 Border Color

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

This div border color is #bc6d15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc6d15


Comments

No comments written yet.

Please login to write comment.