Color Hex Logo

#bc6001 Color Hex

#BC6001
(188,96,1)
0 Favorites   0 Comments

Color spaces of #bc6001

RGB 188961
HSL0.080.990.37
HSV30°99°74°
CMYK 0.000.490.99   0.26
XYZ24.927419.05932.3937
Yxy19.05930.53750.4109
Hunter Lab43.657025.520927.3090
CIE-Lab50.756532.305259.0701

#bc6001 color RGB value is (188,96,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100000 00000001
Octal 274 140 1
Decimal 188 96 1
Hex BC 60 1

RGB Percentages of Color #bc6001

%65.96
%33.68
%0.35

CMYK Percentages of Color #bc6001

%0
%49
%99
%26

Triadic Colors of #bc6001

#bc6001 #01bc60 #6001bc

Analogous Colors of #bc6001

#bc6001 #bbbc01 #bc0201

Monochromatic Colors of #bc6001

#bc6001

Complementary Color

#bc6001 #015dbc

#bc6001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc6001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc6001 Color CSS Codes

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

#bc6001 Text Font Color

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

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


#bc6001 Background Color

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

This div background color is #bc6001


#bc6001 Border Color

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

This div border color is #bc6001


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,96,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 #bc6001">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc6001


Comments

No comments written yet.

Please login to write comment.