Color Hex Logo

#bc4812 Color Hex

#BC4812
(188,72,18)
0 Favorites   0 Comments

Color spaces of #bc4812

RGB 1887218
HSL0.050.830.40
HSV19°90°74°
CMYK 0.000.620.90   0.26
XYZ23.165615.36982.3180
Yxy15.36980.56700.3762
Hunter Lab39.204336.867023.9374
CIE-Lab46.136644.493751.7017

#bc4812 color RGB value is (188,72,18).

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

The process color (four color CMYK) of #bc4812 color hex is 0.00, 0.62, 0.90, 0.26. Web safe color of #bc4812 is #cc3300. Color #bc4812 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001000 00010010
Octal 274 110 22
Decimal 188 72 18
Hex BC 48 12

RGB Percentages of Color #bc4812

%67.63
%25.90
%6.47

CMYK Percentages of Color #bc4812

%0
%62
%90
%26

Triadic Colors of #bc4812

#bc4812 #12bc48 #4812bc

Analogous Colors of #bc4812

#bc4812 #bc9d12 #bc1231

Monochromatic Colors of #bc4812

#bc4812

Complementary Color

#bc4812 #1286bc

#bc4812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4812 Color CSS Codes

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

#bc4812 Text Font Color

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

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


#bc4812 Background Color

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

This div background color is #bc4812


#bc4812 Border Color

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

This div border color is #bc4812


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4812


Comments

No comments written yet.

Please login to write comment.