Color Hex Logo

#bc4401 Color Hex

#BC4401
(188,68,1)
0 Favorites   0 Comments

Color spaces of #bc4401

RGB 188681
HSL0.060.990.37
HSV21°99°74°
CMYK 0.000.640.99   0.26
XYZ22.811614.82781.6885
Yxy14.82780.58000.3770
Hunter Lab38.506938.356924.3550
CIE-Lab45.397446.080655.9833

#bc4401 color RGB value is (188,68,1).

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

The process color (four color CMYK) of #bc4401 color hex is 0.00, 0.64, 0.99, 0.26. Web safe color of #bc4401 is #cc3300. Color #bc4401 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000100 00000001
Octal 274 104 1
Decimal 188 68 1
Hex BC 44 1

RGB Percentages of Color #bc4401

%73.15
%26.46
%0.39

CMYK Percentages of Color #bc4401

%0
%64
%99
%26

Triadic Colors of #bc4401

#bc4401 #01bc44 #4401bc

Analogous Colors of #bc4401

#bc4401 #bca201 #bc011b

Monochromatic Colors of #bc4401

#bc4401

Complementary Color

#bc4401 #0179bc

#bc4401 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4401 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4401 Color CSS Codes

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

#bc4401 Text Font Color

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

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


#bc4401 Background Color

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

This div background color is #bc4401


#bc4401 Border Color

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

This div border color is #bc4401


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4401


Comments

No comments written yet.

Please login to write comment.