Color Hex Logo

#bc4826 Color Hex

#BC4826
(188,72,38)
0 Favorites   0 Comments

Color spaces of #bc4826

RGB 1887238
HSL0.040.660.44
HSV14°80°74°
CMYK 0.000.620.80   0.26
XYZ23.406315.46603.5853
Yxy15.46600.55130.3643
Hunter Lab39.326837.416622.1235
CIE-Lab46.266045.014043.2511

#bc4826 color RGB value is (188,72,38).

#bc4826 hex color red value is 188, green value is 72 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #bc4826 hue: 0.04 , saturation: 0.66 and the lightness value of bc4826 is 0.44.

The process color (four color CMYK) of #bc4826 color hex is 0.00, 0.62, 0.80, 0.26. Web safe color of #bc4826 is #cc3333. Color #bc4826 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001000 00100110
Octal 274 110 46
Decimal 188 72 38
Hex BC 48 26

RGB Percentages of Color #bc4826

%63.09
%24.16
%12.75

CMYK Percentages of Color #bc4826

%0
%62
%80
%26

Triadic Colors of #bc4826

#bc4826 #26bc48 #4826bc

Analogous Colors of #bc4826

#bc4826 #bc9326 #bc264f

Monochromatic Colors of #bc4826

#bc4826

Complementary Color

#bc4826 #269abc

#bc4826 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4826 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4826 Color CSS Codes

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

#bc4826 Text Font Color

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

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


#bc4826 Background Color

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

This div background color is #bc4826


#bc4826 Border Color

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

This div border color is #bc4826


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4826


Comments

No comments written yet.

Please login to write comment.