Color Hex Logo

#bc4210 Color Hex

#BC4210
(188,66,16)
0 Favorites   0 Comments

Color spaces of #bc4210

RGB 1886616
HSL0.050.840.40
HSV17°91°74°
CMYK 0.000.650.91   0.26
XYZ22.780814.62522.1125
Yxy14.62520.57650.3701
Hunter Lab38.242939.405023.4949
CIE-Lab45.116547.151551.6319

#bc4210 color RGB value is (188,66,16).

#bc4210 hex color red value is 188, green value is 66 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #bc4210 hue: 0.05 , saturation: 0.84 and the lightness value of bc4210 is 0.40.

The process color (four color CMYK) of #bc4210 color hex is 0.00, 0.65, 0.91, 0.26. Web safe color of #bc4210 is #cc3300. Color #bc4210 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000010 00010000
Octal 274 102 20
Decimal 188 66 16
Hex BC 42 10

RGB Percentages of Color #bc4210

%69.63
%24.44
%5.93

CMYK Percentages of Color #bc4210

%0
%65
%91
%26

Triadic Colors of #bc4210

#bc4210 #10bc42 #4210bc

Analogous Colors of #bc4210

#bc4210 #bc9810 #bc1034

Monochromatic Colors of #bc4210

#bc4210

Complementary Color

#bc4210 #108abc

#bc4210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4210 Color CSS Codes

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

#bc4210 Text Font Color

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

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


#bc4210 Background Color

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

This div background color is #bc4210


#bc4210 Border Color

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

This div border color is #bc4210


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4210


Comments

No comments written yet.

Please login to write comment.