Color Hex Logo

#bc6301 Color Hex

#BC6301
(188,99,1)
0 Favorites   0 Comments

Color spaces of #bc6301

RGB 188991
HSL0.090.990.37
HSV31°99°74°
CMYK 0.000.470.99   0.26
XYZ25.206419.61722.4867
Yxy19.61720.53280.4146
Hunter Lab44.291324.075427.6751
CIE-Lab51.401630.714259.4660

#bc6301 color RGB value is (188,99,1).

#bc6301 hex color red value is 188, green value is 99 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #bc6301 hue: 0.09 , saturation: 0.99 and the lightness value of bc6301 is 0.37.

The process color (four color CMYK) of #bc6301 color hex is 0.00, 0.47, 0.99, 0.26. Web safe color of #bc6301 is #cc6600. Color #bc6301 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100011 00000001
Octal 274 143 1
Decimal 188 99 1
Hex BC 63 1

RGB Percentages of Color #bc6301

%65.28
%34.38
%0.35

CMYK Percentages of Color #bc6301

%0
%47
%99
%26

Triadic Colors of #bc6301

#bc6301 #01bc63 #6301bc

Analogous Colors of #bc6301

#bc6301 #b8bc01 #bc0501

Monochromatic Colors of #bc6301

#bc6301

Complementary Color

#bc6301 #015abc

#bc6301 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc6301 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc6301 Color CSS Codes

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

#bc6301 Text Font Color

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

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


#bc6301 Background Color

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

This div background color is #bc6301


#bc6301 Border Color

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

This div border color is #bc6301


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc6301


Comments

No comments written yet.

Please login to write comment.