Color Hex Logo

#bc492d Color Hex

#BC492D
(188,73,45)
0 Favorites   0 Comments

Color spaces of #bc492d

RGB 1887345
HSL0.030.610.46
HSV12°76°74°
CMYK 0.000.610.76   0.26
XYZ23.595215.64594.2590
Yxy15.64590.54240.3597
Hunter Lab39.554937.257421.3045
CIE-Lab46.506544.818339.8787

#bc492d color RGB value is (188,73,45).

#bc492d hex color red value is 188, green value is 73 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #bc492d hue: 0.03 , saturation: 0.61 and the lightness value of bc492d is 0.46.

The process color (four color CMYK) of #bc492d color hex is 0.00, 0.61, 0.76, 0.26. Web safe color of #bc492d is #cc3333. Color #bc492d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001001 00101101
Octal 274 111 55
Decimal 188 73 45
Hex BC 49 2D

RGB Percentages of Color #bc492d

%61.44
%23.86
%14.71

CMYK Percentages of Color #bc492d

%0
%61
%76
%26

Triadic Colors of #bc492d

#bc492d #2dbc49 #492dbc

Analogous Colors of #bc492d

#bc492d #bc912d #bc2d59

Monochromatic Colors of #bc492d

#bc492d

Complementary Color

#bc492d #2da0bc

#bc492d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc492d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc492d Color CSS Codes

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

#bc492d Text Font Color

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

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


#bc492d Background Color

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

This div background color is #bc492d


#bc492d Border Color

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

This div border color is #bc492d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc492d


Comments

No comments written yet.

Please login to write comment.