Color Hex Logo

#bc582e Color Hex

#BC582E
(188,88,46)
0 Favorites   0 Comments

Color spaces of #bc582e

RGB 1888846
HSL0.050.610.46
HSV18°76°74°
CMYK 0.000.530.76   0.26
XYZ24.721917.86814.7307
Yxy17.86810.52240.3776
Hunter Lab42.270730.421622.9541
CIE-Lab49.335737.547342.3376

#bc582e color RGB value is (188,88,46).

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

The process color (four color CMYK) of #bc582e color hex is 0.00, 0.53, 0.76, 0.26. Web safe color of #bc582e is #cc6633. Color #bc582e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011000 00101110
Octal 274 130 56
Decimal 188 88 46
Hex BC 58 2E

RGB Percentages of Color #bc582e

%58.39
%27.33
%14.29

CMYK Percentages of Color #bc582e

%0
%53
%76
%26

Triadic Colors of #bc582e

#bc582e #2ebc58 #582ebc

Analogous Colors of #bc582e

#bc582e #bc9f2e #bc2e4b

Monochromatic Colors of #bc582e

#bc582e

Complementary Color

#bc582e #2e92bc

#bc582e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc582e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc582e Color CSS Codes

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

#bc582e Text Font Color

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

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


#bc582e Background Color

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

This div background color is #bc582e


#bc582e Border Color

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

This div border color is #bc582e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc582e


Comments

No comments written yet.

Please login to write comment.